Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.CreateRouteResponseRequest
-
Packages that use CreateRouteResponseRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of CreateRouteResponseRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type CreateRouteResponseRequest Modifier and Type Method Description default CompletableFuture<CreateRouteResponseResponse>ApiGatewayV2AsyncClient. createRouteResponse(CreateRouteResponseRequest createRouteResponseRequest)Creates a RouteResponse for a Route.default CreateRouteResponseResponseApiGatewayV2Client. createRouteResponse(CreateRouteResponseRequest createRouteResponseRequest)Creates a RouteResponse for a Route. -
Uses of CreateRouteResponseRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type CreateRouteResponseRequest Modifier and Type Method Description SdkHttpFullRequestCreateRouteResponseRequestMarshaller. marshall(CreateRouteResponseRequest createRouteResponseRequest)
-