Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.clone() |
ModifyTransitGatewayOptions |
ModifyTransitGatewayRequest.getOptions()
The options to modify.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withAddTransitGatewayCidrBlocks(Collection<String> addTransitGatewayCidrBlocks)
Adds IPv4 or IPv6 CIDR blocks for the transit gateway.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withAddTransitGatewayCidrBlocks(String... addTransitGatewayCidrBlocks)
Adds IPv4 or IPv6 CIDR blocks for the transit gateway.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withAmazonSideAsn(Long amazonSideAsn)
A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withAssociationDefaultRouteTableId(String associationDefaultRouteTableId)
The ID of the default association route table.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withAutoAcceptSharedAttachments(AutoAcceptSharedAttachmentsValue autoAcceptSharedAttachments)
Enable or disable automatic acceptance of attachment requests.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withAutoAcceptSharedAttachments(String autoAcceptSharedAttachments)
Enable or disable automatic acceptance of attachment requests.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withDefaultRouteTableAssociation(DefaultRouteTableAssociationValue defaultRouteTableAssociation)
Enable or disable automatic association with the default association route table.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withDefaultRouteTableAssociation(String defaultRouteTableAssociation)
Enable or disable automatic association with the default association route table.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withDefaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation)
Enable or disable automatic propagation of routes to the default propagation route table.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withDefaultRouteTablePropagation(String defaultRouteTablePropagation)
Enable or disable automatic propagation of routes to the default propagation route table.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withDnsSupport(DnsSupportValue dnsSupport)
Enable or disable DNS support.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withDnsSupport(String dnsSupport)
Enable or disable DNS support.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withPropagationDefaultRouteTableId(String propagationDefaultRouteTableId)
The ID of the default propagation route table.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withRemoveTransitGatewayCidrBlocks(Collection<String> removeTransitGatewayCidrBlocks)
Removes CIDR blocks for the transit gateway.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withRemoveTransitGatewayCidrBlocks(String... removeTransitGatewayCidrBlocks)
Removes CIDR blocks for the transit gateway.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withVpnEcmpSupport(String vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withVpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyTransitGatewayRequest.setOptions(ModifyTransitGatewayOptions options)
The options to modify.
|
ModifyTransitGatewayRequest |
ModifyTransitGatewayRequest.withOptions(ModifyTransitGatewayOptions options)
The options to modify.
|
Copyright © 2023. All rights reserved.