| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateStageResult> |
AmazonApiGatewayAsyncClient.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
Future<UpdateStageResult> |
AbstractAmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
Future<UpdateStageResult> |
AmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest updateStageRequest,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler)
Changes information about a Stage resource.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateStageRequest |
UpdateStageRequest.clone() |
UpdateStageRequest |
UpdateStageRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateStageRequest |
UpdateStageRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateStageRequest |
UpdateStageRequest.withRestApiId(String restApiId)
|
UpdateStageRequest |
UpdateStageRequest.withStageName(String stageName)
The name of the Stage resource to change information about.
|
Copyright © 2017. All rights reserved.