| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaConfiguration |
LambdaConfiguration.clone() |
LambdaConfiguration |
Action.getLambdaConfiguration()
A configuration for an AWS Lambda channel.
|
LambdaConfiguration |
LambdaConfiguration.withLambdaArn(String lambdaArn)
The ARN of the Lambda function.
|
LambdaConfiguration |
LambdaConfiguration.withRoleArn(String roleArn)
The ARN of an IAM role that has permission to invoke the Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setLambdaConfiguration(LambdaConfiguration lambdaConfiguration)
A configuration for an AWS Lambda channel.
|
Action |
Action.withLambdaConfiguration(LambdaConfiguration lambdaConfiguration)
A configuration for an AWS Lambda channel.
|
Copyright © 2021. All rights reserved.