| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaInvokeOperation |
LambdaInvokeOperation.clone() |
LambdaInvokeOperation |
JobOperation.getLambdaInvoke()
Directs the specified job to invoke an AWS Lambda function on each object in the manifest.
|
LambdaInvokeOperation |
LambdaInvokeOperation.withFunctionArn(String functionArn)
The Amazon Resource Name (ARN) for the AWS Lambda function that the specified job will invoke for each object in
the manifest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobOperation.setLambdaInvoke(LambdaInvokeOperation lambdaInvoke)
Directs the specified job to invoke an AWS Lambda function on each object in the manifest.
|
JobOperation |
JobOperation.withLambdaInvoke(LambdaInvokeOperation lambdaInvoke)
Directs the specified job to invoke an AWS Lambda function on each object in the manifest.
|
Copyright © 2019. All rights reserved.