Uses of Enum
software.amazon.awssdk.services.ec2.model.Ipv6AddressAttribute
Packages that use Ipv6AddressAttribute
-
Uses of Ipv6AddressAttribute in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Ipv6AddressAttributeModifier and TypeMethodDescriptionstatic Ipv6AddressAttributeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final Ipv6AddressAttributeSubnetIpv6CidrBlockAssociation.ipv6AddressAttribute()Public IPv6 addresses are those advertised on the internet from Amazon Web Services.final Ipv6AddressAttributeVpcIpv6CidrBlockAssociation.ipv6AddressAttribute()Public IPv6 addresses are those advertised on the internet from Amazon Web Services.static Ipv6AddressAttributeReturns the enum constant of this type with the specified name.static Ipv6AddressAttribute[]Ipv6AddressAttribute.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Ipv6AddressAttributeModifier and TypeMethodDescriptionstatic Set<Ipv6AddressAttribute>Ipv6AddressAttribute.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type Ipv6AddressAttributeModifier and TypeMethodDescriptionSubnetIpv6CidrBlockAssociation.Builder.ipv6AddressAttribute(Ipv6AddressAttribute ipv6AddressAttribute) Public IPv6 addresses are those advertised on the internet from Amazon Web Services.VpcIpv6CidrBlockAssociation.Builder.ipv6AddressAttribute(Ipv6AddressAttribute ipv6AddressAttribute) Public IPv6 addresses are those advertised on the internet from Amazon Web Services.