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 UpdateStageRequestUpdateStageRequest. clone()UpdateStageRequestUpdateStageRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateStageRequestUpdateStageRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateStageRequestUpdateStageRequest. withRestApiId(String restApiId)UpdateStageRequestUpdateStageRequest. withStageName(String stageName)The name of the Stage resource to change information about.
-