Uses of Class
software.amazon.awssdk.services.s3.model.PutBucketNotificationConfigurationResponse
-
Packages that use PutBucketNotificationConfigurationResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of PutBucketNotificationConfigurationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return PutBucketNotificationConfigurationResponse Modifier and Type Method Description PutBucketNotificationConfigurationResponseDelegatingS3Client. putBucketNotificationConfiguration(PutBucketNotificationConfigurationRequest putBucketNotificationConfigurationRequest)Enables notifications of specified events for a bucket.default PutBucketNotificationConfigurationResponseS3Client. putBucketNotificationConfiguration(Consumer<PutBucketNotificationConfigurationRequest.Builder> putBucketNotificationConfigurationRequest)Enables notifications of specified events for a bucket.default PutBucketNotificationConfigurationResponseS3Client. putBucketNotificationConfiguration(PutBucketNotificationConfigurationRequest putBucketNotificationConfigurationRequest)Enables notifications of specified events for a bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type PutBucketNotificationConfigurationResponse Modifier and Type Method Description CompletableFuture<PutBucketNotificationConfigurationResponse>DelegatingS3AsyncClient. putBucketNotificationConfiguration(PutBucketNotificationConfigurationRequest putBucketNotificationConfigurationRequest)Enables notifications of specified events for a bucket.default CompletableFuture<PutBucketNotificationConfigurationResponse>S3AsyncClient. putBucketNotificationConfiguration(Consumer<PutBucketNotificationConfigurationRequest.Builder> putBucketNotificationConfigurationRequest)Enables notifications of specified events for a bucket.default CompletableFuture<PutBucketNotificationConfigurationResponse>S3AsyncClient. putBucketNotificationConfiguration(PutBucketNotificationConfigurationRequest putBucketNotificationConfigurationRequest)Enables notifications of specified events for a bucket.
-