@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSS3ControlAsync extends AWSS3Control
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSS3ControlAsync
instead.
AWS S3 Control provides access to Amazon S3 control plane operations.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<CreateAccessPointResult> |
createAccessPointAsync(CreateAccessPointRequest createAccessPointRequest)
Creates an access point and associates it with the specified bucket.
|
Future<CreateAccessPointResult> |
createAccessPointAsync(CreateAccessPointRequest createAccessPointRequest,
AsyncHandler<CreateAccessPointRequest,CreateAccessPointResult> asyncHandler)
Creates an access point and associates it with the specified bucket.
|
Future<CreateJobResult> |
createJobAsync(CreateJobRequest createJobRequest)
You can use Amazon S3 Batch Operations to perform large-scale Batch Operations on Amazon S3 objects.
|
Future<CreateJobResult> |
createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
You can use Amazon S3 Batch Operations to perform large-scale Batch Operations on Amazon S3 objects.
|
Future<DeleteAccessPointResult> |
deleteAccessPointAsync(DeleteAccessPointRequest deleteAccessPointRequest)
Deletes the specified access point.
|
Future<DeleteAccessPointResult> |
deleteAccessPointAsync(DeleteAccessPointRequest deleteAccessPointRequest,
AsyncHandler<DeleteAccessPointRequest,DeleteAccessPointResult> asyncHandler)
Deletes the specified access point.
|
Future<DeleteAccessPointPolicyResult> |
deleteAccessPointPolicyAsync(DeleteAccessPointPolicyRequest deleteAccessPointPolicyRequest)
Deletes the access point policy for the specified access point.
|
Future<DeleteAccessPointPolicyResult> |
deleteAccessPointPolicyAsync(DeleteAccessPointPolicyRequest deleteAccessPointPolicyRequest,
AsyncHandler<DeleteAccessPointPolicyRequest,DeleteAccessPointPolicyResult> asyncHandler)
Deletes the access point policy for the specified access point.
|
Future<DeleteJobTaggingResult> |
deleteJobTaggingAsync(DeleteJobTaggingRequest deleteJobTaggingRequest)
Removes the entire tag set from the specified Amazon S3 Batch Operations job.
|
Future<DeleteJobTaggingResult> |
deleteJobTaggingAsync(DeleteJobTaggingRequest deleteJobTaggingRequest,
AsyncHandler<DeleteJobTaggingRequest,DeleteJobTaggingResult> asyncHandler)
Removes the entire tag set from the specified Amazon S3 Batch Operations job.
|
Future<DeletePublicAccessBlockResult> |
deletePublicAccessBlockAsync(DeletePublicAccessBlockRequest deletePublicAccessBlockRequest)
Removes the
PublicAccessBlock configuration for an Amazon Web Services account. |
Future<DeletePublicAccessBlockResult> |
deletePublicAccessBlockAsync(DeletePublicAccessBlockRequest deletePublicAccessBlockRequest,
AsyncHandler<DeletePublicAccessBlockRequest,DeletePublicAccessBlockResult> asyncHandler)
Removes the
PublicAccessBlock configuration for an Amazon Web Services account. |
Future<DescribeJobResult> |
describeJobAsync(DescribeJobRequest describeJobRequest)
Retrieves the configuration parameters and status for a Batch Operations job.
|
Future<DescribeJobResult> |
describeJobAsync(DescribeJobRequest describeJobRequest,
AsyncHandler<DescribeJobRequest,DescribeJobResult> asyncHandler)
Retrieves the configuration parameters and status for a Batch Operations job.
|
Future<GetAccessPointResult> |
getAccessPointAsync(GetAccessPointRequest getAccessPointRequest)
Returns configuration information about the specified access point.
|
Future<GetAccessPointResult> |
getAccessPointAsync(GetAccessPointRequest getAccessPointRequest,
AsyncHandler<GetAccessPointRequest,GetAccessPointResult> asyncHandler)
Returns configuration information about the specified access point.
|
Future<GetAccessPointPolicyResult> |
getAccessPointPolicyAsync(GetAccessPointPolicyRequest getAccessPointPolicyRequest)
Returns the access point policy associated with the specified access point.
|
Future<GetAccessPointPolicyResult> |
getAccessPointPolicyAsync(GetAccessPointPolicyRequest getAccessPointPolicyRequest,
AsyncHandler<GetAccessPointPolicyRequest,GetAccessPointPolicyResult> asyncHandler)
Returns the access point policy associated with the specified access point.
|
Future<GetAccessPointPolicyStatusResult> |
getAccessPointPolicyStatusAsync(GetAccessPointPolicyStatusRequest getAccessPointPolicyStatusRequest)
Indicates whether the specified access point currently has a policy that allows public access.
|
Future<GetAccessPointPolicyStatusResult> |
getAccessPointPolicyStatusAsync(GetAccessPointPolicyStatusRequest getAccessPointPolicyStatusRequest,
AsyncHandler<GetAccessPointPolicyStatusRequest,GetAccessPointPolicyStatusResult> asyncHandler)
Indicates whether the specified access point currently has a policy that allows public access.
|
Future<GetJobTaggingResult> |
getJobTaggingAsync(GetJobTaggingRequest getJobTaggingRequest)
Returns the tags on an Amazon S3 Batch Operations job.
|
Future<GetJobTaggingResult> |
getJobTaggingAsync(GetJobTaggingRequest getJobTaggingRequest,
AsyncHandler<GetJobTaggingRequest,GetJobTaggingResult> asyncHandler)
Returns the tags on an Amazon S3 Batch Operations job.
|
Future<GetPublicAccessBlockResult> |
getPublicAccessBlockAsync(GetPublicAccessBlockRequest getPublicAccessBlockRequest)
Retrieves the
PublicAccessBlock configuration for an Amazon Web Services account. |
Future<GetPublicAccessBlockResult> |
getPublicAccessBlockAsync(GetPublicAccessBlockRequest getPublicAccessBlockRequest,
AsyncHandler<GetPublicAccessBlockRequest,GetPublicAccessBlockResult> asyncHandler)
Retrieves the
PublicAccessBlock configuration for an Amazon Web Services account. |
Future<ListAccessPointsResult> |
listAccessPointsAsync(ListAccessPointsRequest listAccessPointsRequest)
Returns a list of the access points currently associated with the specified bucket.
|
Future<ListAccessPointsResult> |
listAccessPointsAsync(ListAccessPointsRequest listAccessPointsRequest,
AsyncHandler<ListAccessPointsRequest,ListAccessPointsResult> asyncHandler)
Returns a list of the access points currently associated with the specified bucket.
|
Future<ListJobsResult> |
listJobsAsync(ListJobsRequest listJobsRequest)
Lists current Amazon S3 Batch Operations jobs and jobs that have ended within the last 30 days for the AWS
account making the request.
|
Future<ListJobsResult> |
listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Lists current Amazon S3 Batch Operations jobs and jobs that have ended within the last 30 days for the AWS
account making the request.
|
Future<PutAccessPointPolicyResult> |
putAccessPointPolicyAsync(PutAccessPointPolicyRequest putAccessPointPolicyRequest)
Associates an access policy with the specified access point.
|
Future<PutAccessPointPolicyResult> |
putAccessPointPolicyAsync(PutAccessPointPolicyRequest putAccessPointPolicyRequest,
AsyncHandler<PutAccessPointPolicyRequest,PutAccessPointPolicyResult> asyncHandler)
Associates an access policy with the specified access point.
|
Future<PutJobTaggingResult> |
putJobTaggingAsync(PutJobTaggingRequest putJobTaggingRequest)
Set the supplied tag-set on an Amazon S3 Batch Operations job.
|
Future<PutJobTaggingResult> |
putJobTaggingAsync(PutJobTaggingRequest putJobTaggingRequest,
AsyncHandler<PutJobTaggingRequest,PutJobTaggingResult> asyncHandler)
Set the supplied tag-set on an Amazon S3 Batch Operations job.
|
Future<PutPublicAccessBlockResult> |
putPublicAccessBlockAsync(PutPublicAccessBlockRequest putPublicAccessBlockRequest)
Creates or modifies the
PublicAccessBlock configuration for an Amazon Web Services account. |
Future<PutPublicAccessBlockResult> |
putPublicAccessBlockAsync(PutPublicAccessBlockRequest putPublicAccessBlockRequest,
AsyncHandler<PutPublicAccessBlockRequest,PutPublicAccessBlockResult> asyncHandler)
Creates or modifies the
PublicAccessBlock configuration for an Amazon Web Services account. |
Future<UpdateJobPriorityResult> |
updateJobPriorityAsync(UpdateJobPriorityRequest updateJobPriorityRequest)
Updates an existing Amazon S3 Batch Operations job's priority.
|
Future<UpdateJobPriorityResult> |
updateJobPriorityAsync(UpdateJobPriorityRequest updateJobPriorityRequest,
AsyncHandler<UpdateJobPriorityRequest,UpdateJobPriorityResult> asyncHandler)
Updates an existing Amazon S3 Batch Operations job's priority.
|
Future<UpdateJobStatusResult> |
updateJobStatusAsync(UpdateJobStatusRequest updateJobStatusRequest)
Updates the status for the specified job.
|
Future<UpdateJobStatusResult> |
updateJobStatusAsync(UpdateJobStatusRequest updateJobStatusRequest,
AsyncHandler<UpdateJobStatusRequest,UpdateJobStatusResult> asyncHandler)
Updates the status for the specified job.
|
createAccessPoint, createJob, deleteAccessPoint, deleteAccessPointPolicy, deleteJobTagging, deletePublicAccessBlock, describeJob, getAccessPoint, getAccessPointPolicy, getAccessPointPolicyStatus, getCachedResponseMetadata, getJobTagging, getPublicAccessBlock, listAccessPoints, listJobs, putAccessPointPolicy, putJobTagging, putPublicAccessBlock, shutdown, updateJobPriority, updateJobStatus
Future<CreateAccessPointResult> createAccessPointAsync(CreateAccessPointRequest createAccessPointRequest)
Creates an access point and associates it with the specified bucket.
createAccessPointRequest
- Future<CreateAccessPointResult> createAccessPointAsync(CreateAccessPointRequest createAccessPointRequest, AsyncHandler<CreateAccessPointRequest,CreateAccessPointResult> asyncHandler)
Creates an access point and associates it with the specified bucket.
createAccessPointRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateJobResult> createJobAsync(CreateJobRequest createJobRequest)
You can use Amazon S3 Batch Operations to perform large-scale Batch Operations on Amazon S3 objects. Amazon S3 Batch Operations can execute a single operation or action on lists of Amazon S3 objects that you specify. For more information, see Amazon S3 Batch Operations in the Amazon Simple Storage Service Developer Guide.
Related actions include:
createJobRequest
- Future<CreateJobResult> createJobAsync(CreateJobRequest createJobRequest, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
You can use Amazon S3 Batch Operations to perform large-scale Batch Operations on Amazon S3 objects. Amazon S3 Batch Operations can execute a single operation or action on lists of Amazon S3 objects that you specify. For more information, see Amazon S3 Batch Operations in the Amazon Simple Storage Service Developer Guide.
Related actions include:
createJobRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteAccessPointResult> deleteAccessPointAsync(DeleteAccessPointRequest deleteAccessPointRequest)
Deletes the specified access point.
deleteAccessPointRequest
- Future<DeleteAccessPointResult> deleteAccessPointAsync(DeleteAccessPointRequest deleteAccessPointRequest, AsyncHandler<DeleteAccessPointRequest,DeleteAccessPointResult> asyncHandler)
Deletes the specified access point.
deleteAccessPointRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteAccessPointPolicyResult> deleteAccessPointPolicyAsync(DeleteAccessPointPolicyRequest deleteAccessPointPolicyRequest)
Deletes the access point policy for the specified access point.
deleteAccessPointPolicyRequest
- Future<DeleteAccessPointPolicyResult> deleteAccessPointPolicyAsync(DeleteAccessPointPolicyRequest deleteAccessPointPolicyRequest, AsyncHandler<DeleteAccessPointPolicyRequest,DeleteAccessPointPolicyResult> asyncHandler)
Deletes the access point policy for the specified access point.
deleteAccessPointPolicyRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteJobTaggingResult> deleteJobTaggingAsync(DeleteJobTaggingRequest deleteJobTaggingRequest)
Removes the entire tag set from the specified Amazon S3 Batch Operations job. To use this operation, you must
have permission to perform the s3:DeleteJobTagging
action. For more information, see Using Job
Tags in the Amazon Simple Storage Service Developer Guide.
Related actions include:
deleteJobTaggingRequest
- Future<DeleteJobTaggingResult> deleteJobTaggingAsync(DeleteJobTaggingRequest deleteJobTaggingRequest, AsyncHandler<DeleteJobTaggingRequest,DeleteJobTaggingResult> asyncHandler)
Removes the entire tag set from the specified Amazon S3 Batch Operations job. To use this operation, you must
have permission to perform the s3:DeleteJobTagging
action. For more information, see Using Job
Tags in the Amazon Simple Storage Service Developer Guide.
Related actions include:
deleteJobTaggingRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeletePublicAccessBlockResult> deletePublicAccessBlockAsync(DeletePublicAccessBlockRequest deletePublicAccessBlockRequest)
Removes the PublicAccessBlock
configuration for an Amazon Web Services account.
deletePublicAccessBlockRequest
- Future<DeletePublicAccessBlockResult> deletePublicAccessBlockAsync(DeletePublicAccessBlockRequest deletePublicAccessBlockRequest, AsyncHandler<DeletePublicAccessBlockRequest,DeletePublicAccessBlockResult> asyncHandler)
Removes the PublicAccessBlock
configuration for an Amazon Web Services account.
deletePublicAccessBlockRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeJobResult> describeJobAsync(DescribeJobRequest describeJobRequest)
Retrieves the configuration parameters and status for a Batch Operations job. For more information, see Amazon S3 Batch Operations in the Amazon Simple Storage Service Developer Guide.
Related actions include:
describeJobRequest
- Future<DescribeJobResult> describeJobAsync(DescribeJobRequest describeJobRequest, AsyncHandler<DescribeJobRequest,DescribeJobResult> asyncHandler)
Retrieves the configuration parameters and status for a Batch Operations job. For more information, see Amazon S3 Batch Operations in the Amazon Simple Storage Service Developer Guide.
Related actions include:
describeJobRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetAccessPointResult> getAccessPointAsync(GetAccessPointRequest getAccessPointRequest)
Returns configuration information about the specified access point.
getAccessPointRequest
- Future<GetAccessPointResult> getAccessPointAsync(GetAccessPointRequest getAccessPointRequest, AsyncHandler<GetAccessPointRequest,GetAccessPointResult> asyncHandler)
Returns configuration information about the specified access point.
getAccessPointRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetAccessPointPolicyResult> getAccessPointPolicyAsync(GetAccessPointPolicyRequest getAccessPointPolicyRequest)
Returns the access point policy associated with the specified access point.
getAccessPointPolicyRequest
- Future<GetAccessPointPolicyResult> getAccessPointPolicyAsync(GetAccessPointPolicyRequest getAccessPointPolicyRequest, AsyncHandler<GetAccessPointPolicyRequest,GetAccessPointPolicyResult> asyncHandler)
Returns the access point policy associated with the specified access point.
getAccessPointPolicyRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetAccessPointPolicyStatusResult> getAccessPointPolicyStatusAsync(GetAccessPointPolicyStatusRequest getAccessPointPolicyStatusRequest)
Indicates whether the specified access point currently has a policy that allows public access. For more information about public access through access points, see Managing Data Access with Amazon S3 Access Points in the Amazon Simple Storage Service Developer Guide.
getAccessPointPolicyStatusRequest
- Future<GetAccessPointPolicyStatusResult> getAccessPointPolicyStatusAsync(GetAccessPointPolicyStatusRequest getAccessPointPolicyStatusRequest, AsyncHandler<GetAccessPointPolicyStatusRequest,GetAccessPointPolicyStatusResult> asyncHandler)
Indicates whether the specified access point currently has a policy that allows public access. For more information about public access through access points, see Managing Data Access with Amazon S3 Access Points in the Amazon Simple Storage Service Developer Guide.
getAccessPointPolicyStatusRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetJobTaggingResult> getJobTaggingAsync(GetJobTaggingRequest getJobTaggingRequest)
Returns the tags on an Amazon S3 Batch Operations job. To use this operation, you must have permission to perform
the s3:GetJobTagging
action. For more information, see Using Job
Tags in the Amazon Simple Storage Service Developer Guide.
Related actions include:
getJobTaggingRequest
- Future<GetJobTaggingResult> getJobTaggingAsync(GetJobTaggingRequest getJobTaggingRequest, AsyncHandler<GetJobTaggingRequest,GetJobTaggingResult> asyncHandler)
Returns the tags on an Amazon S3 Batch Operations job. To use this operation, you must have permission to perform
the s3:GetJobTagging
action. For more information, see Using Job
Tags in the Amazon Simple Storage Service Developer Guide.
Related actions include:
getJobTaggingRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetPublicAccessBlockResult> getPublicAccessBlockAsync(GetPublicAccessBlockRequest getPublicAccessBlockRequest)
Retrieves the PublicAccessBlock
configuration for an Amazon Web Services account.
getPublicAccessBlockRequest
- Future<GetPublicAccessBlockResult> getPublicAccessBlockAsync(GetPublicAccessBlockRequest getPublicAccessBlockRequest, AsyncHandler<GetPublicAccessBlockRequest,GetPublicAccessBlockResult> asyncHandler)
Retrieves the PublicAccessBlock
configuration for an Amazon Web Services account.
getPublicAccessBlockRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListAccessPointsResult> listAccessPointsAsync(ListAccessPointsRequest listAccessPointsRequest)
Returns a list of the access points currently associated with the specified bucket. You can retrieve up to 1000
access points per call. If the specified bucket has more than 1,000 access points (or the number specified in
maxResults
, whichever is less), the response will include a continuation token that you can use to
list the additional access points.
listAccessPointsRequest
- Future<ListAccessPointsResult> listAccessPointsAsync(ListAccessPointsRequest listAccessPointsRequest, AsyncHandler<ListAccessPointsRequest,ListAccessPointsResult> asyncHandler)
Returns a list of the access points currently associated with the specified bucket. You can retrieve up to 1000
access points per call. If the specified bucket has more than 1,000 access points (or the number specified in
maxResults
, whichever is less), the response will include a continuation token that you can use to
list the additional access points.
listAccessPointsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListJobsResult> listJobsAsync(ListJobsRequest listJobsRequest)
Lists current Amazon S3 Batch Operations jobs and jobs that have ended within the last 30 days for the AWS account making the request. For more information, see Amazon S3 Batch Operations in the Amazon Simple Storage Service Developer Guide.
Related actions include:
listJobsRequest
- Future<ListJobsResult> listJobsAsync(ListJobsRequest listJobsRequest, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Lists current Amazon S3 Batch Operations jobs and jobs that have ended within the last 30 days for the AWS account making the request. For more information, see Amazon S3 Batch Operations in the Amazon Simple Storage Service Developer Guide.
Related actions include:
listJobsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<PutAccessPointPolicyResult> putAccessPointPolicyAsync(PutAccessPointPolicyRequest putAccessPointPolicyRequest)
Associates an access policy with the specified access point. Each access point can have only one policy, so a request made to this API replaces any existing policy associated with the specified access point.
putAccessPointPolicyRequest
- Future<PutAccessPointPolicyResult> putAccessPointPolicyAsync(PutAccessPointPolicyRequest putAccessPointPolicyRequest, AsyncHandler<PutAccessPointPolicyRequest,PutAccessPointPolicyResult> asyncHandler)
Associates an access policy with the specified access point. Each access point can have only one policy, so a request made to this API replaces any existing policy associated with the specified access point.
putAccessPointPolicyRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<PutJobTaggingResult> putJobTaggingAsync(PutJobTaggingRequest putJobTaggingRequest)
Set the supplied tag-set on an Amazon S3 Batch Operations job.
A tag is a key-value pair. You can associate Amazon S3 Batch Operations tags with any job by sending a PUT request against the tagging subresource that is associated with the job. To modify the existing tag set, you can either replace the existing tag set entirely, or make changes within the existing tag set by retrieving the existing tag set using GetJobTagging, modify that tag set, and use this API action to replace the tag set with the one you have modified.. For more information, see Using Job Tags in the Amazon Simple Storage Service Developer Guide.
If you send this request with an empty tag set, Amazon S3 deletes the existing tag set on the Batch Operations job. If you use this method, you will be charged for a Tier 1 Request (PUT). For more information, see Amazon S3 pricing.
For deleting existing tags for your batch operations job, DeleteJobTagging request is preferred because it achieves the same result without incurring charges.
A few things to consider about using tags:
Amazon S3 limits the maximum number of tags to 50 tags per job.
You can associate up to 50 tags with a job as long as they have unique tag keys.
A tag key can be up to 128 Unicode characters in length, and tag values can be up to 256 Unicode characters in length.
The key and values are case sensitive.
For tagging-related restrictions related to characters and encodings, see User-Defined Tag Restrictions.
To use this operation, you must have permission to perform the s3:PutJobTagging
action.
Related actions include:
putJobTaggingRequest
- Future<PutJobTaggingResult> putJobTaggingAsync(PutJobTaggingRequest putJobTaggingRequest, AsyncHandler<PutJobTaggingRequest,PutJobTaggingResult> asyncHandler)
Set the supplied tag-set on an Amazon S3 Batch Operations job.
A tag is a key-value pair. You can associate Amazon S3 Batch Operations tags with any job by sending a PUT request against the tagging subresource that is associated with the job. To modify the existing tag set, you can either replace the existing tag set entirely, or make changes within the existing tag set by retrieving the existing tag set using GetJobTagging, modify that tag set, and use this API action to replace the tag set with the one you have modified.. For more information, see Using Job Tags in the Amazon Simple Storage Service Developer Guide.
If you send this request with an empty tag set, Amazon S3 deletes the existing tag set on the Batch Operations job. If you use this method, you will be charged for a Tier 1 Request (PUT). For more information, see Amazon S3 pricing.
For deleting existing tags for your batch operations job, DeleteJobTagging request is preferred because it achieves the same result without incurring charges.
A few things to consider about using tags:
Amazon S3 limits the maximum number of tags to 50 tags per job.
You can associate up to 50 tags with a job as long as they have unique tag keys.
A tag key can be up to 128 Unicode characters in length, and tag values can be up to 256 Unicode characters in length.
The key and values are case sensitive.
For tagging-related restrictions related to characters and encodings, see User-Defined Tag Restrictions.
To use this operation, you must have permission to perform the s3:PutJobTagging
action.
Related actions include:
putJobTaggingRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<PutPublicAccessBlockResult> putPublicAccessBlockAsync(PutPublicAccessBlockRequest putPublicAccessBlockRequest)
Creates or modifies the PublicAccessBlock
configuration for an Amazon Web Services account.
putPublicAccessBlockRequest
- Future<PutPublicAccessBlockResult> putPublicAccessBlockAsync(PutPublicAccessBlockRequest putPublicAccessBlockRequest, AsyncHandler<PutPublicAccessBlockRequest,PutPublicAccessBlockResult> asyncHandler)
Creates or modifies the PublicAccessBlock
configuration for an Amazon Web Services account.
putPublicAccessBlockRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateJobPriorityResult> updateJobPriorityAsync(UpdateJobPriorityRequest updateJobPriorityRequest)
Updates an existing Amazon S3 Batch Operations job's priority. For more information, see Amazon S3 Batch Operations in the Amazon Simple Storage Service Developer Guide.
Related actions include:
updateJobPriorityRequest
- Future<UpdateJobPriorityResult> updateJobPriorityAsync(UpdateJobPriorityRequest updateJobPriorityRequest, AsyncHandler<UpdateJobPriorityRequest,UpdateJobPriorityResult> asyncHandler)
Updates an existing Amazon S3 Batch Operations job's priority. For more information, see Amazon S3 Batch Operations in the Amazon Simple Storage Service Developer Guide.
Related actions include:
updateJobPriorityRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateJobStatusResult> updateJobStatusAsync(UpdateJobStatusRequest updateJobStatusRequest)
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 Amazon S3 Batch Operations in the Amazon Simple Storage Service Developer Guide.
Related actions include:
updateJobStatusRequest
- Future<UpdateJobStatusResult> updateJobStatusAsync(UpdateJobStatusRequest updateJobStatusRequest, AsyncHandler<UpdateJobStatusRequest,UpdateJobStatusResult> asyncHandler)
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 Amazon S3 Batch Operations in the Amazon Simple Storage Service Developer Guide.
Related actions include:
updateJobStatusRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.