Uses of Class
software.amazon.awssdk.services.s3.model.LambdaFunctionConfiguration
Packages that use LambdaFunctionConfiguration
-
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 LambdaFunctionConfigurationModifier and TypeMethodDescriptionfinal List<LambdaFunctionConfiguration>GetBucketNotificationConfigurationResponse.lambdaFunctionConfigurations()Describes the Lambda functions to invoke and the events for which to invoke them.final 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 LambdaFunctionConfigurationModifier and TypeMethodDescriptionGetBucketNotificationConfigurationResponse.Builder.lambdaFunctionConfigurations(LambdaFunctionConfiguration... lambdaFunctionConfigurations) Describes the Lambda functions to invoke and the events for which to invoke them.NotificationConfiguration.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 LambdaFunctionConfigurationModifier and TypeMethodDescriptionGetBucketNotificationConfigurationResponse.Builder.lambdaFunctionConfigurations(Collection<LambdaFunctionConfiguration> lambdaFunctionConfigurations) Describes the Lambda functions to invoke and the events for which to invoke them.NotificationConfiguration.Builder.lambdaFunctionConfigurations(Collection<LambdaFunctionConfiguration> lambdaFunctionConfigurations) Describes the Lambda functions to invoke and the events for which to invoke them.