Uses of Class
software.amazon.awssdk.services.ec2.model.Ipv6SupportValue
-
Packages that use Ipv6SupportValue Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of Ipv6SupportValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Ipv6SupportValue Modifier and Type Method Description static Ipv6SupportValueIpv6SupportValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Ipv6SupportValueCreateTransitGatewayVpcAttachmentRequestOptions. ipv6Support()Enable or disable IPv6 support.Ipv6SupportValueModifyTransitGatewayVpcAttachmentRequestOptions. ipv6Support()Enable or disable IPv6 support.Ipv6SupportValueTransitGatewayVpcAttachmentOptions. ipv6Support()Indicates whether IPv6 support is disabled.static Ipv6SupportValueIpv6SupportValue. valueOf(String name)Returns the enum constant of this type with the specified name.static Ipv6SupportValue[]Ipv6SupportValue. 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 Ipv6SupportValue Modifier and Type Method Description static Set<Ipv6SupportValue>Ipv6SupportValue. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type Ipv6SupportValue Modifier and Type Method Description CreateTransitGatewayVpcAttachmentRequestOptions.BuilderCreateTransitGatewayVpcAttachmentRequestOptions.Builder. ipv6Support(Ipv6SupportValue ipv6Support)Enable or disable IPv6 support.ModifyTransitGatewayVpcAttachmentRequestOptions.BuilderModifyTransitGatewayVpcAttachmentRequestOptions.Builder. ipv6Support(Ipv6SupportValue ipv6Support)Enable or disable IPv6 support.TransitGatewayVpcAttachmentOptions.BuilderTransitGatewayVpcAttachmentOptions.Builder. ipv6Support(Ipv6SupportValue ipv6Support)Indicates whether IPv6 support is disabled.
-