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