Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetApisResponse
-
Packages that use GetApisResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetApisResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetApisResponse Modifier and Type Method Description default GetApisResponseApiGatewayV2Client. getApis()Gets a collection of Api resources.default GetApisResponseApiGatewayV2Client. getApis(Consumer<GetApisRequest.Builder> getApisRequest)Gets a collection of Api resources.default GetApisResponseApiGatewayV2Client. getApis(GetApisRequest getApisRequest)Gets a collection of Api resources.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetApisResponse Modifier and Type Method Description default CompletableFuture<GetApisResponse>ApiGatewayV2AsyncClient. getApis()Gets a collection of Api resources.default CompletableFuture<GetApisResponse>ApiGatewayV2AsyncClient. getApis(Consumer<GetApisRequest.Builder> getApisRequest)Gets a collection of Api resources.default CompletableFuture<GetApisResponse>ApiGatewayV2AsyncClient. getApis(GetApisRequest getApisRequest)Gets a collection of Api resources.
-