AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Updates the status for the specified job. Use this operation to confirm that you want to run a job or to cancel an existing job. For more information, see S3 Batch Operations in the Amazon S3 User Guide.

Permissions

To use the UpdateJobStatus operation, you must have permission to perform the s3:UpdateJobStatus action.

Related actions include:

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to UpdateJobStatusAsync.

Namespace: Amazon.S3Control
Assembly: AWSSDK.S3Control.dll
Version: 3.x.y.z

Syntax

C#
public abstract UpdateJobStatusResponse UpdateJobStatus(
         UpdateJobStatusRequest request
)

Parameters

request
Type: Amazon.S3Control.Model.UpdateJobStatusRequest

Container for the necessary parameters to execute the UpdateJobStatus service method.

Return Value


The response from the UpdateJobStatus service method, as returned by S3Control.

Exceptions

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also