Class GetBucketVersioningConfigurationRequest

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

public class GetBucketVersioningConfigurationRequest extends GenericBucketRequest implements Serializable
Request object for the parameters to get a bucket's versioning configuration.
See Also:
  • Constructor Details

    • GetBucketVersioningConfigurationRequest

      public GetBucketVersioningConfigurationRequest(String bucketName)
      Creates a request object, ready to be executed to fetch the versioning configuration for the specified bucket.
      Parameters:
      bucketName - The name of the bucket whose versioning configuration is being fetched.