Uses of Class
com.amazonaws.services.s3.model.TagSet
Packages that use TagSet
Package
Description
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 TagSetModifier and TypeMethodDescriptionBucketTaggingConfiguration.getTagSet()
Gets the firstTagSet
object contained in this object.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 TagSetModifier and TypeMethodDescriptionBucketTaggingConfiguration.getAllTagSets()
Gets the list ofTagSet
objects contained in this object.Methods in com.amazonaws.services.s3.model with parameters of type TagSetModifier and TypeMethodDescriptionBucketTaggingConfiguration.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 TagSetModifier and TypeMethodDescriptionvoid
BucketTaggingConfiguration.setTagSets
(Collection<TagSet> tagSets) Sets theTagSet
.Constructor parameters in com.amazonaws.services.s3.model with type arguments of type TagSetModifierConstructorDescriptionBucketTaggingConfiguration
(Collection<TagSet> tagSets) Creates a new bucket Tagging configuration containing the specifiedTopicConfigurations
.