Uses of Class
com.amazonaws.services.ec2.model.PrivateIpAddressSpecification
-
Packages that use PrivateIpAddressSpecification Package Description com.amazonaws.services.ec2.model -
-
Uses of PrivateIpAddressSpecification in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PrivateIpAddressSpecification Modifier and Type Method Description PrivateIpAddressSpecification
PrivateIpAddressSpecification. clone()
PrivateIpAddressSpecification
PrivateIpAddressSpecification. withPrimary(Boolean primary)
Indicates whether the private IP address is the primary private IP address.PrivateIpAddressSpecification
PrivateIpAddressSpecification. withPrivateIpAddress(String privateIpAddress)
The private IP addresses.Methods in com.amazonaws.services.ec2.model that return types with arguments of type PrivateIpAddressSpecification Modifier and Type Method Description List<PrivateIpAddressSpecification>
CreateNetworkInterfaceRequest. getPrivateIpAddresses()
One or more private IP addresses.List<PrivateIpAddressSpecification>
InstanceNetworkInterfaceSpecification. getPrivateIpAddresses()
One or more private IP addresses to assign to the network interface.Methods in com.amazonaws.services.ec2.model with parameters of type PrivateIpAddressSpecification Modifier and Type Method Description CreateNetworkInterfaceRequest
CreateNetworkInterfaceRequest. withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IP addresses.InstanceNetworkInterfaceSpecification
InstanceNetworkInterfaceSpecification. withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IP addresses to assign to the network interface.Method parameters in com.amazonaws.services.ec2.model with type arguments of type PrivateIpAddressSpecification Modifier and Type Method Description void
CreateNetworkInterfaceRequest. setPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IP addresses.void
InstanceNetworkInterfaceSpecification. setPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IP addresses to assign to the network interface.CreateNetworkInterfaceRequest
CreateNetworkInterfaceRequest. withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IP addresses.InstanceNetworkInterfaceSpecification
InstanceNetworkInterfaceSpecification. withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IP addresses to assign to the network interface.
-