Uses of Enum
software.amazon.awssdk.services.ec2.model.Ipv6SupportValue
Packages that use Ipv6SupportValue
-
Uses of Ipv6SupportValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Ipv6SupportValueModifier and TypeMethodDescriptionstatic Ipv6SupportValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.final Ipv6SupportValueCreateTransitGatewayVpcAttachmentRequestOptions.ipv6Support()Enable or disable IPv6 support.final Ipv6SupportValueModifyTransitGatewayVpcAttachmentRequestOptions.ipv6Support()Enable or disable IPv6 support.final Ipv6SupportValueTransitGatewayVpcAttachmentOptions.ipv6Support()Indicates whether IPv6 support is disabled.static Ipv6SupportValueReturns 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 Ipv6SupportValueMethods in software.amazon.awssdk.services.ec2.model with parameters of type Ipv6SupportValueModifier and TypeMethodDescriptionCreateTransitGatewayVpcAttachmentRequestOptions.Builder.ipv6Support(Ipv6SupportValue ipv6Support) Enable or disable IPv6 support.ModifyTransitGatewayVpcAttachmentRequestOptions.Builder.ipv6Support(Ipv6SupportValue ipv6Support) Enable or disable IPv6 support.TransitGatewayVpcAttachmentOptions.Builder.ipv6Support(Ipv6SupportValue ipv6Support) Indicates whether IPv6 support is disabled.