Uses of Class
com.amazonaws.services.s3.model.BucketTaggingConfiguration
Packages that use BucketTaggingConfiguration
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of BucketTaggingConfiguration in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return BucketTaggingConfigurationModifier and TypeMethodDescriptionAbstractAmazonS3.getBucketTaggingConfiguration(GetBucketTaggingConfigurationRequest getBucketTaggingConfigurationRequest) AbstractAmazonS3.getBucketTaggingConfiguration(String bucketName) AmazonS3.getBucketTaggingConfiguration(GetBucketTaggingConfigurationRequest getBucketTaggingConfigurationRequest) Gets the tagging configuration for the specified bucket, or null if the specified bucket does not exists, or an empty list if no configuration has been established.AmazonS3.getBucketTaggingConfiguration(String bucketName) Gets the tagging configuration for the specified bucket, or null if the specified bucket does not exists, or an empty list if no configuration has been established.AmazonS3Client.getBucketTaggingConfiguration(GetBucketTaggingConfigurationRequest getBucketTaggingConfigurationRequest) AmazonS3Client.getBucketTaggingConfiguration(String bucketName) Methods in com.amazonaws.services.s3 with parameters of type BucketTaggingConfigurationModifier and TypeMethodDescriptionvoidAbstractAmazonS3.setBucketTaggingConfiguration(String bucketName, BucketTaggingConfiguration bucketTaggingConfiguration) voidAmazonS3.setBucketTaggingConfiguration(String bucketName, BucketTaggingConfiguration bucketTaggingConfiguration) Sets the tagging configuration for the specified bucket.voidAmazonS3Client.setBucketTaggingConfiguration(String bucketName, BucketTaggingConfiguration bucketTaggingConfiguration) -
Uses of BucketTaggingConfiguration in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return BucketTaggingConfigurationModifier and TypeMethodDescriptionSetBucketTaggingConfigurationRequest.getTaggingConfiguration()Gets the new tagging configuration for the specified bucket.BucketTaggingConfiguration.withTagSets(TagSet... tagSets) Sets theTagSetTagSetsand returns this object, enabling additional method calls to be chained together.Methods in com.amazonaws.services.s3.model with parameters of type BucketTaggingConfigurationModifier and TypeMethodDescriptionvoidSetBucketTaggingConfigurationRequest.setTaggingConfiguration(BucketTaggingConfiguration taggingConfiguration) Sets the new tagging configuration for the specified bucket.SetBucketTaggingConfigurationRequest.withTaggingConfiguration(BucketTaggingConfiguration taggingConfiguration) Sets the new tagging configuration for the specified bucket and returns this object, enabling additional method calls to be chained together.Constructors in com.amazonaws.services.s3.model with parameters of type BucketTaggingConfigurationModifierConstructorDescriptionSetBucketTaggingConfigurationRequest(String bucketName, BucketTaggingConfiguration taggingConfiguration) Constructs a newSetBucketTaggingConfigurationRequestto set the bucket tagging configuration of the specified bucket.