| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| Modifier and Type | Method and Description |
|---|---|
default GetBucketNotificationConfigurationResponse |
S3Client.getBucketNotificationConfiguration(Consumer<GetBucketNotificationConfigurationRequest.Builder> getBucketNotificationConfigurationRequest)
Returns the notification configuration of a bucket.
|
default GetBucketNotificationConfigurationResponse |
S3Client.getBucketNotificationConfiguration(GetBucketNotificationConfigurationRequest getBucketNotificationConfigurationRequest)
Returns the notification configuration of a bucket.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBucketNotificationConfigurationResponse> |
S3AsyncClient.getBucketNotificationConfiguration(Consumer<GetBucketNotificationConfigurationRequest.Builder> getBucketNotificationConfigurationRequest)
Returns the notification configuration of a bucket.
|
default CompletableFuture<GetBucketNotificationConfigurationResponse> |
S3AsyncClient.getBucketNotificationConfiguration(GetBucketNotificationConfigurationRequest getBucketNotificationConfigurationRequest)
Returns the notification configuration of a bucket.
|
Copyright © 2022. All rights reserved.