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