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