Uses of Class
com.amazonaws.services.s3.model.BucketTaggingConfiguration
-
Packages that use BucketTaggingConfiguration Package Description com.amazonaws.services.s3 Synchronous client for accessing Amazon S3.com.amazonaws.services.s3.model 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 BucketTaggingConfiguration Modifier and Type Method Description BucketTaggingConfigurationAbstractAmazonS3. getBucketTaggingConfiguration(GetBucketTaggingConfigurationRequest getBucketTaggingConfigurationRequest)BucketTaggingConfigurationAbstractAmazonS3. getBucketTaggingConfiguration(String bucketName)BucketTaggingConfigurationAmazonS3. 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.BucketTaggingConfigurationAmazonS3. 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.BucketTaggingConfigurationAmazonS3Client. getBucketTaggingConfiguration(GetBucketTaggingConfigurationRequest getBucketTaggingConfigurationRequest)BucketTaggingConfigurationAmazonS3Client. getBucketTaggingConfiguration(String bucketName)Methods in com.amazonaws.services.s3 with parameters of type BucketTaggingConfiguration Modifier and Type Method Description voidAbstractAmazonS3. 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 BucketTaggingConfiguration Modifier and Type Method Description BucketTaggingConfigurationSetBucketTaggingConfigurationRequest. getTaggingConfiguration()Gets the new tagging configuration for the specified bucket.BucketTaggingConfigurationBucketTaggingConfiguration. 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 BucketTaggingConfiguration Modifier and Type Method Description voidSetBucketTaggingConfigurationRequest. setTaggingConfiguration(BucketTaggingConfiguration taggingConfiguration)Sets the new tagging configuration for the specified bucket.SetBucketTaggingConfigurationRequestSetBucketTaggingConfigurationRequest. 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 BucketTaggingConfiguration Constructor Description SetBucketTaggingConfigurationRequest(String bucketName, BucketTaggingConfiguration taggingConfiguration)Constructs a newSetBucketTaggingConfigurationRequestto set the bucket tagging configuration of the specified bucket.
-