Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceSecondaryInterfacePrivateIpAddress
-
Packages that use InstanceSecondaryInterfacePrivateIpAddress Package Description software.amazon.awssdk.services.ec2.model -
-
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 InstanceSecondaryInterfacePrivateIpAddress Modifier and Type Method Description List<InstanceSecondaryInterfacePrivateIpAddress>InstanceSecondaryInterface. privateIpAddresses()The private IPv4 addresses associated with the secondary interface.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceSecondaryInterfacePrivateIpAddress Modifier and Type Method Description InstanceSecondaryInterface.BuilderInstanceSecondaryInterface.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 InstanceSecondaryInterfacePrivateIpAddress Modifier and Type Method Description InstanceSecondaryInterface.BuilderInstanceSecondaryInterface.Builder. privateIpAddresses(Collection<InstanceSecondaryInterfacePrivateIpAddress> privateIpAddresses)The private IPv4 addresses associated with the secondary interface.
-