| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
CreateUsagePlanResult |
AmazonApiGatewayClient.createUsagePlan(CreateUsagePlanRequest request)
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the
payload.
|
CreateUsagePlanResult |
AbstractAmazonApiGateway.createUsagePlan(CreateUsagePlanRequest request) |
CreateUsagePlanResult |
AmazonApiGateway.createUsagePlan(CreateUsagePlanRequest createUsagePlanRequest)
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the
payload.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateUsagePlanResult> |
AmazonApiGatewayAsyncClient.createUsagePlanAsync(CreateUsagePlanRequest request) |
Future<CreateUsagePlanResult> |
AbstractAmazonApiGatewayAsync.createUsagePlanAsync(CreateUsagePlanRequest request) |
Future<CreateUsagePlanResult> |
AmazonApiGatewayAsync.createUsagePlanAsync(CreateUsagePlanRequest createUsagePlanRequest)
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the
payload.
|
Future<CreateUsagePlanResult> |
AmazonApiGatewayAsyncClient.createUsagePlanAsync(CreateUsagePlanRequest request,
AsyncHandler<CreateUsagePlanRequest,CreateUsagePlanResult> asyncHandler) |
Future<CreateUsagePlanResult> |
AbstractAmazonApiGatewayAsync.createUsagePlanAsync(CreateUsagePlanRequest request,
AsyncHandler<CreateUsagePlanRequest,CreateUsagePlanResult> asyncHandler) |
Future<CreateUsagePlanResult> |
AmazonApiGatewayAsync.createUsagePlanAsync(CreateUsagePlanRequest createUsagePlanRequest,
AsyncHandler<CreateUsagePlanRequest,CreateUsagePlanResult> asyncHandler)
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the
payload.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateUsagePlanResult> |
AmazonApiGatewayAsyncClient.createUsagePlanAsync(CreateUsagePlanRequest request,
AsyncHandler<CreateUsagePlanRequest,CreateUsagePlanResult> asyncHandler) |
Future<CreateUsagePlanResult> |
AbstractAmazonApiGatewayAsync.createUsagePlanAsync(CreateUsagePlanRequest request,
AsyncHandler<CreateUsagePlanRequest,CreateUsagePlanResult> asyncHandler) |
Future<CreateUsagePlanResult> |
AmazonApiGatewayAsync.createUsagePlanAsync(CreateUsagePlanRequest createUsagePlanRequest,
AsyncHandler<CreateUsagePlanRequest,CreateUsagePlanResult> asyncHandler)
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the
payload.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUsagePlanResult |
CreateUsagePlanResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateUsagePlanResult |
CreateUsagePlanResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateUsagePlanResult |
CreateUsagePlanResult.clone() |
CreateUsagePlanResult |
CreateUsagePlanResult.withApiStages(ApiStage... apiStages)
The associated API stages of a usage plan.
|
CreateUsagePlanResult |
CreateUsagePlanResult.withApiStages(Collection<ApiStage> apiStages)
The associated API stages of a usage plan.
|
CreateUsagePlanResult |
CreateUsagePlanResult.withDescription(String description)
The description of a usage plan.
|
CreateUsagePlanResult |
CreateUsagePlanResult.withId(String id)
The identifier of a UsagePlan resource.
|
CreateUsagePlanResult |
CreateUsagePlanResult.withName(String name)
The name of a usage plan.
|
CreateUsagePlanResult |
CreateUsagePlanResult.withProductCode(String productCode)
The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
|
CreateUsagePlanResult |
CreateUsagePlanResult.withQuota(QuotaSettings quota)
The target maximum number of permitted requests per a given unit time interval.
|
CreateUsagePlanResult |
CreateUsagePlanResult.withTags(Map<String,String> tags)
The collection of tags.
|
CreateUsagePlanResult |
CreateUsagePlanResult.withThrottle(ThrottleSettings throttle)
A map containing method level throttling information for API stage in a usage plan.
|
Copyright © 2023. All rights reserved.