| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
UsagePlan |
UsagePlan.clone() |
UsagePlan |
UsagePlan.withApiStages(ApiStage... apiStages)
The associated API stages of a usage plan.
|
UsagePlan |
UsagePlan.withApiStages(Collection<ApiStage> apiStages)
The associated API stages of a usage plan.
|
UsagePlan |
UsagePlan.withDescription(String description)
The description of a usage plan.
|
UsagePlan |
UsagePlan.withId(String id)
The identifier of a UsagePlan resource.
|
UsagePlan |
UsagePlan.withName(String name)
The name of a usage plan.
|
UsagePlan |
UsagePlan.withQuota(QuotaSettings quota)
The maximum number of permitted requests per a given unit time interval.
|
UsagePlan |
UsagePlan.withThrottle(ThrottleSettings throttle)
The request throttle limits of a usage plan.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsagePlan> |
GetUsagePlansResult.getItems()
Gets the current item when enumerating the collection of UsagePlan.
|
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlansResult |
GetUsagePlansResult.withItems(UsagePlan... items)
Gets the current item when enumerating the collection of UsagePlan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetUsagePlansResult.setItems(Collection<UsagePlan> items)
Gets the current item when enumerating the collection of UsagePlan.
|
GetUsagePlansResult |
GetUsagePlansResult.withItems(Collection<UsagePlan> items)
Gets the current item when enumerating the collection of UsagePlan.
|
Copyright © 2016. All rights reserved.