Uses of Interface
software.amazon.awssdk.services.s3control.model.LambdaInvokeOperation.Builder
-
Packages that use LambdaInvokeOperation.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of LambdaInvokeOperation.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return LambdaInvokeOperation.Builder Modifier and Type Method Description static LambdaInvokeOperation.BuilderLambdaInvokeOperation. builder()LambdaInvokeOperation.BuilderLambdaInvokeOperation.Builder. functionArn(String functionArn)The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.LambdaInvokeOperation.BuilderLambdaInvokeOperation. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type LambdaInvokeOperation.Builder Modifier and Type Method Description static Class<? extends LambdaInvokeOperation.Builder>LambdaInvokeOperation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type LambdaInvokeOperation.Builder Modifier and Type Method Description default JobOperation.BuilderJobOperation.Builder. lambdaInvoke(Consumer<LambdaInvokeOperation.Builder> lambdaInvoke)Directs the specified job to invoke an Lambda function on every object in the manifest.
-