| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlanResponse.Builder |
GetUsagePlanResponse.Builder.apiStages(ApiStage... apiStages)
The associated API stages of a usage plan.
|
GetUsagePlanResponse.Builder |
GetUsagePlanResponse.Builder.apiStages(Collection<ApiStage> apiStages)
The associated API stages of a usage plan.
|
GetUsagePlanResponse.Builder |
GetUsagePlanResponse.Builder.apiStages(Consumer<ApiStage.Builder>... apiStages)
The associated API stages of a usage plan.
|
static GetUsagePlanResponse.Builder |
GetUsagePlanResponse.builder() |
GetUsagePlanResponse.Builder |
GetUsagePlanResponse.Builder.description(String description)
The description of a usage plan.
|
GetUsagePlanResponse.Builder |
GetUsagePlanResponse.Builder.id(String id)
The identifier of a UsagePlan resource.
|
GetUsagePlanResponse.Builder |
GetUsagePlanResponse.Builder.name(String name)
The name of a usage plan.
|
GetUsagePlanResponse.Builder |
GetUsagePlanResponse.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 GetUsagePlanResponse.Builder |
GetUsagePlanResponse.Builder.quota(Consumer<QuotaSettings.Builder> quota)
The target maximum number of permitted requests per a given unit time interval.
|
GetUsagePlanResponse.Builder |
GetUsagePlanResponse.Builder.quota(QuotaSettings quota)
The target maximum number of permitted requests per a given unit time interval.
|
GetUsagePlanResponse.Builder |
GetUsagePlanResponse.Builder.tags(Map<String,String> tags)
The collection of tags.
|
default GetUsagePlanResponse.Builder |
GetUsagePlanResponse.Builder.throttle(Consumer<ThrottleSettings.Builder> throttle)
A map containing method level throttling information for API stage in a usage plan.
|
GetUsagePlanResponse.Builder |
GetUsagePlanResponse.Builder.throttle(ThrottleSettings throttle)
A map containing method level throttling information for API stage in a usage plan.
|
GetUsagePlanResponse.Builder |
GetUsagePlanResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetUsagePlanResponse.Builder> |
GetUsagePlanResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.