Uses of Class
software.amazon.awssdk.services.ec2.model.SecondaryInterfacePrivateIpAddressSpecificationRequest
Packages that use SecondaryInterfacePrivateIpAddressSpecificationRequest
-
Uses of SecondaryInterfacePrivateIpAddressSpecificationRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SecondaryInterfacePrivateIpAddressSpecificationRequestModifier and TypeMethodDescriptionLaunchTemplateInstanceSecondaryInterfaceSpecificationRequest.privateIpAddresses()The private IPv4 addresses to assign to the secondary interface.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SecondaryInterfacePrivateIpAddressSpecificationRequestModifier and TypeMethodDescriptionLaunchTemplateInstanceSecondaryInterfaceSpecificationRequest.Builder.privateIpAddresses(SecondaryInterfacePrivateIpAddressSpecificationRequest... privateIpAddresses) The private IPv4 addresses to assign to the secondary interface.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SecondaryInterfacePrivateIpAddressSpecificationRequestModifier and TypeMethodDescriptionLaunchTemplateInstanceSecondaryInterfaceSpecificationRequest.Builder.privateIpAddresses(Collection<SecondaryInterfacePrivateIpAddressSpecificationRequest> privateIpAddresses) The private IPv4 addresses to assign to the secondary interface.