Uses of Class
com.amazonaws.services.ec2.model.PrivateIpAddressSpecification
Packages that use PrivateIpAddressSpecification
-
Uses of PrivateIpAddressSpecification in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PrivateIpAddressSpecificationModifier and TypeMethodDescriptionPrivateIpAddressSpecification.clone()
PrivateIpAddressSpecification.withPrimary
(Boolean primary) Indicates whether the private IP address is the primary private IP address.PrivateIpAddressSpecification.withPrivateIpAddress
(String privateIpAddress) The private IP addresses.Methods in com.amazonaws.services.ec2.model that return types with arguments of type PrivateIpAddressSpecificationModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.getPrivateIpAddresses()
One or more private IP addresses.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 PrivateIpAddressSpecificationModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.withPrivateIpAddresses
(PrivateIpAddressSpecification... privateIpAddresses) One or more private IP addresses.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 PrivateIpAddressSpecificationModifier and TypeMethodDescriptionvoid
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.withPrivateIpAddresses
(Collection<PrivateIpAddressSpecification> privateIpAddresses) One or more private IP addresses.InstanceNetworkInterfaceSpecification.withPrivateIpAddresses
(Collection<PrivateIpAddressSpecification> privateIpAddresses) One or more private IP addresses to assign to the network interface.