Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetModelsRequest.Builder
Packages that use GetModelsRequest.Builder
Package
Description
-
Uses of GetModelsRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetModelsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetModelsResponse>ApiGatewayAsyncClient.getModels(Consumer<GetModelsRequest.Builder> getModelsRequest) Describes existing Models defined for a RestApi resource.default GetModelsResponseApiGatewayClient.getModels(Consumer<GetModelsRequest.Builder> getModelsRequest) Describes existing Models defined for a RestApi resource.default GetModelsPublisherApiGatewayAsyncClient.getModelsPaginator(Consumer<GetModelsRequest.Builder> getModelsRequest) This is a variant ofApiGatewayAsyncClient.getModels(software.amazon.awssdk.services.apigateway.model.GetModelsRequest)operation.default GetModelsIterableApiGatewayClient.getModelsPaginator(Consumer<GetModelsRequest.Builder> getModelsRequest) This is a variant ofApiGatewayClient.getModels(software.amazon.awssdk.services.apigateway.model.GetModelsRequest)operation. -
Uses of GetModelsRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetModelsRequest.BuilderModifier and TypeMethodDescriptionstatic GetModelsRequest.BuilderGetModelsRequest.builder()The maximum number of returned results per page.GetModelsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetModelsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The current pagination position in the paged result set.The string identifier of the associated RestApi.GetModelsRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetModelsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetModelsRequest.Builder>GetModelsRequest.serializableBuilderClass()