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