| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
S3SetObjectTaggingOperation |
S3SetObjectTaggingOperation.clone() |
S3SetObjectTaggingOperation |
JobOperation.getS3PutObjectTagging()
Directs the specified job to execute a PUT Object tagging call on each object in the manifest.
|
S3SetObjectTaggingOperation |
S3SetObjectTaggingOperation.withTagSet(Collection<S3Tag> tagSet)
|
S3SetObjectTaggingOperation |
S3SetObjectTaggingOperation.withTagSet(S3Tag... tagSet)
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobOperation.setS3PutObjectTagging(S3SetObjectTaggingOperation s3PutObjectTagging)
Directs the specified job to execute a PUT Object tagging call on each object in the manifest.
|
JobOperation |
JobOperation.withS3PutObjectTagging(S3SetObjectTaggingOperation s3PutObjectTagging)
Directs the specified job to execute a PUT Object tagging call on each object in the manifest.
|
Copyright © 2020. All rights reserved.