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 firstTagSetobject contained in this object.BucketTaggingConfiguration.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 TagSetModifier and TypeMethodDescriptionBucketTaggingConfiguration.getAllTagSets()Gets the list ofTagSetobjects contained in this object.Methods in com.amazonaws.services.s3.model with parameters of type TagSetModifier and TypeMethodDescriptionBucketTaggingConfiguration.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 TagSetModifier and TypeMethodDescriptionvoidBucketTaggingConfiguration.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.