| Package | Description |
|---|---|
| com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
TagSet |
BucketTaggingConfiguration.getTagSet()
Gets the first
TagSet object contained in this object. |
TagSet |
BucketTaggingConfiguration.getTagSetAtIndex(int index)
Gets the
TagSet object at the specified index contained in this object. |
| Modifier and Type | Method and Description |
|---|---|
List<TagSet> |
BucketTaggingConfiguration.getAllTagSets()
Gets the list of
TagSet objects
contained in this object. |
| Modifier and Type | Method and Description |
|---|---|
BucketTaggingConfiguration |
BucketTaggingConfiguration.withTagSets(TagSet... tagSets)
Sets the
TagSet
TagSets and returns this object,
enabling additional method calls to be chained together. |
| Modifier and Type | Method and Description |
|---|---|
void |
BucketTaggingConfiguration.setTagSets(Collection<TagSet> tagSets)
Sets the
TagSet. |
| Constructor and Description |
|---|
BucketTaggingConfiguration(Collection<TagSet> tagSets)
Creates a new bucket Tagging configuration containing the specified
TopicConfigurations. |
Copyright © 2022. All rights reserved.