Uses of Interface
software.amazon.awssdk.services.ec2.model.DisassociateTransitGatewayPolicyTableRequest.Builder
Packages that use DisassociateTransitGatewayPolicyTableRequest.Builder
Package
Description
-
Uses of DisassociateTransitGatewayPolicyTableRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DisassociateTransitGatewayPolicyTableRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.disassociateTransitGatewayPolicyTable(Consumer<DisassociateTransitGatewayPolicyTableRequest.Builder> disassociateTransitGatewayPolicyTableRequest) Removes the association between an an attachment and a policy table.Ec2Client.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.BuilderModifier and TypeMethodDescriptionDisassociateTransitGatewayPolicyTableRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DisassociateTransitGatewayPolicyTableRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DisassociateTransitGatewayPolicyTableRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DisassociateTransitGatewayPolicyTableRequest.toBuilder()DisassociateTransitGatewayPolicyTableRequest.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the transit gateway attachment to disassociate from the policy table.DisassociateTransitGatewayPolicyTableRequest.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DisassociateTransitGatewayPolicyTableRequest.Builder>DisassociateTransitGatewayPolicyTableRequest.serializableBuilderClass()