Class GetBucketNotificationConfigurationRequest

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

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

    • GetBucketNotificationConfigurationRequest

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