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