| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static Ipv6SupportValue |
Ipv6SupportValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Ipv6SupportValue |
ModifyTransitGatewayVpcAttachmentRequestOptions.ipv6Support()
Enable or disable IPv6 support.
|
Ipv6SupportValue |
CreateTransitGatewayVpcAttachmentRequestOptions.ipv6Support()
Enable or disable IPv6 support.
|
Ipv6SupportValue |
TransitGatewayVpcAttachmentOptions.ipv6Support()
Indicates whether IPv6 support is disabled.
|
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 |
|---|---|
static Set<Ipv6SupportValue> |
Ipv6SupportValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModifyTransitGatewayVpcAttachmentRequestOptions.Builder |
ModifyTransitGatewayVpcAttachmentRequestOptions.Builder.ipv6Support(Ipv6SupportValue ipv6Support)
Enable or disable IPv6 support.
|
CreateTransitGatewayVpcAttachmentRequestOptions.Builder |
CreateTransitGatewayVpcAttachmentRequestOptions.Builder.ipv6Support(Ipv6SupportValue ipv6Support)
Enable or disable IPv6 support.
|
TransitGatewayVpcAttachmentOptions.Builder |
TransitGatewayVpcAttachmentOptions.Builder.ipv6Support(Ipv6SupportValue ipv6Support)
Indicates whether IPv6 support is disabled.
|
Copyright © 2023. All rights reserved.