Uses of Class
software.amazon.awssdk.services.ec2.model.SecondaryInterfacePrivateIpAddressSpecification
Packages that use SecondaryInterfacePrivateIpAddressSpecification
-
Uses of SecondaryInterfacePrivateIpAddressSpecification in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SecondaryInterfacePrivateIpAddressSpecificationModifier and TypeMethodDescriptionLaunchTemplateInstanceSecondaryInterfaceSpecification.privateIpAddresses()The private IPv4 addresses to assign to the secondary interface.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SecondaryInterfacePrivateIpAddressSpecificationModifier and TypeMethodDescriptionLaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.privateIpAddresses(SecondaryInterfacePrivateIpAddressSpecification... 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 SecondaryInterfacePrivateIpAddressSpecificationModifier and TypeMethodDescriptionLaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.privateIpAddresses(Collection<SecondaryInterfacePrivateIpAddressSpecification> privateIpAddresses) The private IPv4 addresses to assign to the secondary interface.