com.amazonaws.services.s3.model
Class SetBucketNotificationConfigurationRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest
public class SetBucketNotificationConfigurationRequest
- extends AmazonWebServiceRequest
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetBucketNotificationConfigurationRequest
public SetBucketNotificationConfigurationRequest(BucketNotificationConfiguration bucketNotificationConfiguration,
java.lang.String bucket)
getBucketNotificationConfiguration
public BucketNotificationConfiguration getBucketNotificationConfiguration()
setBucketNotificationConfiguration
public void setBucketNotificationConfiguration(BucketNotificationConfiguration bucketNotificationConfiguration)
getBucket
public java.lang.String getBucket()
setBucket
public void setBucket(java.lang.String bucket)
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.