Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse.Builder
Packages that use UpdateUsagePlanResponse.Builder
-
Uses of UpdateUsagePlanResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateUsagePlanResponse.BuilderModifier and TypeMethodDescriptionUpdateUsagePlanResponse.Builder.apiStages(Collection<ApiStage> apiStages) The associated API stages of a usage plan.UpdateUsagePlanResponse.Builder.apiStages(Consumer<ApiStage.Builder>... apiStages) The associated API stages of a usage plan.The associated API stages of a usage plan.UpdateUsagePlanResponse.builder()UpdateUsagePlanResponse.Builder.description(String description) The description of a usage plan.The identifier of a UsagePlan resource.The name of a usage plan.UpdateUsagePlanResponse.Builder.productCode(String productCode) The Amazon Web Services Marketplace product identifier to associate with the usage plan as a SaaS product on the Amazon Web Services Marketplace.default UpdateUsagePlanResponse.BuilderUpdateUsagePlanResponse.Builder.quota(Consumer<QuotaSettings.Builder> quota) The target maximum number of permitted requests per a given unit time interval.UpdateUsagePlanResponse.Builder.quota(QuotaSettings quota) The target maximum number of permitted requests per a given unit time interval.The collection of tags.default UpdateUsagePlanResponse.BuilderUpdateUsagePlanResponse.Builder.throttle(Consumer<ThrottleSettings.Builder> throttle) A map containing method level throttling information for API stage in a usage plan.UpdateUsagePlanResponse.Builder.throttle(ThrottleSettings throttle) A map containing method level throttling information for API stage in a usage plan.UpdateUsagePlanResponse.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateUsagePlanResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateUsagePlanResponse.Builder>UpdateUsagePlanResponse.serializableBuilderClass()