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 BucketTaggingConfiguration
AbstractAmazonS3. getBucketTaggingConfiguration(GetBucketTaggingConfigurationRequest getBucketTaggingConfigurationRequest)
BucketTaggingConfiguration
AbstractAmazonS3. getBucketTaggingConfiguration(String bucketName)
BucketTaggingConfiguration
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.BucketTaggingConfiguration
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.BucketTaggingConfiguration
AmazonS3Client. getBucketTaggingConfiguration(GetBucketTaggingConfigurationRequest getBucketTaggingConfigurationRequest)
BucketTaggingConfiguration
AmazonS3Client. getBucketTaggingConfiguration(String bucketName)
Methods in com.amazonaws.services.s3 with parameters of type BucketTaggingConfiguration Modifier and Type Method Description void
AbstractAmazonS3. setBucketTaggingConfiguration(String bucketName, BucketTaggingConfiguration bucketTaggingConfiguration)
void
AmazonS3. setBucketTaggingConfiguration(String bucketName, BucketTaggingConfiguration bucketTaggingConfiguration)
Sets the tagging configuration for the specified bucket.void
AmazonS3Client. 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 BucketTaggingConfiguration
SetBucketTaggingConfigurationRequest. getTaggingConfiguration()
Gets the new tagging configuration for the specified bucket.BucketTaggingConfiguration
BucketTaggingConfiguration. withTagSets(TagSet... tagSets)
Sets theTagSet
TagSets
and 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 void
SetBucketTaggingConfigurationRequest. setTaggingConfiguration(BucketTaggingConfiguration taggingConfiguration)
Sets the new tagging configuration for the specified bucket.SetBucketTaggingConfigurationRequest
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 BucketTaggingConfiguration Constructor Description SetBucketTaggingConfigurationRequest(String bucketName, BucketTaggingConfiguration taggingConfiguration)
Constructs a newSetBucketTaggingConfigurationRequest
to set the bucket tagging configuration of the specified bucket.
-