Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.clone() |
TransitGatewayRequestOptions |
CreateTransitGatewayRequest.getOptions()
The transit gateway options.
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withAmazonSideAsn(Long amazonSideAsn)
A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withAutoAcceptSharedAttachments(AutoAcceptSharedAttachmentsValue autoAcceptSharedAttachments)
Enable or disable automatic acceptance of attachment requests.
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withAutoAcceptSharedAttachments(String autoAcceptSharedAttachments)
Enable or disable automatic acceptance of attachment requests.
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withDefaultRouteTableAssociation(DefaultRouteTableAssociationValue defaultRouteTableAssociation)
Enable or disable automatic association with the default association route table.
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withDefaultRouteTableAssociation(String defaultRouteTableAssociation)
Enable or disable automatic association with the default association route table.
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withDefaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation)
Enable or disable automatic propagation of routes to the default propagation route table.
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withDefaultRouteTablePropagation(String defaultRouteTablePropagation)
Enable or disable automatic propagation of routes to the default propagation route table.
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withDnsSupport(DnsSupportValue dnsSupport)
Enable or disable DNS support.
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withDnsSupport(String dnsSupport)
Enable or disable DNS support.
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withMulticastSupport(MulticastSupportValue multicastSupport)
Indicates whether multicast is enabled on the transit gateway
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withMulticastSupport(String multicastSupport)
Indicates whether multicast is enabled on the transit gateway
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withTransitGatewayCidrBlocks(Collection<String> transitGatewayCidrBlocks)
One or more IPv4 or IPv6 CIDR blocks for the transit gateway.
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withTransitGatewayCidrBlocks(String... transitGatewayCidrBlocks)
One or more IPv4 or IPv6 CIDR blocks for the transit gateway.
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withVpnEcmpSupport(String vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withVpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateTransitGatewayRequest.setOptions(TransitGatewayRequestOptions options)
The transit gateway options.
|
CreateTransitGatewayRequest |
CreateTransitGatewayRequest.withOptions(TransitGatewayRequestOptions options)
The transit gateway options.
|
Copyright © 2021. All rights reserved.