Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateStageResult |
AmazonApiGatewayClient.updateStage(UpdateStageRequest updateStageRequest)
Changes information about a Stage resource.
|
UpdateStageResult |
AmazonApiGateway.updateStage(UpdateStageRequest updateStageRequest)
Changes information about a Stage resource.
|
UpdateStageResult |
AbstractAmazonApiGateway.updateStage(UpdateStageRequest request) |
java.util.concurrent.Future<UpdateStageResult> |
AmazonApiGatewayAsyncClient.updateStageAsync(UpdateStageRequest request) |
java.util.concurrent.Future<UpdateStageResult> |
AmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest updateStageRequest)
Changes information about a Stage resource.
|
java.util.concurrent.Future<UpdateStageResult> |
AbstractAmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest request) |
java.util.concurrent.Future<UpdateStageResult> |
AmazonApiGatewayAsyncClient.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
java.util.concurrent.Future<UpdateStageResult> |
AmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest updateStageRequest,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler)
Changes information about a Stage resource.
|
java.util.concurrent.Future<UpdateStageResult> |
AbstractAmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateStageResult> |
AmazonApiGatewayAsyncClient.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
java.util.concurrent.Future<UpdateStageResult> |
AmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest updateStageRequest,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler)
Changes information about a Stage resource.
|
java.util.concurrent.Future<UpdateStageResult> |
AbstractAmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateStageRequest |
UpdateStageRequest.clone() |
UpdateStageRequest |
UpdateStageRequest.withPatchOperations(java.util.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(java.lang.String restApiId)
|
UpdateStageRequest |
UpdateStageRequest.withStageName(java.lang.String stageName)
The name of the Stage resource to change information about.
|
Modifier and Type | Method and Description |
---|---|
Request<UpdateStageRequest> |
UpdateStageRequestMarshaller.marshall(UpdateStageRequest updateStageRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateStageRequest> |
UpdateStageRequestMarshaller.marshall(UpdateStageRequest updateStageRequest) |