Uses of Class
software.amazon.awssdk.services.ec2.model.DisassociateTransitGatewayPolicyTableResponse
-
Packages that use DisassociateTransitGatewayPolicyTableResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DisassociateTransitGatewayPolicyTableResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DisassociateTransitGatewayPolicyTableResponse Modifier and Type Method Description default DisassociateTransitGatewayPolicyTableResponseEc2Client. disassociateTransitGatewayPolicyTable(Consumer<DisassociateTransitGatewayPolicyTableRequest.Builder> disassociateTransitGatewayPolicyTableRequest)Removes the association between an an attachment and a policy table.default DisassociateTransitGatewayPolicyTableResponseEc2Client. disassociateTransitGatewayPolicyTable(DisassociateTransitGatewayPolicyTableRequest disassociateTransitGatewayPolicyTableRequest)Removes the association between an an attachment and a policy table.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DisassociateTransitGatewayPolicyTableResponse 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 CompletableFuture<DisassociateTransitGatewayPolicyTableResponse>Ec2AsyncClient. disassociateTransitGatewayPolicyTable(DisassociateTransitGatewayPolicyTableRequest disassociateTransitGatewayPolicyTableRequest)Removes the association between an an attachment and a policy table.
-