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 |
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 |
AbstractAmazonApiGateway.createUsagePlan(CreateUsagePlanRequest request) |
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 |
---|---|
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)
The name of the usage plan.
|
CreateUsagePlanRequest |
CreateUsagePlanRequest.withQuota(QuotaSettings quota)
The quota of the usage plan.
|
CreateUsagePlanRequest |
CreateUsagePlanRequest.withThrottle(ThrottleSettings throttle)
The throttling limits of the usage plan.
|
Copyright © 2017. All rights reserved.