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