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.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Method and Description |
---|---|
BucketTaggingConfiguration |
AmazonS3Client.getBucketTaggingConfiguration(GetBucketTaggingConfigurationRequest getBucketTaggingConfigurationRequest) |
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 |
AbstractAmazonS3.getBucketTaggingConfiguration(GetBucketTaggingConfigurationRequest getBucketTaggingConfigurationRequest) |
BucketTaggingConfiguration |
AmazonS3Client.getBucketTaggingConfiguration(java.lang.String bucketName) |
BucketTaggingConfiguration |
AmazonS3.getBucketTaggingConfiguration(java.lang.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 |
AbstractAmazonS3.getBucketTaggingConfiguration(java.lang.String bucketName) |
Modifier and Type | Method and Description |
---|---|
void |
AmazonS3Client.setBucketTaggingConfiguration(java.lang.String bucketName,
BucketTaggingConfiguration bucketTaggingConfiguration) |
void |
AmazonS3.setBucketTaggingConfiguration(java.lang.String bucketName,
BucketTaggingConfiguration bucketTaggingConfiguration)
Sets the tagging configuration for the specified bucket.
|
void |
AbstractAmazonS3.setBucketTaggingConfiguration(java.lang.String bucketName,
BucketTaggingConfiguration bucketTaggingConfiguration) |
Modifier and Type | Field and Description |
---|---|
private BucketTaggingConfiguration |
SetBucketTaggingConfigurationRequest.taggingConfiguration
The new tagging configuration for the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
BucketTaggingConfiguration |
SetBucketTaggingConfigurationRequest.getTaggingConfiguration()
Gets the new tagging configuration for the specified bucket.
|
BucketTaggingConfiguration |
BucketTaggingConfiguration.withTagSets(TagSet... tagSets)
Sets the
TagSet
TagSets and returns this object,
enabling additional method calls to be chained together. |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
SetBucketTaggingConfigurationRequest(java.lang.String bucketName,
BucketTaggingConfiguration taggingConfiguration)
Constructs a new
SetBucketTaggingConfigurationRequest
to set the bucket tagging configuration of
the specified bucket. |
Modifier and Type | Field and Description |
---|---|
private BucketTaggingConfiguration |
XmlResponsesSaxParser.BucketTaggingConfigurationHandler.configuration |
Modifier and Type | Method and Description |
---|---|
BucketTaggingConfiguration |
XmlResponsesSaxParser.BucketTaggingConfigurationHandler.getConfiguration() |
BucketTaggingConfiguration |
Unmarshallers.BucketTaggingConfigurationUnmarshaller.unmarshall(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
byte[] |
BucketConfigurationXmlFactory.convertToXmlByteArray(BucketTaggingConfiguration config)
Converts the specified
BucketTaggingConfiguration object to an XML fragment that
can be sent to Amazon S3. |