Uses of Class
software.amazon.awssdk.services.ec2.model.DnsSupportValue
-
Packages that use DnsSupportValue Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of DnsSupportValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DnsSupportValue Modifier and Type Method Description DnsSupportValueCreateTransitGatewayVpcAttachmentRequestOptions. dnsSupport()Enable or disable DNS support.DnsSupportValueModifyTransitGatewayOptions. dnsSupport()Enable or disable DNS support.DnsSupportValueModifyTransitGatewayVpcAttachmentRequestOptions. dnsSupport()Enable or disable DNS support.DnsSupportValueTransitGatewayOptions. dnsSupport()Indicates whether DNS support is enabled.DnsSupportValueTransitGatewayRequestOptions. dnsSupport()Enable or disable DNS support.DnsSupportValueTransitGatewayVpcAttachmentOptions. dnsSupport()Indicates whether DNS support is enabled.static DnsSupportValueDnsSupportValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DnsSupportValueDnsSupportValue. 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DnsSupportValue Modifier and Type Method Description static Set<DnsSupportValue>DnsSupportValue. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type DnsSupportValue Modifier and Type Method Description CreateTransitGatewayVpcAttachmentRequestOptions.BuilderCreateTransitGatewayVpcAttachmentRequestOptions.Builder. dnsSupport(DnsSupportValue dnsSupport)Enable or disable DNS support.ModifyTransitGatewayOptions.BuilderModifyTransitGatewayOptions.Builder. dnsSupport(DnsSupportValue dnsSupport)Enable or disable DNS support.ModifyTransitGatewayVpcAttachmentRequestOptions.BuilderModifyTransitGatewayVpcAttachmentRequestOptions.Builder. dnsSupport(DnsSupportValue dnsSupport)Enable or disable DNS support.TransitGatewayOptions.BuilderTransitGatewayOptions.Builder. dnsSupport(DnsSupportValue dnsSupport)Indicates whether DNS support is enabled.TransitGatewayRequestOptions.BuilderTransitGatewayRequestOptions.Builder. dnsSupport(DnsSupportValue dnsSupport)Enable or disable DNS support.TransitGatewayVpcAttachmentOptions.BuilderTransitGatewayVpcAttachmentOptions.Builder. dnsSupport(DnsSupportValue dnsSupport)Indicates whether DNS support is enabled.
-