Uses of Class
software.amazon.awssdk.services.s3control.model.LambdaInvokeOperation
-
Packages that use LambdaInvokeOperation Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of LambdaInvokeOperation in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return LambdaInvokeOperation Modifier and Type Method Description LambdaInvokeOperationJobOperation. lambdaInvoke()Directs the specified job to invoke an Lambda function on every object in the manifest.Methods in software.amazon.awssdk.services.s3control.model with parameters of type LambdaInvokeOperation Modifier and Type Method Description JobOperation.BuilderJobOperation.Builder. lambdaInvoke(LambdaInvokeOperation lambdaInvoke)Directs the specified job to invoke an Lambda function on every object in the manifest.
-