Uses of Enum
software.amazon.awssdk.services.ec2.model.DnsSupportValue
Packages that use DnsSupportValue
-
Uses of DnsSupportValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DnsSupportValueModifier and TypeMethodDescriptionfinal DnsSupportValueCreateTransitGatewayVpcAttachmentRequestOptions.dnsSupport()Enable or disable DNS support.final DnsSupportValueModifyTransitGatewayOptions.dnsSupport()Enable or disable DNS support.final DnsSupportValueModifyTransitGatewayVpcAttachmentRequestOptions.dnsSupport()Enable or disable DNS support.final DnsSupportValueTransitGatewayOptions.dnsSupport()Indicates whether DNS support is enabled.final DnsSupportValueTransitGatewayRequestOptions.dnsSupport()Enable or disable DNS support.final DnsSupportValueTransitGatewayVpcAttachmentOptions.dnsSupport()Indicates whether DNS support is enabled.static DnsSupportValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DnsSupportValueReturns 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DnsSupportValueMethods in software.amazon.awssdk.services.ec2.model with parameters of type DnsSupportValueModifier and TypeMethodDescriptionCreateTransitGatewayVpcAttachmentRequestOptions.Builder.dnsSupport(DnsSupportValue dnsSupport) Enable or disable DNS support.ModifyTransitGatewayOptions.Builder.dnsSupport(DnsSupportValue dnsSupport) Enable or disable DNS support.ModifyTransitGatewayVpcAttachmentRequestOptions.Builder.dnsSupport(DnsSupportValue dnsSupport) Enable or disable DNS support.TransitGatewayOptions.Builder.dnsSupport(DnsSupportValue dnsSupport) Indicates whether DNS support is enabled.TransitGatewayRequestOptions.Builder.dnsSupport(DnsSupportValue dnsSupport) Enable or disable DNS support.TransitGatewayVpcAttachmentOptions.Builder.dnsSupport(DnsSupportValue dnsSupport) Indicates whether DNS support is enabled.