| Package | Description | 
|---|---|
| com.amazonaws.services.apigateway | 
 | 
| com.amazonaws.services.apigateway.model | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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. 
 | 
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)  | 
Future<CreateUsagePlanResult> | 
AbstractAmazonApiGatewayAsync.createUsagePlanAsync(CreateUsagePlanRequest request)  | 
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. 
 | 
Future<CreateUsagePlanResult> | 
AmazonApiGatewayAsyncClient.createUsagePlanAsync(CreateUsagePlanRequest request,
                    AsyncHandler<CreateUsagePlanRequest,CreateUsagePlanResult> asyncHandler)  | 
Future<CreateUsagePlanResult> | 
AbstractAmazonApiGatewayAsync.createUsagePlanAsync(CreateUsagePlanRequest request,
                    AsyncHandler<CreateUsagePlanRequest,CreateUsagePlanResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
Future<CreateUsagePlanResult> | 
AmazonApiGatewayAsyncClient.createUsagePlanAsync(CreateUsagePlanRequest request,
                    AsyncHandler<CreateUsagePlanRequest,CreateUsagePlanResult> asyncHandler)  | 
Future<CreateUsagePlanResult> | 
AbstractAmazonApiGatewayAsync.createUsagePlanAsync(CreateUsagePlanRequest request,
                    AsyncHandler<CreateUsagePlanRequest,CreateUsagePlanResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateUsagePlanRequest | 
CreateUsagePlanRequest.addTagsEntry(String key,
            String value)
Add a single Tags entry 
 | 
CreateUsagePlanRequest | 
CreateUsagePlanRequest.clearTagsEntries()
Removes all the entries added into Tags. 
 | 
CreateUsagePlanRequest | 
CreateUsagePlanRequest.clone()  | 
CreateUsagePlanRequest | 
CreateUsagePlanRequest.withApiStages(ApiStage... apiStages)
 The associated API stages of the usage plan. 
 | 
CreateUsagePlanRequest | 
CreateUsagePlanRequest.withApiStages(Collection<ApiStage> apiStages)
 The associated API stages of the usage plan. 
 | 
CreateUsagePlanRequest | 
CreateUsagePlanRequest.withDescription(String description)
 The description of the usage plan. 
 | 
CreateUsagePlanRequest | 
CreateUsagePlanRequest.withName(String name)
 [Required] The name of the usage plan. 
 | 
CreateUsagePlanRequest | 
CreateUsagePlanRequest.withQuota(QuotaSettings quota)
 The quota of the usage plan. 
 | 
CreateUsagePlanRequest | 
CreateUsagePlanRequest.withTags(Map<String,String> tags)
 The key-value map of strings. 
 | 
CreateUsagePlanRequest | 
CreateUsagePlanRequest.withThrottle(ThrottleSettings throttle)
 The throttling limits of the usage plan. 
 | 
Copyright © 2020. All rights reserved.