Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest.Builder
Packages that use CreateUsagePlanRequest.Builder
Package
Description
-
Uses of CreateUsagePlanRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type CreateUsagePlanRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateUsagePlanResponse>ApiGatewayAsyncClient.createUsagePlan(Consumer<CreateUsagePlanRequest.Builder> createUsagePlanRequest) Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.default CreateUsagePlanResponseApiGatewayClient.createUsagePlan(Consumer<CreateUsagePlanRequest.Builder> createUsagePlanRequest) Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload. -
Uses of CreateUsagePlanRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateUsagePlanRequest.BuilderModifier and TypeMethodDescriptionCreateUsagePlanRequest.Builder.apiStages(Collection<ApiStage> apiStages) The associated API stages of the usage plan.CreateUsagePlanRequest.Builder.apiStages(Consumer<ApiStage.Builder>... apiStages) The associated API stages of the usage plan.The associated API stages of the usage plan.CreateUsagePlanRequest.builder()CreateUsagePlanRequest.Builder.description(String description) The description of the usage plan.The name of the usage plan.CreateUsagePlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateUsagePlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default CreateUsagePlanRequest.BuilderCreateUsagePlanRequest.Builder.quota(Consumer<QuotaSettings.Builder> quota) The quota of the usage plan.CreateUsagePlanRequest.Builder.quota(QuotaSettings quota) The quota of the usage plan.The key-value map of strings.default CreateUsagePlanRequest.BuilderCreateUsagePlanRequest.Builder.throttle(Consumer<ThrottleSettings.Builder> throttle) The throttling limits of the usage plan.CreateUsagePlanRequest.Builder.throttle(ThrottleSettings throttle) The throttling limits of the usage plan.CreateUsagePlanRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateUsagePlanRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateUsagePlanRequest.Builder>CreateUsagePlanRequest.serializableBuilderClass()