Uses of Interface
software.amazon.awssdk.services.s3.model.GetBucketNotificationConfigurationResponse.Builder
Packages that use GetBucketNotificationConfigurationResponse.Builder
-
Uses of GetBucketNotificationConfigurationResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return GetBucketNotificationConfigurationResponse.BuilderModifier and TypeMethodDescriptionGetBucketNotificationConfigurationResponse.builder()GetBucketNotificationConfigurationResponse.Builder.eventBridgeConfiguration(Consumer<EventBridgeConfiguration.Builder> eventBridgeConfiguration) Enables delivery of events to Amazon EventBridge.GetBucketNotificationConfigurationResponse.Builder.eventBridgeConfiguration(EventBridgeConfiguration eventBridgeConfiguration) Enables delivery of events to Amazon EventBridge.GetBucketNotificationConfigurationResponse.Builder.lambdaFunctionConfigurations(Collection<LambdaFunctionConfiguration> lambdaFunctionConfigurations) Describes the Lambda functions to invoke and the events for which to invoke them.GetBucketNotificationConfigurationResponse.Builder.lambdaFunctionConfigurations(Consumer<LambdaFunctionConfiguration.Builder>... lambdaFunctionConfigurations) Describes the Lambda functions to invoke and the events for which to invoke them.GetBucketNotificationConfigurationResponse.Builder.lambdaFunctionConfigurations(LambdaFunctionConfiguration... lambdaFunctionConfigurations) Describes the Lambda functions to invoke and the events for which to invoke them.GetBucketNotificationConfigurationResponse.Builder.queueConfigurations(Collection<QueueConfiguration> queueConfigurations) The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.GetBucketNotificationConfigurationResponse.Builder.queueConfigurations(Consumer<QueueConfiguration.Builder>... queueConfigurations) The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.GetBucketNotificationConfigurationResponse.Builder.queueConfigurations(QueueConfiguration... queueConfigurations) The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.GetBucketNotificationConfigurationResponse.toBuilder()GetBucketNotificationConfigurationResponse.Builder.topicConfigurations(Collection<TopicConfiguration> topicConfigurations) The topic to which notifications are sent and the events for which notifications are generated.GetBucketNotificationConfigurationResponse.Builder.topicConfigurations(Consumer<TopicConfiguration.Builder>... topicConfigurations) The topic to which notifications are sent and the events for which notifications are generated.GetBucketNotificationConfigurationResponse.Builder.topicConfigurations(TopicConfiguration... topicConfigurations) The topic to which notifications are sent and the events for which notifications are generated.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type GetBucketNotificationConfigurationResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetBucketNotificationConfigurationResponse.Builder>GetBucketNotificationConfigurationResponse.serializableBuilderClass()