Uses of Class
com.amazonaws.services.apigateway.model.UpdateStageRequest
Packages that use UpdateStageRequest
-
Uses of UpdateStageRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type UpdateStageRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.updateStage(UpdateStageRequest request) AmazonApiGateway.updateStage(UpdateStageRequest updateStageRequest) Changes information about a Stage resource.AmazonApiGatewayClient.updateStage(UpdateStageRequest updateStageRequest) Changes information about a Stage resource.AbstractAmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest request) AbstractAmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest request, AsyncHandler<UpdateStageRequest, UpdateStageResult> asyncHandler) AmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest updateStageRequest) Changes information about a Stage resource.AmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest updateStageRequest, AsyncHandler<UpdateStageRequest, UpdateStageResult> asyncHandler) Changes information about a Stage resource.AmazonApiGatewayAsyncClient.updateStageAsync(UpdateStageRequest request) AmazonApiGatewayAsyncClient.updateStageAsync(UpdateStageRequest request, AsyncHandler<UpdateStageRequest, UpdateStageResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateStageRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest request, AsyncHandler<UpdateStageRequest, UpdateStageResult> asyncHandler) AmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest updateStageRequest, AsyncHandler<UpdateStageRequest, UpdateStageResult> asyncHandler) Changes information about a Stage resource.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 UpdateStageRequestModifier and TypeMethodDescriptionUpdateStageRequest.clone()UpdateStageRequest.withPatchOperations(PatchOperation... patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateStageRequest.withPatchOperations(Collection<PatchOperation> patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateStageRequest.withRestApiId(String restApiId) UpdateStageRequest.withStageName(String stageName) The name of the Stage resource to change information about.