Uses of Class
software.amazon.awssdk.services.ec2.model.PrivateIpAddressSpecification
-
Packages that use PrivateIpAddressSpecification Package Description software.amazon.awssdk.services.ec2.model -
-
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 PrivateIpAddressSpecification Modifier and Type Method Description List<PrivateIpAddressSpecification>CreateNetworkInterfaceRequest. privateIpAddresses()The private IPv4 addresses.List<PrivateIpAddressSpecification>InstanceNetworkInterfaceSpecification. privateIpAddresses()The private IPv4 addresses to assign to the network interface.List<PrivateIpAddressSpecification>LaunchTemplateInstanceNetworkInterfaceSpecification. privateIpAddresses()One or more private IPv4 addresses.List<PrivateIpAddressSpecification>LaunchTemplateInstanceNetworkInterfaceSpecificationRequest. privateIpAddresses()One or more private IPv4 addresses.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PrivateIpAddressSpecification Modifier and Type Method Description CreateNetworkInterfaceRequest.BuilderCreateNetworkInterfaceRequest.Builder. privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)The private IPv4 addresses.InstanceNetworkInterfaceSpecification.BuilderInstanceNetworkInterfaceSpecification.Builder. privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)The private IPv4 addresses to assign to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.BuilderLaunchTemplateInstanceNetworkInterfaceSpecification.Builder. privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)One or more private IPv4 addresses.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.BuilderLaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder. privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)One or more private IPv4 addresses.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PrivateIpAddressSpecification Modifier and Type Method Description CreateNetworkInterfaceRequest.BuilderCreateNetworkInterfaceRequest.Builder. privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)The private IPv4 addresses.InstanceNetworkInterfaceSpecification.BuilderInstanceNetworkInterfaceSpecification.Builder. privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)The private IPv4 addresses to assign to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.BuilderLaunchTemplateInstanceNetworkInterfaceSpecification.Builder. privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)One or more private IPv4 addresses.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.BuilderLaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder. privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)One or more private IPv4 addresses.
-