Uses of Class
com.amazonaws.services.s3.model.SetBucketTaggingConfigurationRequest
-
Packages that use SetBucketTaggingConfigurationRequest 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 SetBucketTaggingConfigurationRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type SetBucketTaggingConfigurationRequest Modifier and Type Method Description void
AbstractAmazonS3. setBucketTaggingConfiguration(SetBucketTaggingConfigurationRequest setBucketTaggingConfigurationRequest)
void
AmazonS3. setBucketTaggingConfiguration(SetBucketTaggingConfigurationRequest setBucketTaggingConfigurationRequest)
Sets the tagging configuration for the specified bucket.void
AmazonS3Client. setBucketTaggingConfiguration(SetBucketTaggingConfigurationRequest setBucketTaggingConfigurationRequest)
-
Uses of SetBucketTaggingConfigurationRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return SetBucketTaggingConfigurationRequest Modifier and Type Method Description SetBucketTaggingConfigurationRequest
SetBucketTaggingConfigurationRequest. withBucketName(String bucketName)
Sets the name of the bucket whose tagging configuration is being set, and returns this object so that additional method calls may be chained together.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.
-