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