| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlanResult |
AmazonApiGatewayClient.getUsagePlan(GetUsagePlanRequest request)
Gets a usage plan of a given plan identifier.
|
GetUsagePlanResult |
AbstractAmazonApiGateway.getUsagePlan(GetUsagePlanRequest request) |
GetUsagePlanResult |
AmazonApiGateway.getUsagePlan(GetUsagePlanRequest getUsagePlanRequest)
Gets a usage plan of a given plan identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetUsagePlanResult> |
AmazonApiGatewayAsyncClient.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.
|
Future<GetUsagePlanResult> |
AbstractAmazonApiGatewayAsync.getUsagePlanAsync(GetUsagePlanRequest request,
AsyncHandler<GetUsagePlanRequest,GetUsagePlanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlanResult |
GetUsagePlanResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetUsagePlanResult |
GetUsagePlanResult.clearTagsEntries()
Removes all the entries added into Tags.
|
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 target maximum number of permitted requests per a given unit time interval.
|
GetUsagePlanResult |
GetUsagePlanResult.withTags(Map<String,String> tags)
The collection of tags.
|
GetUsagePlanResult |
GetUsagePlanResult.withThrottle(ThrottleSettings throttle)
A map containing method level throttling information for API stage in a usage plan.
|
Copyright © 2022. All rights reserved.