Class GetBucketLoggingConfigurationRequest

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

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

    • GetBucketLoggingConfigurationRequest

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