| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
DnsSupportValue |
TransitGatewayRequestOptions.dnsSupport()
Enable or disable DNS support.
|
DnsSupportValue |
ModifyTransitGatewayVpcAttachmentRequestOptions.dnsSupport()
Enable or disable DNS support.
|
DnsSupportValue |
TransitGatewayOptions.dnsSupport()
Indicates whether DNS support is enabled.
|
DnsSupportValue |
CreateTransitGatewayVpcAttachmentRequestOptions.dnsSupport()
Enable or disable DNS support.
|
DnsSupportValue |
TransitGatewayVpcAttachmentOptions.dnsSupport()
Indicates whether DNS support is enabled.
|
DnsSupportValue |
ModifyTransitGatewayOptions.dnsSupport()
Enable or disable DNS support.
|
static DnsSupportValue |
DnsSupportValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DnsSupportValue |
DnsSupportValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DnsSupportValue[] |
DnsSupportValue.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<DnsSupportValue> |
DnsSupportValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayRequestOptions.Builder |
TransitGatewayRequestOptions.Builder.dnsSupport(DnsSupportValue dnsSupport)
Enable or disable DNS support.
|
ModifyTransitGatewayVpcAttachmentRequestOptions.Builder |
ModifyTransitGatewayVpcAttachmentRequestOptions.Builder.dnsSupport(DnsSupportValue dnsSupport)
Enable or disable DNS support.
|
TransitGatewayOptions.Builder |
TransitGatewayOptions.Builder.dnsSupport(DnsSupportValue dnsSupport)
Indicates whether DNS support is enabled.
|
CreateTransitGatewayVpcAttachmentRequestOptions.Builder |
CreateTransitGatewayVpcAttachmentRequestOptions.Builder.dnsSupport(DnsSupportValue dnsSupport)
Enable or disable DNS support.
|
TransitGatewayVpcAttachmentOptions.Builder |
TransitGatewayVpcAttachmentOptions.Builder.dnsSupport(DnsSupportValue dnsSupport)
Indicates whether DNS support is enabled.
|
ModifyTransitGatewayOptions.Builder |
ModifyTransitGatewayOptions.Builder.dnsSupport(DnsSupportValue dnsSupport)
Enable or disable DNS support.
|
Copyright © 2023. All rights reserved.