Uses of Class
software.amazon.awssdk.services.apigateway.model.GetResourcesResponse
-
Packages that use GetResourcesResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.paginators -
-
Uses of GetResourcesResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetResourcesResponse Modifier and Type Method Description default GetResourcesResponseApiGatewayClient. getResources(Consumer<GetResourcesRequest.Builder> getResourcesRequest)Lists information about a collection of Resource resources.default GetResourcesResponseApiGatewayClient. getResources(GetResourcesRequest getResourcesRequest)Lists information about a collection of Resource resources.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetResourcesResponse Modifier and Type Method Description default CompletableFuture<GetResourcesResponse>ApiGatewayAsyncClient. getResources(Consumer<GetResourcesRequest.Builder> getResourcesRequest)Lists information about a collection of Resource resources.default CompletableFuture<GetResourcesResponse>ApiGatewayAsyncClient. getResources(GetResourcesRequest getResourcesRequest)Lists information about a collection of Resource resources. -
Uses of GetResourcesResponse in software.amazon.awssdk.services.apigateway.paginators
Methods in software.amazon.awssdk.services.apigateway.paginators that return types with arguments of type GetResourcesResponse Modifier and Type Method Description Iterator<GetResourcesResponse>GetResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.apigateway.paginators with type arguments of type GetResourcesResponse Modifier and Type Method Description voidGetResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetResourcesResponse> subscriber)
-