Uses of Interface
software.amazon.awssdk.services.ec2.model.DisassociateTransitGatewayPolicyTableRequest.Builder
-
Packages that use DisassociateTransitGatewayPolicyTableRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of DisassociateTransitGatewayPolicyTableRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DisassociateTransitGatewayPolicyTableRequest.Builder Modifier and Type Method Description default CompletableFuture<DisassociateTransitGatewayPolicyTableResponse>Ec2AsyncClient. disassociateTransitGatewayPolicyTable(Consumer<DisassociateTransitGatewayPolicyTableRequest.Builder> disassociateTransitGatewayPolicyTableRequest)Removes the association between an an attachment and a policy table.default DisassociateTransitGatewayPolicyTableResponseEc2Client. disassociateTransitGatewayPolicyTable(Consumer<DisassociateTransitGatewayPolicyTableRequest.Builder> disassociateTransitGatewayPolicyTableRequest)Removes the association between an an attachment and a policy table. -
Uses of DisassociateTransitGatewayPolicyTableRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DisassociateTransitGatewayPolicyTableRequest.Builder Modifier and Type Method Description static DisassociateTransitGatewayPolicyTableRequest.BuilderDisassociateTransitGatewayPolicyTableRequest. builder()DisassociateTransitGatewayPolicyTableRequest.BuilderDisassociateTransitGatewayPolicyTableRequest.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.BuilderDisassociateTransitGatewayPolicyTableRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateTransitGatewayPolicyTableRequest.BuilderDisassociateTransitGatewayPolicyTableRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateTransitGatewayPolicyTableRequest.BuilderDisassociateTransitGatewayPolicyTableRequest. toBuilder()DisassociateTransitGatewayPolicyTableRequest.BuilderDisassociateTransitGatewayPolicyTableRequest.Builder. transitGatewayAttachmentId(String transitGatewayAttachmentId)The ID of the transit gateway attachment to disassociate from the policy table.DisassociateTransitGatewayPolicyTableRequest.BuilderDisassociateTransitGatewayPolicyTableRequest.Builder. transitGatewayPolicyTableId(String transitGatewayPolicyTableId)The ID of the disassociated policy table.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DisassociateTransitGatewayPolicyTableRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateTransitGatewayPolicyTableRequest.Builder>DisassociateTransitGatewayPolicyTableRequest. serializableBuilderClass()
-