Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetRouteResponseResponse
-
Packages that use GetRouteResponseResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetRouteResponseResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetRouteResponseResponse Modifier and Type Method Description default GetRouteResponseResponseApiGatewayV2Client. getRouteResponse(Consumer<GetRouteResponseRequest.Builder> getRouteResponseRequest)Gets a RouteResponse.default GetRouteResponseResponseApiGatewayV2Client. getRouteResponse(GetRouteResponseRequest getRouteResponseRequest)Gets a RouteResponse.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetRouteResponseResponse Modifier and Type Method Description default CompletableFuture<GetRouteResponseResponse>ApiGatewayV2AsyncClient. getRouteResponse(Consumer<GetRouteResponseRequest.Builder> getRouteResponseRequest)Gets a RouteResponse.default CompletableFuture<GetRouteResponseResponse>ApiGatewayV2AsyncClient. getRouteResponse(GetRouteResponseRequest getRouteResponseRequest)Gets a RouteResponse.
-