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 PrivateIpAddressSpecificationPrivateIpAddressSpecification. clone()PrivateIpAddressSpecificationPrivateIpAddressSpecification. withPrimary(Boolean primary)Indicates whether the private IP address is the primary private IP address.PrivateIpAddressSpecificationPrivateIpAddressSpecification. 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 CreateNetworkInterfaceRequestCreateNetworkInterfaceRequest. withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)One or more private IP addresses.InstanceNetworkInterfaceSpecificationInstanceNetworkInterfaceSpecification. 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 voidCreateNetworkInterfaceRequest. setPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)One or more private IP addresses.voidInstanceNetworkInterfaceSpecification. setPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)One or more private IP addresses to assign to the network interface.CreateNetworkInterfaceRequestCreateNetworkInterfaceRequest. withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)One or more private IP addresses.InstanceNetworkInterfaceSpecificationInstanceNetworkInterfaceSpecification. withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)One or more private IP addresses to assign to the network interface.
-