Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest.Builder
Packages that use GetUsagePlansRequest.Builder
Package
Description
-
Uses of GetUsagePlansRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetUsagePlansRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetUsagePlansResponse>ApiGatewayAsyncClient.getUsagePlans(Consumer<GetUsagePlansRequest.Builder> getUsagePlansRequest) Gets all the usage plans of the caller's account.default GetUsagePlansResponseApiGatewayClient.getUsagePlans(Consumer<GetUsagePlansRequest.Builder> getUsagePlansRequest) Gets all the usage plans of the caller's account.default GetUsagePlansPublisherApiGatewayAsyncClient.getUsagePlansPaginator(Consumer<GetUsagePlansRequest.Builder> getUsagePlansRequest) This is a variant ofApiGatewayAsyncClient.getUsagePlans(software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest)operation.default GetUsagePlansIterableApiGatewayClient.getUsagePlansPaginator(Consumer<GetUsagePlansRequest.Builder> getUsagePlansRequest) This is a variant ofApiGatewayClient.getUsagePlans(software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest)operation. -
Uses of GetUsagePlansRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetUsagePlansRequest.BuilderModifier and TypeMethodDescriptionstatic GetUsagePlansRequest.BuilderGetUsagePlansRequest.builder()The identifier of the API key associated with the usage plans.The maximum number of returned results per page.GetUsagePlansRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetUsagePlansRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The current pagination position in the paged result set.GetUsagePlansRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetUsagePlansRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetUsagePlansRequest.Builder>GetUsagePlansRequest.serializableBuilderClass()