Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetRestApisRequest.Builder
Packages that use GetRestApisRequest.Builder
Package
Description
-
Uses of GetRestApisRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetRestApisRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetRestApisResponse>ApiGatewayAsyncClient.getRestApis(Consumer<GetRestApisRequest.Builder> getRestApisRequest) Lists the RestApis resources for your collection.default GetRestApisResponseApiGatewayClient.getRestApis(Consumer<GetRestApisRequest.Builder> getRestApisRequest) Lists the RestApis resources for your collection.default GetRestApisPublisherApiGatewayAsyncClient.getRestApisPaginator(Consumer<GetRestApisRequest.Builder> getRestApisRequest) This is a variant ofApiGatewayAsyncClient.getRestApis(software.amazon.awssdk.services.apigateway.model.GetRestApisRequest)operation.default GetRestApisIterableApiGatewayClient.getRestApisPaginator(Consumer<GetRestApisRequest.Builder> getRestApisRequest) This is a variant ofApiGatewayClient.getRestApis(software.amazon.awssdk.services.apigateway.model.GetRestApisRequest)operation. -
Uses of GetRestApisRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetRestApisRequest.BuilderModifier and TypeMethodDescriptionstatic GetRestApisRequest.BuilderGetRestApisRequest.builder()The maximum number of returned results per page.GetRestApisRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetRestApisRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The current pagination position in the paged result set.GetRestApisRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetRestApisRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetRestApisRequest.Builder>GetRestApisRequest.serializableBuilderClass()