Uses of Class
software.amazon.awssdk.services.ec2.model.Ipv6AddressAttribute
-
Packages that use Ipv6AddressAttribute Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of Ipv6AddressAttribute in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Ipv6AddressAttribute Modifier and Type Method Description static Ipv6AddressAttributeIpv6AddressAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Ipv6AddressAttributeSubnetIpv6CidrBlockAssociation. ipv6AddressAttribute()Public IPv6 addresses are those advertised on the internet from Amazon Web Services.Ipv6AddressAttributeVpcIpv6CidrBlockAssociation. ipv6AddressAttribute()Public IPv6 addresses are those advertised on the internet from Amazon Web Services.static Ipv6AddressAttributeIpv6AddressAttribute. valueOf(String name)Returns 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 Ipv6AddressAttribute Modifier and Type Method Description static Set<Ipv6AddressAttribute>Ipv6AddressAttribute. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type Ipv6AddressAttribute Modifier and Type Method Description SubnetIpv6CidrBlockAssociation.BuilderSubnetIpv6CidrBlockAssociation.Builder. ipv6AddressAttribute(Ipv6AddressAttribute ipv6AddressAttribute)Public IPv6 addresses are those advertised on the internet from Amazon Web Services.VpcIpv6CidrBlockAssociation.BuilderVpcIpv6CidrBlockAssociation.Builder. ipv6AddressAttribute(Ipv6AddressAttribute ipv6AddressAttribute)Public IPv6 addresses are those advertised on the internet from Amazon Web Services.
-