Uses of Class
software.amazon.awssdk.services.ec2.model.CreateLocalGatewayRouteResponse
Packages that use CreateLocalGatewayRouteResponse
-
Uses of CreateLocalGatewayRouteResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateLocalGatewayRouteResponseModifier and TypeMethodDescriptiondefault CreateLocalGatewayRouteResponseEc2Client.createLocalGatewayRoute(Consumer<CreateLocalGatewayRouteRequest.Builder> createLocalGatewayRouteRequest) Creates a static route for the specified local gateway route table.default CreateLocalGatewayRouteResponseEc2Client.createLocalGatewayRoute(CreateLocalGatewayRouteRequest createLocalGatewayRouteRequest) Creates a static route for the specified local gateway route table.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateLocalGatewayRouteResponseModifier and TypeMethodDescriptionEc2AsyncClient.createLocalGatewayRoute(Consumer<CreateLocalGatewayRouteRequest.Builder> createLocalGatewayRouteRequest) Creates a static route for the specified local gateway route table.Ec2AsyncClient.createLocalGatewayRoute(CreateLocalGatewayRouteRequest createLocalGatewayRouteRequest) Creates a static route for the specified local gateway route table.