| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateUsagePlanResult> |
AbstractAmazonApiGatewayAsync.updateUsagePlanAsync(UpdateUsagePlanRequest request,
AsyncHandler<UpdateUsagePlanRequest,UpdateUsagePlanResult> asyncHandler) |
Future<UpdateUsagePlanResult> |
AmazonApiGatewayAsyncClient.updateUsagePlanAsync(UpdateUsagePlanRequest request,
AsyncHandler<UpdateUsagePlanRequest,UpdateUsagePlanResult> asyncHandler) |
Future<UpdateUsagePlanResult> |
AmazonApiGatewayAsync.updateUsagePlanAsync(UpdateUsagePlanRequest updateUsagePlanRequest,
AsyncHandler<UpdateUsagePlanRequest,UpdateUsagePlanResult> asyncHandler)
Updates a usage plan of a given plan Id.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUsagePlanRequest |
UpdateUsagePlanRequest.clone() |
UpdateUsagePlanRequest |
UpdateUsagePlanRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateUsagePlanRequest |
UpdateUsagePlanRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateUsagePlanRequest |
UpdateUsagePlanRequest.withUsagePlanId(String usagePlanId)
[Required] The Id of the to-be-updated usage plan.
|
Copyright © 2021. All rights reserved.