com.amazonaws.services.s3.model
Class DeleteBucketLifecycleConfigurationRequest

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

public class DeleteBucketLifecycleConfigurationRequest
extends GenericBucketRequest

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

See Also:
AmazonS3.deleteBucketLifecycleConfiguration(DeleteBucketLifecycleConfigurationRequest)

Constructor Summary
DeleteBucketLifecycleConfigurationRequest(java.lang.String bucketName)
          Creates a new request object, ready to be executed to delete the lifecycle 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

DeleteBucketLifecycleConfigurationRequest

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

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


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