Uses of Class
software.amazon.awssdk.services.ec2.model.PrivateIpAddressSpecification
Packages that use PrivateIpAddressSpecification
-
Uses of PrivateIpAddressSpecification in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PrivateIpAddressSpecificationModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.privateIpAddresses()The private IPv4 addresses.InstanceNetworkInterfaceSpecification.privateIpAddresses()The private IPv4 addresses to assign to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.privateIpAddresses()One or more private IPv4 addresses.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.privateIpAddresses()One or more private IPv4 addresses.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PrivateIpAddressSpecificationModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.Builder.privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses) The private IPv4 addresses.InstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses) The private IPv4 addresses to assign to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses) One or more private IPv4 addresses.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder.privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses) One or more private IPv4 addresses.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PrivateIpAddressSpecificationModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.Builder.privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses) The private IPv4 addresses.InstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses) The private IPv4 addresses to assign to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses) One or more private IPv4 addresses.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder.privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses) One or more private IPv4 addresses.