com.amazonaws.services.s3.model
Class SetBucketNotificationConfigurationRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest
public class SetBucketNotificationConfigurationRequest
- extends AmazonWebServiceRequest
SetBucketNotificationConfigurationRequest
public SetBucketNotificationConfigurationRequest(BucketNotificationConfiguration bucketNotificationConfiguration,
String bucket)
getBucketNotificationConfiguration
public BucketNotificationConfiguration getBucketNotificationConfiguration()
setBucketNotificationConfiguration
public void setBucketNotificationConfiguration(BucketNotificationConfiguration bucketNotificationConfiguration)
getBucket
public String getBucket()
setBucket
public void setBucket(String bucket)
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.