| Package | Description |
|---|---|
| com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectTagging |
CopyObjectRequest.getNewObjectTagging() |
ObjectTagging |
SetObjectTaggingRequest.getTagging() |
ObjectTagging |
AbstractPutObjectRequest.getTagging() |
| Modifier and Type | Method and Description |
|---|---|
void |
CopyObjectRequest.setNewObjectTagging(ObjectTagging newObjectTagging)
set the tagging for the new object.
|
void |
SetObjectTaggingRequest.setTagging(ObjectTagging tagging)
Set the object tagging.
|
void |
AbstractPutObjectRequest.setTagging(ObjectTagging tagging) |
CopyObjectRequest |
CopyObjectRequest.withNewObjectTagging(ObjectTagging newObjectTagging)
set the tagging for the new object.
|
SetObjectTaggingRequest |
SetObjectTaggingRequest.withTagging(ObjectTagging tagging)
Set the object tagging.
|
PutObjectRequest |
PutObjectRequest.withTagging(ObjectTagging tagSet) |
<T extends PutObjectRequest> |
AbstractPutObjectRequest.withTagging(ObjectTagging tagSet) |
| Constructor and Description |
|---|
SetObjectTaggingRequest(String bucketName,
String key,
ObjectTagging tagging)
Constructs an instance of this object.
|
SetObjectTaggingRequest(String bucketName,
String key,
String versionId,
ObjectTagging tagging)
Constructs an instance of this object.
|
Copyright © 2016. All rights reserved.