Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.CreateRouteResponse
-
Packages that use CreateRouteResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of CreateRouteResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return CreateRouteResponse Modifier and Type Method Description default CreateRouteResponseApiGatewayV2Client. createRoute(Consumer<CreateRouteRequest.Builder> createRouteRequest)Creates a Route for an API.default CreateRouteResponseApiGatewayV2Client. createRoute(CreateRouteRequest createRouteRequest)Creates a Route for an API.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type CreateRouteResponse Modifier and Type Method Description default CompletableFuture<CreateRouteResponse>ApiGatewayV2AsyncClient. createRoute(Consumer<CreateRouteRequest.Builder> createRouteRequest)Creates a Route for an API.default CompletableFuture<CreateRouteResponse>ApiGatewayV2AsyncClient. createRoute(CreateRouteRequest createRouteRequest)Creates a Route for an API.
-