Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static DnsSupportValue |
DnsSupportValue.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
TransitGatewayOptions |
TransitGatewayOptions.withDnsSupport(DnsSupportValue dnsSupport)
Indicates whether DNS support is enabled.
|
ModifyTransitGatewayVpcAttachmentRequestOptions |
ModifyTransitGatewayVpcAttachmentRequestOptions.withDnsSupport(DnsSupportValue dnsSupport)
Enable or disable DNS support.
|
TransitGatewayVpcAttachmentOptions |
TransitGatewayVpcAttachmentOptions.withDnsSupport(DnsSupportValue dnsSupport)
Indicates whether DNS support is enabled.
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withDnsSupport(DnsSupportValue dnsSupport)
Enable or disable DNS support.
|
CreateTransitGatewayVpcAttachmentRequestOptions |
CreateTransitGatewayVpcAttachmentRequestOptions.withDnsSupport(DnsSupportValue dnsSupport)
Enable or disable DNS support.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withDnsSupport(DnsSupportValue dnsSupport)
Enable or disable DNS support.
|
Copyright © 2021. All rights reserved.