Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetApiResponse
-
Packages that use GetApiResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetApiResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetApiResponse Modifier and Type Method Description default GetApiResponseApiGatewayV2Client. getApi(Consumer<GetApiRequest.Builder> getApiRequest)Gets an Api resource.default GetApiResponseApiGatewayV2Client. getApi(GetApiRequest getApiRequest)Gets an Api resource.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetApiResponse Modifier and Type Method Description default CompletableFuture<GetApiResponse>ApiGatewayV2AsyncClient. getApi(Consumer<GetApiRequest.Builder> getApiRequest)Gets an Api resource.default CompletableFuture<GetApiResponse>ApiGatewayV2AsyncClient. getApi(GetApiRequest getApiRequest)Gets an Api resource.
-