Uses of Class
com.amazonaws.services.s3.model.TagSet
-
Packages that use TagSet Package Description com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of TagSet in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return TagSet Modifier and Type Method Description TagSet
BucketTaggingConfiguration. getTagSet()
Gets the firstTagSet
object contained in this object.TagSet
BucketTaggingConfiguration. getTagSetAtIndex(int index)
Gets theTagSet
object at the specified index contained in this object.Methods in com.amazonaws.services.s3.model that return types with arguments of type TagSet Modifier and Type Method Description List<TagSet>
BucketTaggingConfiguration. getAllTagSets()
Gets the list ofTagSet
objects contained in this object.Methods in com.amazonaws.services.s3.model with parameters of type TagSet Modifier and Type Method Description BucketTaggingConfiguration
BucketTaggingConfiguration. withTagSets(TagSet... tagSets)
Sets theTagSet
TagSets
and returns this object, enabling additional method calls to be chained together.Method parameters in com.amazonaws.services.s3.model with type arguments of type TagSet Modifier and Type Method Description void
BucketTaggingConfiguration. setTagSets(Collection<TagSet> tagSets)
Sets theTagSet
.Constructor parameters in com.amazonaws.services.s3.model with type arguments of type TagSet Constructor Description BucketTaggingConfiguration(Collection<TagSet> tagSets)
Creates a new bucket Tagging configuration containing the specifiedTopicConfigurations
.
-