| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
List<LambdaFunctionConfiguration> |
NotificationConfiguration.lambdaFunctionConfigurations()
Describes the AWS Lambda functions to invoke and the events for which to invoke them.
|
List<LambdaFunctionConfiguration> |
GetBucketNotificationConfigurationResponse.lambdaFunctionConfigurations()
Describes the AWS Lambda functions to invoke and the events for which to invoke them.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.lambdaFunctionConfigurations(LambdaFunctionConfiguration... lambdaFunctionConfigurations)
Describes the AWS Lambda functions to invoke and the events for which to invoke them.
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.lambdaFunctionConfigurations(LambdaFunctionConfiguration... lambdaFunctionConfigurations)
Describes the AWS Lambda functions to invoke and the events for which to invoke them.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.lambdaFunctionConfigurations(Collection<LambdaFunctionConfiguration> lambdaFunctionConfigurations)
Describes the AWS Lambda functions to invoke and the events for which to invoke them.
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.lambdaFunctionConfigurations(Collection<LambdaFunctionConfiguration> lambdaFunctionConfigurations)
Describes the AWS Lambda functions to invoke and the events for which to invoke them.
|
Copyright © 2021. All rights reserved.