Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetResourcesRequest.Builder
Packages that use GetResourcesRequest.Builder
Package
Description
-
Uses of GetResourcesRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetResourcesRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetResourcesResponse>ApiGatewayAsyncClient.getResources(Consumer<GetResourcesRequest.Builder> getResourcesRequest) Lists information about a collection of Resource resources.default GetResourcesResponseApiGatewayClient.getResources(Consumer<GetResourcesRequest.Builder> getResourcesRequest) Lists information about a collection of Resource resources.default GetResourcesPublisherApiGatewayAsyncClient.getResourcesPaginator(Consumer<GetResourcesRequest.Builder> getResourcesRequest) This is a variant ofApiGatewayAsyncClient.getResources(software.amazon.awssdk.services.apigateway.model.GetResourcesRequest)operation.default GetResourcesIterableApiGatewayClient.getResourcesPaginator(Consumer<GetResourcesRequest.Builder> getResourcesRequest) This is a variant ofApiGatewayClient.getResources(software.amazon.awssdk.services.apigateway.model.GetResourcesRequest)operation. -
Uses of GetResourcesRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetResourcesRequest.BuilderModifier and TypeMethodDescriptionstatic GetResourcesRequest.BuilderGetResourcesRequest.builder()A query parameter used to retrieve the specified resources embedded in the returned Resources resource in the response.GetResourcesRequest.Builder.embed(Collection<String> embed) A query parameter used to retrieve the specified resources embedded in the returned Resources resource in the response.The maximum number of returned results per page.GetResourcesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetResourcesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The current pagination position in the paged result set.The string identifier of the associated RestApi.GetResourcesRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetResourcesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetResourcesRequest.Builder>GetResourcesRequest.serializableBuilderClass()