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