Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TagSet> |
BucketTaggingConfiguration.tagSets |
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 |
---|---|
java.util.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(java.util.Collection<TagSet> tagSets)
Sets the
TagSet . |
Constructor and Description |
---|
BucketTaggingConfiguration(java.util.Collection<TagSet> tagSets)
Creates a new bucket Tagging configuration containing the specified
TopicConfigurations . |
Modifier and Type | Method and Description |
---|---|
private void |
BucketConfigurationXmlFactory.writeRule(XmlWriter xml,
TagSet tagset) |