Uses of Class
software.amazon.awssdk.services.apigateway.model.GetResourcesResponse
Packages that use GetResourcesResponse
Package
Description
-
Uses of GetResourcesResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetResourcesResponseModifier and TypeMethodDescriptiondefault 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 GetResourcesResponseModifier and TypeMethodDescriptiondefault 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 GetResourcesResponseMethod parameters in software.amazon.awssdk.services.apigateway.paginators with type arguments of type GetResourcesResponseModifier and TypeMethodDescriptionvoidGetResourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetResourcesResponse> subscriber)