com.amazonaws.services.s3.model
Class DeleteBucketLifecycleConfigurationRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.s3.model.GenericBucketRequest
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteBucketLifecycleConfigurationRequest
public DeleteBucketLifecycleConfigurationRequest(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 © 2016. All rights reserved.