Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
PrivateIpAddressSpecification |
PrivateIpAddressSpecification.clone() |
PrivateIpAddressSpecification |
PrivateIpAddressSpecification.withPrimary(Boolean primary)
Indicates whether the private IPv4 address is the primary private IPv4 address.
|
PrivateIpAddressSpecification |
PrivateIpAddressSpecification.withPrivateIpAddress(String privateIpAddress)
The private IPv4 addresses.
|
Modifier and Type | Method and Description |
---|---|
List<PrivateIpAddressSpecification> |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.getPrivateIpAddresses()
One or more private IPv4 addresses.
|
List<PrivateIpAddressSpecification> |
CreateNetworkInterfaceRequest.getPrivateIpAddresses()
One or more private IPv4 addresses.
|
List<PrivateIpAddressSpecification> |
LaunchTemplateInstanceNetworkInterfaceSpecification.getPrivateIpAddresses()
One or more private IPv4 addresses.
|
List<PrivateIpAddressSpecification> |
InstanceNetworkInterfaceSpecification.getPrivateIpAddresses()
One or more private IPv4 addresses to assign to the network interface.
|
Modifier and Type | Method and Description |
---|---|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IPv4 addresses.
|
CreateNetworkInterfaceRequest |
CreateNetworkInterfaceRequest.withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IPv4 addresses.
|
LaunchTemplateInstanceNetworkInterfaceSpecification |
LaunchTemplateInstanceNetworkInterfaceSpecification.withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IPv4 addresses.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IPv4 addresses to assign to the network interface.
|
Modifier and Type | Method and Description |
---|---|
void |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.setPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IPv4 addresses.
|
void |
CreateNetworkInterfaceRequest.setPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IPv4 addresses.
|
void |
LaunchTemplateInstanceNetworkInterfaceSpecification.setPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IPv4 addresses.
|
void |
InstanceNetworkInterfaceSpecification.setPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IPv4 addresses to assign to the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest |
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IPv4 addresses.
|
CreateNetworkInterfaceRequest |
CreateNetworkInterfaceRequest.withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IPv4 addresses.
|
LaunchTemplateInstanceNetworkInterfaceSpecification |
LaunchTemplateInstanceNetworkInterfaceSpecification.withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IPv4 addresses.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IPv4 addresses to assign to the network interface.
|
Copyright © 2021. All rights reserved.