| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaInvokeOperation |
LambdaInvokeOperation.addUserArgumentsEntry(String key,
String value)
Add a single UserArguments entry
|
LambdaInvokeOperation |
LambdaInvokeOperation.clearUserArgumentsEntries()
Removes all the entries added into UserArguments.
|
LambdaInvokeOperation |
LambdaInvokeOperation.clone() |
LambdaInvokeOperation |
JobOperation.getLambdaInvoke()
Directs the specified job to invoke an Lambda function on every object in the manifest.
|
LambdaInvokeOperation |
LambdaInvokeOperation.withFunctionArn(String functionArn)
The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the
manifest.
|
LambdaInvokeOperation |
LambdaInvokeOperation.withInvocationSchemaVersion(String invocationSchemaVersion)
Specifies the schema version for the payload that Batch Operations sends when invoking an Lambda function.
|
LambdaInvokeOperation |
LambdaInvokeOperation.withUserArguments(Map<String,String> userArguments)
Key-value pairs that are passed in the payload that Batch Operations sends when invoking an Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobOperation.setLambdaInvoke(LambdaInvokeOperation lambdaInvoke)
Directs the specified job to invoke an Lambda function on every object in the manifest.
|
JobOperation |
JobOperation.withLambdaInvoke(LambdaInvokeOperation lambdaInvoke)
Directs the specified job to invoke an Lambda function on every object in the manifest.
|
Copyright © 2023. All rights reserved.