Uses of Class
software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
Packages that use GetRestApiResponse
-
Uses of GetRestApiResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetRestApiResponseModifier and TypeMethodDescriptiondefault 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 GetRestApiResponseModifier and TypeMethodDescriptiondefault 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.