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