| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateTransitGatewayPolicyTableResponse> |
Ec2AsyncClient.associateTransitGatewayPolicyTable(Consumer<AssociateTransitGatewayPolicyTableRequest.Builder> associateTransitGatewayPolicyTableRequest)
Associates the specified transit gateway attachment with a transit gateway policy table.
|
default AssociateTransitGatewayPolicyTableResponse |
Ec2Client.associateTransitGatewayPolicyTable(Consumer<AssociateTransitGatewayPolicyTableRequest.Builder> associateTransitGatewayPolicyTableRequest)
Associates the specified transit gateway attachment with a transit gateway policy table.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateTransitGatewayPolicyTableRequest.Builder |
AssociateTransitGatewayPolicyTableRequest.builder() |
AssociateTransitGatewayPolicyTableRequest.Builder |
AssociateTransitGatewayPolicyTableRequest.Builder.dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
AssociateTransitGatewayPolicyTableRequest.Builder |
AssociateTransitGatewayPolicyTableRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateTransitGatewayPolicyTableRequest.Builder |
AssociateTransitGatewayPolicyTableRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateTransitGatewayPolicyTableRequest.Builder |
AssociateTransitGatewayPolicyTableRequest.toBuilder() |
AssociateTransitGatewayPolicyTableRequest.Builder |
AssociateTransitGatewayPolicyTableRequest.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment to associate with the policy table.
|
AssociateTransitGatewayPolicyTableRequest.Builder |
AssociateTransitGatewayPolicyTableRequest.Builder.transitGatewayPolicyTableId(String transitGatewayPolicyTableId)
The ID of the transit gateway policy table to associate with the transit gateway attachment.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateTransitGatewayPolicyTableRequest.Builder> |
AssociateTransitGatewayPolicyTableRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.