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 TagSetBucketTaggingConfiguration. getTagSet()Gets the firstTagSetobject contained in this object.TagSetBucketTaggingConfiguration. getTagSetAtIndex(int index)Gets theTagSetobject 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 ofTagSetobjects contained in this object.Methods in com.amazonaws.services.s3.model with parameters of type TagSet Modifier and Type Method Description BucketTaggingConfigurationBucketTaggingConfiguration. withTagSets(TagSet... tagSets)Sets theTagSetTagSetsand 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 voidBucketTaggingConfiguration. 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.
-