Uses of Class
software.amazon.awssdk.services.apigateway.model.GetRestApisResponse
-
Packages that use GetRestApisResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.paginators -
-
Uses of GetRestApisResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetRestApisResponse Modifier and Type Method Description default GetRestApisResponseApiGatewayClient. getRestApis()Lists the RestApis resources for your collection.default GetRestApisResponseApiGatewayClient. getRestApis(Consumer<GetRestApisRequest.Builder> getRestApisRequest)Lists the RestApis resources for your collection.default GetRestApisResponseApiGatewayClient. getRestApis(GetRestApisRequest getRestApisRequest)Lists the RestApis resources for your collection.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetRestApisResponse Modifier and Type Method Description default CompletableFuture<GetRestApisResponse>ApiGatewayAsyncClient. getRestApis()Lists the RestApis resources for your collection.default CompletableFuture<GetRestApisResponse>ApiGatewayAsyncClient. getRestApis(Consumer<GetRestApisRequest.Builder> getRestApisRequest)Lists the RestApis resources for your collection.default CompletableFuture<GetRestApisResponse>ApiGatewayAsyncClient. getRestApis(GetRestApisRequest getRestApisRequest)Lists the RestApis resources for your collection. -
Uses of GetRestApisResponse in software.amazon.awssdk.services.apigateway.paginators
Methods in software.amazon.awssdk.services.apigateway.paginators that return types with arguments of type GetRestApisResponse Modifier and Type Method Description Iterator<GetRestApisResponse>GetRestApisIterable. iterator()Method parameters in software.amazon.awssdk.services.apigateway.paginators with type arguments of type GetRestApisResponse Modifier and Type Method Description voidGetRestApisPublisher. subscribe(org.reactivestreams.Subscriber<? super GetRestApisResponse> subscriber)
-