| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlanResult |
AmazonApiGatewayClient.getUsagePlan(GetUsagePlanRequest getUsagePlanRequest)
Gets a usage plan of a given plan identifier.
|
GetUsagePlanResult |
AmazonApiGateway.getUsagePlan(GetUsagePlanRequest getUsagePlanRequest)
Gets a usage plan of a given plan identifier.
|
GetUsagePlanResult |
AbstractAmazonApiGateway.getUsagePlan(GetUsagePlanRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetUsagePlanResult> |
AmazonApiGatewayAsyncClient.getUsagePlanAsync(GetUsagePlanRequest request,
AsyncHandler<GetUsagePlanRequest,GetUsagePlanResult> asyncHandler) |
Future<GetUsagePlanResult> |
AbstractAmazonApiGatewayAsync.getUsagePlanAsync(GetUsagePlanRequest request,
AsyncHandler<GetUsagePlanRequest,GetUsagePlanResult> asyncHandler) |
Future<GetUsagePlanResult> |
AmazonApiGatewayAsync.getUsagePlanAsync(GetUsagePlanRequest getUsagePlanRequest,
AsyncHandler<GetUsagePlanRequest,GetUsagePlanResult> asyncHandler)
Gets a usage plan of a given plan identifier.
|
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlanResult |
GetUsagePlanResult.clone() |
GetUsagePlanResult |
GetUsagePlanResult.withApiStages(ApiStage... apiStages)
The associated API stages of a usage plan.
|
GetUsagePlanResult |
GetUsagePlanResult.withApiStages(Collection<ApiStage> apiStages)
The associated API stages of a usage plan.
|
GetUsagePlanResult |
GetUsagePlanResult.withDescription(String description)
The description of a usage plan.
|
GetUsagePlanResult |
GetUsagePlanResult.withId(String id)
The identifier of a UsagePlan resource.
|
GetUsagePlanResult |
GetUsagePlanResult.withName(String name)
The name of a usage plan.
|
GetUsagePlanResult |
GetUsagePlanResult.withProductCode(String productCode)
The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
|
GetUsagePlanResult |
GetUsagePlanResult.withQuota(QuotaSettings quota)
The maximum number of permitted requests per a given unit time interval.
|
GetUsagePlanResult |
GetUsagePlanResult.withThrottle(ThrottleSettings throttle)
The request throttle limits of a usage plan.
|
Copyright © 2017. All rights reserved.