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.withProductCode(String productCode)
The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
|
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()
The current page of elements from this collection.
|
Modifier and Type | Method and Description |
---|---|
GetUsagePlansResult |
GetUsagePlansResult.withItems(UsagePlan... items)
The current page of elements from this collection.
|
Modifier and Type | Method and Description |
---|---|
void |
GetUsagePlansResult.setItems(Collection<UsagePlan> items)
The current page of elements from this collection.
|
GetUsagePlansResult |
GetUsagePlansResult.withItems(Collection<UsagePlan> items)
The current page of elements from this collection.
|
Copyright © 2018. All rights reserved.