Uses of Class
software.amazon.awssdk.services.s3.model.LambdaFunctionConfiguration
-
Packages that use LambdaFunctionConfiguration Package Description software.amazon.awssdk.services.s3.model -
-
Uses of LambdaFunctionConfiguration in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type LambdaFunctionConfiguration Modifier and Type Method Description List<LambdaFunctionConfiguration>GetBucketNotificationConfigurationResponse. lambdaFunctionConfigurations()Describes the Lambda functions to invoke and the events for which to invoke them.List<LambdaFunctionConfiguration>NotificationConfiguration. lambdaFunctionConfigurations()Describes the Lambda functions to invoke and the events for which to invoke them.Methods in software.amazon.awssdk.services.s3.model with parameters of type LambdaFunctionConfiguration Modifier and Type Method Description GetBucketNotificationConfigurationResponse.BuilderGetBucketNotificationConfigurationResponse.Builder. lambdaFunctionConfigurations(LambdaFunctionConfiguration... lambdaFunctionConfigurations)Describes the Lambda functions to invoke and the events for which to invoke them.NotificationConfiguration.BuilderNotificationConfiguration.Builder. lambdaFunctionConfigurations(LambdaFunctionConfiguration... lambdaFunctionConfigurations)Describes the Lambda functions to invoke and the events for which to invoke them.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type LambdaFunctionConfiguration Modifier and Type Method Description GetBucketNotificationConfigurationResponse.BuilderGetBucketNotificationConfigurationResponse.Builder. lambdaFunctionConfigurations(Collection<LambdaFunctionConfiguration> lambdaFunctionConfigurations)Describes the Lambda functions to invoke and the events for which to invoke them.NotificationConfiguration.BuilderNotificationConfiguration.Builder. lambdaFunctionConfigurations(Collection<LambdaFunctionConfiguration> lambdaFunctionConfigurations)Describes the Lambda functions to invoke and the events for which to invoke them.
-