Uses of Class
software.amazon.awssdk.services.ec2.model.AssociateTransitGatewayRouteTableResponse
-
Packages that use AssociateTransitGatewayRouteTableResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of AssociateTransitGatewayRouteTableResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AssociateTransitGatewayRouteTableResponse Modifier and Type Method Description default AssociateTransitGatewayRouteTableResponseEc2Client. associateTransitGatewayRouteTable(Consumer<AssociateTransitGatewayRouteTableRequest.Builder> associateTransitGatewayRouteTableRequest)Associates the specified attachment with the specified transit gateway route table.default AssociateTransitGatewayRouteTableResponseEc2Client. associateTransitGatewayRouteTable(AssociateTransitGatewayRouteTableRequest associateTransitGatewayRouteTableRequest)Associates the specified attachment with the specified transit gateway route table.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AssociateTransitGatewayRouteTableResponse Modifier and Type Method Description default CompletableFuture<AssociateTransitGatewayRouteTableResponse>Ec2AsyncClient. associateTransitGatewayRouteTable(Consumer<AssociateTransitGatewayRouteTableRequest.Builder> associateTransitGatewayRouteTableRequest)Associates the specified attachment with the specified transit gateway route table.default CompletableFuture<AssociateTransitGatewayRouteTableResponse>Ec2AsyncClient. associateTransitGatewayRouteTable(AssociateTransitGatewayRouteTableRequest associateTransitGatewayRouteTableRequest)Associates the specified attachment with the specified transit gateway route table.
-