| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
Action |
Action.clone() |
Action |
Alert.getAction()
Action that will be triggered when there is an alert.
|
Action |
CreateAlertRequest.getAction()
Action that will be triggered when there is an alert.
|
Action |
Action.withLambdaConfiguration(LambdaConfiguration lambdaConfiguration)
A configuration for an AWS Lambda channel.
|
Action |
Action.withSNSConfiguration(SNSConfiguration sNSConfiguration)
A configuration for an Amazon SNS channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Alert.setAction(Action action)
Action that will be triggered when there is an alert.
|
void |
CreateAlertRequest.setAction(Action action)
Action that will be triggered when there is an alert.
|
Alert |
Alert.withAction(Action action)
Action that will be triggered when there is an alert.
|
CreateAlertRequest |
CreateAlertRequest.withAction(Action action)
Action that will be triggered when there is an alert.
|
Copyright © 2022. All rights reserved.