Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.UpdateRouteResponseRequest
-
Packages that use UpdateRouteResponseRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of UpdateRouteResponseRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type UpdateRouteResponseRequest Modifier and Type Method Description default CompletableFuture<UpdateRouteResponseResponse>ApiGatewayV2AsyncClient. updateRouteResponse(UpdateRouteResponseRequest updateRouteResponseRequest)Updates a RouteResponse.default UpdateRouteResponseResponseApiGatewayV2Client. updateRouteResponse(UpdateRouteResponseRequest updateRouteResponseRequest)Updates a RouteResponse. -
Uses of UpdateRouteResponseRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type UpdateRouteResponseRequest Modifier and Type Method Description SdkHttpFullRequestUpdateRouteResponseRequestMarshaller. marshall(UpdateRouteResponseRequest updateRouteResponseRequest)
-