| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
ApiStage |
ApiStage.addThrottleEntry(String key,
ThrottleSettings value)
Add a single Throttle entry
|
ApiStage |
ApiStage.clearThrottleEntries()
Removes all the entries added into Throttle.
|
ApiStage |
ApiStage.clone() |
ApiStage |
ApiStage.withApiId(String apiId)
API Id of the associated API stage in a usage plan.
|
ApiStage |
ApiStage.withStage(String stage)
API stage name of the associated API stage in a usage plan.
|
ApiStage |
ApiStage.withThrottle(Map<String,ThrottleSettings> throttle)
Map containing method level throttling information for API stage in a usage plan.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApiStage> |
UpdateUsagePlanResult.getApiStages()
The associated API stages of a usage plan.
|
List<ApiStage> |
CreateUsagePlanRequest.getApiStages()
The associated API stages of the usage plan.
|
List<ApiStage> |
GetUsagePlanResult.getApiStages()
The associated API stages of a usage plan.
|
List<ApiStage> |
UsagePlan.getApiStages()
The associated API stages of a usage plan.
|
List<ApiStage> |
CreateUsagePlanResult.getApiStages()
The associated API stages of a usage plan.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUsagePlanResult |
UpdateUsagePlanResult.withApiStages(ApiStage... apiStages)
The associated API stages of a usage plan.
|
CreateUsagePlanRequest |
CreateUsagePlanRequest.withApiStages(ApiStage... apiStages)
The associated API stages of the usage plan.
|
GetUsagePlanResult |
GetUsagePlanResult.withApiStages(ApiStage... apiStages)
The associated API stages of a usage plan.
|
UsagePlan |
UsagePlan.withApiStages(ApiStage... apiStages)
The associated API stages of a usage plan.
|
CreateUsagePlanResult |
CreateUsagePlanResult.withApiStages(ApiStage... apiStages)
The associated API stages of a usage plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateUsagePlanResult.setApiStages(Collection<ApiStage> apiStages)
The associated API stages of a usage plan.
|
void |
CreateUsagePlanRequest.setApiStages(Collection<ApiStage> apiStages)
The associated API stages of the usage plan.
|
void |
GetUsagePlanResult.setApiStages(Collection<ApiStage> apiStages)
The associated API stages of a usage plan.
|
void |
UsagePlan.setApiStages(Collection<ApiStage> apiStages)
The associated API stages of a usage plan.
|
void |
CreateUsagePlanResult.setApiStages(Collection<ApiStage> apiStages)
The associated API stages of a usage plan.
|
UpdateUsagePlanResult |
UpdateUsagePlanResult.withApiStages(Collection<ApiStage> apiStages)
The associated API stages of a usage plan.
|
CreateUsagePlanRequest |
CreateUsagePlanRequest.withApiStages(Collection<ApiStage> apiStages)
The associated API stages of the usage plan.
|
GetUsagePlanResult |
GetUsagePlanResult.withApiStages(Collection<ApiStage> apiStages)
The associated API stages of a usage plan.
|
UsagePlan |
UsagePlan.withApiStages(Collection<ApiStage> apiStages)
The associated API stages of a usage plan.
|
CreateUsagePlanResult |
CreateUsagePlanResult.withApiStages(Collection<ApiStage> apiStages)
The associated API stages of a usage plan.
|
Copyright © 2022. All rights reserved.