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> |
AmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest updateStageRequest,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler)
Changes information about a Stage resource.
|
Future<UpdateStageResult> |
AbstractAmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateStageRequest |
UpdateStageRequest.clone() |
UpdateStageRequest |
UpdateStageRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateStageRequest |
UpdateStageRequest.withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateStageRequest |
UpdateStageRequest.withRestApiId(String restApiId)
|
UpdateStageRequest |
UpdateStageRequest.withStageName(String stageName)
The name of the Stage resource to change information about.
|
Copyright © 2018. All rights reserved.