com.amazonaws.services.s3.model
Class DeleteBucketTaggingConfigurationRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.s3.model.GenericBucketRequest
          extended by com.amazonaws.services.s3.model.DeleteBucketTaggingConfigurationRequest

public class DeleteBucketTaggingConfigurationRequest
extends GenericBucketRequest

Request object for the parameters to delete a bucket's tagging configuration.

See Also:
AmazonS3.deleteBucketTaggingConfiguration(DeleteBucketTaggingConfigurationRequest)

Constructor Summary
DeleteBucketTaggingConfigurationRequest(java.lang.String bucketName)
          Creates a new request object, ready to be executed to delete the tagging configuration for the specified bucket.
 
Method Summary
 
Methods inherited from class com.amazonaws.services.s3.model.GenericBucketRequest
getBucket, getBucketName, setBucketName, withBucketName
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteBucketTaggingConfigurationRequest

public DeleteBucketTaggingConfigurationRequest(java.lang.String bucketName)
Creates a new request object, ready to be executed to delete the tagging configuration for the specified bucket.

Parameters:
bucketName - The name of the bucket whose tagging configuration is being deleted.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.