Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static Ipv6SupportValue |
Ipv6SupportValue.fromValue(String value)
Use this in place of valueOf.
|
static Ipv6SupportValue |
Ipv6SupportValue.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.
|
Modifier and Type | Method and Description |
---|---|
ModifyTransitGatewayVpcAttachmentRequestOptions |
ModifyTransitGatewayVpcAttachmentRequestOptions.withIpv6Support(Ipv6SupportValue ipv6Support)
Enable or disable IPv6 support.
|
CreateTransitGatewayVpcAttachmentRequestOptions |
CreateTransitGatewayVpcAttachmentRequestOptions.withIpv6Support(Ipv6SupportValue ipv6Support)
Enable or disable IPv6 support.
|
TransitGatewayVpcAttachmentOptions |
TransitGatewayVpcAttachmentOptions.withIpv6Support(Ipv6SupportValue ipv6Support)
Indicates whether IPv6 support is disabled.
|
Copyright © 2023. All rights reserved.