Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetRouteResponseRequest
-
Packages that use GetRouteResponseRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of GetRouteResponseRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type GetRouteResponseRequest Modifier and Type Method Description default CompletableFuture<GetRouteResponseResponse>ApiGatewayV2AsyncClient. getRouteResponse(GetRouteResponseRequest getRouteResponseRequest)Gets a RouteResponse.default GetRouteResponseResponseApiGatewayV2Client. getRouteResponse(GetRouteResponseRequest getRouteResponseRequest)Gets a RouteResponse. -
Uses of GetRouteResponseRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type GetRouteResponseRequest Modifier and Type Method Description SdkHttpFullRequestGetRouteResponseRequestMarshaller. marshall(GetRouteResponseRequest getRouteResponseRequest)
-