Uses of Class
com.amazonaws.services.apigateway.model.UpdateStageRequest
-
Packages that use UpdateStageRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateStageRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateStageRequest Modifier and Type Method Description 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.Future<UpdateStageResult>
AmazonApiGatewayAsyncClient. updateStageAsync(UpdateStageRequest request, AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler)
-
Uses of UpdateStageRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateStageRequest Modifier and Type Method Description UpdateStageRequest
UpdateStageRequest. clone()
UpdateStageRequest
UpdateStageRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateStageRequest
UpdateStageRequest. withPatchOperations(Collection<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.
-