| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
static GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.builder() |
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.lambdaFunctionConfigurations(Collection<LambdaFunctionConfiguration> lambdaFunctionConfigurations)
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.lambdaFunctionConfigurations(Consumer<LambdaFunctionConfiguration.Builder>... lambdaFunctionConfigurations)
This is a convenience that creates an instance of the
List
avoiding the need to create one manually via List. |
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.lambdaFunctionConfigurations(LambdaFunctionConfiguration... lambdaFunctionConfigurations)
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.queueConfigurations(Collection<QueueConfiguration> queueConfigurations)
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.queueConfigurations(Consumer<QueueConfiguration.Builder>... queueConfigurations)
This is a convenience that creates an instance of the
List avoiding the
need to create one manually via List. |
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.queueConfigurations(QueueConfiguration... queueConfigurations)
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.toBuilder() |
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.topicConfigurations(Collection<TopicConfiguration> topicConfigurations)
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.topicConfigurations(Consumer<TopicConfiguration.Builder>... topicConfigurations)
This is a convenience that creates an instance of the
List avoiding the
need to create one manually via List. |
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.topicConfigurations(TopicConfiguration... topicConfigurations)
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBucketNotificationConfigurationResponse.Builder> |
GetBucketNotificationConfigurationResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.