Uses of Class
com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest
-
Packages that use SetBucketNotificationConfigurationRequest Package Description com.amazonaws.services.s3 Synchronous client for accessing Amazon S3.com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of SetBucketNotificationConfigurationRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type SetBucketNotificationConfigurationRequest Modifier and Type Method Description voidAbstractAmazonS3. setBucketNotificationConfiguration(SetBucketNotificationConfigurationRequest setBucketNotificationConfigurationRequest)voidAmazonS3. setBucketNotificationConfiguration(SetBucketNotificationConfigurationRequest setBucketNotificationConfigurationRequest)Sets the notification configuration for the specified bucket.voidAmazonS3Client. setBucketNotificationConfiguration(SetBucketNotificationConfigurationRequest setBucketNotificationConfigurationRequest) -
Uses of SetBucketNotificationConfigurationRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return SetBucketNotificationConfigurationRequest Modifier and Type Method Description SetBucketNotificationConfigurationRequestSetBucketNotificationConfigurationRequest. withBucketName(String bucketName)Sets the name of the bucket whose notification configuration is being set, and returns this object so that additional method calls may be chained together.SetBucketNotificationConfigurationRequestSetBucketNotificationConfigurationRequest. withNotificationConfiguration(BucketNotificationConfiguration notificationConfiguration)Sets the new notification configuration for the specified bucket and returns this object, enabling additional method calls to be chained together.
-