Uses of Class
software.amazon.awssdk.services.ec2.model.AssociateTransitGatewayRouteTableResponse
Packages that use AssociateTransitGatewayRouteTableResponse
-
Uses of AssociateTransitGatewayRouteTableResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AssociateTransitGatewayRouteTableResponseModifier and TypeMethodDescriptionEc2Client.associateTransitGatewayRouteTable(Consumer<AssociateTransitGatewayRouteTableRequest.Builder> associateTransitGatewayRouteTableRequest) Associates the specified attachment with the specified transit gateway route table.Ec2Client.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 AssociateTransitGatewayRouteTableResponseModifier and TypeMethodDescriptionEc2AsyncClient.associateTransitGatewayRouteTable(Consumer<AssociateTransitGatewayRouteTableRequest.Builder> associateTransitGatewayRouteTableRequest) Associates the specified attachment with the specified transit gateway route table.Ec2AsyncClient.associateTransitGatewayRouteTable(AssociateTransitGatewayRouteTableRequest associateTransitGatewayRouteTableRequest) Associates the specified attachment with the specified transit gateway route table.