Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketNotificationConfigurationResponse
-
Packages that use GetBucketNotificationConfigurationResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of GetBucketNotificationConfigurationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetBucketNotificationConfigurationResponse Modifier and Type Method Description GetBucketNotificationConfigurationResponseDelegatingS3Client. getBucketNotificationConfiguration(GetBucketNotificationConfigurationRequest getBucketNotificationConfigurationRequest)Returns the notification configuration of a bucket.default GetBucketNotificationConfigurationResponseS3Client. getBucketNotificationConfiguration(Consumer<GetBucketNotificationConfigurationRequest.Builder> getBucketNotificationConfigurationRequest)Returns the notification configuration of a bucket.default GetBucketNotificationConfigurationResponseS3Client. getBucketNotificationConfiguration(GetBucketNotificationConfigurationRequest getBucketNotificationConfigurationRequest)Returns the notification configuration of a bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type GetBucketNotificationConfigurationResponse Modifier and Type Method Description CompletableFuture<GetBucketNotificationConfigurationResponse>DelegatingS3AsyncClient. getBucketNotificationConfiguration(GetBucketNotificationConfigurationRequest getBucketNotificationConfigurationRequest)Returns the notification configuration of a bucket.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.
-