Uses of Interface
software.amazon.awssdk.services.s3.model.GetBucketNotificationConfigurationRequest.Builder
-
Packages that use GetBucketNotificationConfigurationRequest.Builder Package Description software.amazon.awssdk.services.s3 software.amazon.awssdk.services.s3.model -
-
Uses of GetBucketNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type GetBucketNotificationConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBucketNotificationConfigurationResponse>S3AsyncClient. getBucketNotificationConfiguration(Consumer<GetBucketNotificationConfigurationRequest.Builder> getBucketNotificationConfigurationRequest)default GetBucketNotificationConfigurationResponseS3Client. getBucketNotificationConfiguration(Consumer<GetBucketNotificationConfigurationRequest.Builder> getBucketNotificationConfigurationRequest) -
Uses of GetBucketNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return GetBucketNotificationConfigurationRequest.Builder Modifier and Type Method Description GetBucketNotificationConfigurationRequest.BuilderGetBucketNotificationConfigurationRequest.Builder. bucket(String bucket)The name of the bucket for which to get the notification configuration.static GetBucketNotificationConfigurationRequest.BuilderGetBucketNotificationConfigurationRequest. builder()GetBucketNotificationConfigurationRequest.BuilderGetBucketNotificationConfigurationRequest.Builder. expectedBucketOwner(String expectedBucketOwner)The account ID of the expected bucket owner.GetBucketNotificationConfigurationRequest.BuilderGetBucketNotificationConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBucketNotificationConfigurationRequest.BuilderGetBucketNotificationConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBucketNotificationConfigurationRequest.BuilderGetBucketNotificationConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type GetBucketNotificationConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetBucketNotificationConfigurationRequest.Builder>GetBucketNotificationConfigurationRequest. serializableBuilderClass()
-