| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateUsagePlanResult> |
AmazonApiGatewayAsyncClient.updateUsagePlanAsync(UpdateUsagePlanRequest request,
AsyncHandler<UpdateUsagePlanRequest,UpdateUsagePlanResult> asyncHandler) |
Future<UpdateUsagePlanResult> |
AbstractAmazonApiGatewayAsync.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)
For more information about supported patch operations, see Patch Operations.
|
UpdateUsagePlanRequest |
UpdateUsagePlanRequest.withPatchOperations(PatchOperation... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateUsagePlanRequest |
UpdateUsagePlanRequest.withUsagePlanId(String usagePlanId)
The Id of the to-be-updated usage plan.
|
Copyright © 2025. All rights reserved.