Class DeleteBucketReplicationConfigurationRequest

java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.s3.model.GenericBucketRequest
com.amazonaws.services.s3.model.DeleteBucketReplicationConfigurationRequest
All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable

public class DeleteBucketReplicationConfigurationRequest extends GenericBucketRequest
Request object for the parameters to delete a bucket's replication configuration.
See Also:
  • Constructor Details

    • DeleteBucketReplicationConfigurationRequest

      public DeleteBucketReplicationConfigurationRequest(String bucketName)
      Creates a new request object, ready to be executed to delete the replication configuration for the specified bucket.
      Parameters:
      bucketName - The name of the bucket whose replication configuration is being deleted.