Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetRoutesResponse
-
Packages that use GetRoutesResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetRoutesResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetRoutesResponse Modifier and Type Method Description default GetRoutesResponseApiGatewayV2Client. getRoutes(Consumer<GetRoutesRequest.Builder> getRoutesRequest)Gets the Routes for an API.default GetRoutesResponseApiGatewayV2Client. getRoutes(GetRoutesRequest getRoutesRequest)Gets the Routes for an API.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetRoutesResponse Modifier and Type Method Description default CompletableFuture<GetRoutesResponse>ApiGatewayV2AsyncClient. getRoutes(Consumer<GetRoutesRequest.Builder> getRoutesRequest)Gets the Routes for an API.default CompletableFuture<GetRoutesResponse>ApiGatewayV2AsyncClient. getRoutes(GetRoutesRequest getRoutesRequest)Gets the Routes for an API.
-