Uses of Class
software.amazon.awssdk.services.ec2.model.CreateLocalGatewayRouteTableResponse
Packages that use CreateLocalGatewayRouteTableResponse
-
Uses of CreateLocalGatewayRouteTableResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateLocalGatewayRouteTableResponseModifier and TypeMethodDescriptionEc2Client.createLocalGatewayRouteTable(Consumer<CreateLocalGatewayRouteTableRequest.Builder> createLocalGatewayRouteTableRequest) Creates a local gateway route table.Ec2Client.createLocalGatewayRouteTable(CreateLocalGatewayRouteTableRequest createLocalGatewayRouteTableRequest) Creates a local gateway route table.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateLocalGatewayRouteTableResponseModifier and TypeMethodDescriptionEc2AsyncClient.createLocalGatewayRouteTable(Consumer<CreateLocalGatewayRouteTableRequest.Builder> createLocalGatewayRouteTableRequest) Creates a local gateway route table.Ec2AsyncClient.createLocalGatewayRouteTable(CreateLocalGatewayRouteTableRequest createLocalGatewayRouteTableRequest) Creates a local gateway route table.