| Package | Description |
|---|---|
| com.amazonaws.services.s3control |
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutJobTaggingResult> |
AbstractAWSS3ControlAsync.putJobTaggingAsync(PutJobTaggingRequest request,
AsyncHandler<PutJobTaggingRequest,PutJobTaggingResult> asyncHandler) |
Future<PutJobTaggingResult> |
AWSS3ControlAsyncClient.putJobTaggingAsync(PutJobTaggingRequest request,
AsyncHandler<PutJobTaggingRequest,PutJobTaggingResult> asyncHandler) |
Future<PutJobTaggingResult> |
AWSS3ControlAsync.putJobTaggingAsync(PutJobTaggingRequest putJobTaggingRequest,
AsyncHandler<PutJobTaggingRequest,PutJobTaggingResult> asyncHandler)
Sets the supplied tag-set on an S3 Batch Operations job.
|
| Modifier and Type | Method and Description |
|---|---|
PutJobTaggingRequest |
PutJobTaggingRequest.clone() |
PutJobTaggingRequest |
PutJobTaggingRequest.withAccountId(String accountId)
The Amazon Web Services account ID associated with the S3 Batch Operations job.
|
PutJobTaggingRequest |
PutJobTaggingRequest.withJobId(String jobId)
The ID for the S3 Batch Operations job whose tags you want to replace.
|
PutJobTaggingRequest |
PutJobTaggingRequest.withTags(Collection<S3Tag> tags)
The set of tags to associate with the S3 Batch Operations job.
|
PutJobTaggingRequest |
PutJobTaggingRequest.withTags(S3Tag... tags)
The set of tags to associate with the S3 Batch Operations job.
|
Copyright © 2024. All rights reserved.