Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TransitGatewayVpcAttachmentOptions |
TransitGatewayVpcAttachmentOptions.clone() |
TransitGatewayVpcAttachmentOptions |
TransitGatewayVpcAttachment.getOptions()
The VPC attachment options.
|
TransitGatewayVpcAttachmentOptions |
TransitGatewayVpcAttachmentOptions.withApplianceModeSupport(ApplianceModeSupportValue applianceModeSupport)
Indicates whether appliance mode support is enabled.
|
TransitGatewayVpcAttachmentOptions |
TransitGatewayVpcAttachmentOptions.withApplianceModeSupport(String applianceModeSupport)
Indicates whether appliance mode support is enabled.
|
TransitGatewayVpcAttachmentOptions |
TransitGatewayVpcAttachmentOptions.withDnsSupport(DnsSupportValue dnsSupport)
Indicates whether DNS support is enabled.
|
TransitGatewayVpcAttachmentOptions |
TransitGatewayVpcAttachmentOptions.withDnsSupport(String dnsSupport)
Indicates whether DNS support is enabled.
|
TransitGatewayVpcAttachmentOptions |
TransitGatewayVpcAttachmentOptions.withIpv6Support(Ipv6SupportValue ipv6Support)
Indicates whether IPv6 support is disabled.
|
TransitGatewayVpcAttachmentOptions |
TransitGatewayVpcAttachmentOptions.withIpv6Support(String ipv6Support)
Indicates whether IPv6 support is disabled.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitGatewayVpcAttachment.setOptions(TransitGatewayVpcAttachmentOptions options)
The VPC attachment options.
|
TransitGatewayVpcAttachment |
TransitGatewayVpcAttachment.withOptions(TransitGatewayVpcAttachmentOptions options)
The VPC attachment options.
|
Copyright © 2023. All rights reserved.