Uses of Class
software.amazon.awssdk.services.ec2.model.DisassociateTransitGatewayPolicyTableResponse
Packages that use DisassociateTransitGatewayPolicyTableResponse
-
Uses of DisassociateTransitGatewayPolicyTableResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DisassociateTransitGatewayPolicyTableResponseModifier and TypeMethodDescriptionEc2Client.disassociateTransitGatewayPolicyTable(Consumer<DisassociateTransitGatewayPolicyTableRequest.Builder> disassociateTransitGatewayPolicyTableRequest) Removes the association between an an attachment and a policy table.Ec2Client.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 DisassociateTransitGatewayPolicyTableResponseModifier and TypeMethodDescriptionEc2AsyncClient.disassociateTransitGatewayPolicyTable(Consumer<DisassociateTransitGatewayPolicyTableRequest.Builder> disassociateTransitGatewayPolicyTableRequest) Removes the association between an an attachment and a policy table.Ec2AsyncClient.disassociateTransitGatewayPolicyTable(DisassociateTransitGatewayPolicyTableRequest disassociateTransitGatewayPolicyTableRequest) Removes the association between an an attachment and a policy table.