Uses of Class
software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
-
Packages that use GetRestApiResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of GetRestApiResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetRestApiResponse Modifier and Type Method Description default GetRestApiResponseApiGatewayClient. getRestApi(Consumer<GetRestApiRequest.Builder> getRestApiRequest)Lists the RestApi resource in the collection.default GetRestApiResponseApiGatewayClient. getRestApi(GetRestApiRequest getRestApiRequest)Lists the RestApi resource in the collection.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetRestApiResponse Modifier and Type Method Description default CompletableFuture<GetRestApiResponse>ApiGatewayAsyncClient. getRestApi(Consumer<GetRestApiRequest.Builder> getRestApiRequest)Lists the RestApi resource in the collection.default CompletableFuture<GetRestApiResponse>ApiGatewayAsyncClient. getRestApi(GetRestApiRequest getRestApiRequest)Lists the RestApi resource in the collection.
-