| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
SNSConfiguration |
SNSConfiguration.clone() |
SNSConfiguration |
Action.getSNSConfiguration()
A configuration for an Amazon SNS channel.
|
SNSConfiguration |
SNSConfiguration.withRoleArn(String roleArn)
The ARN of the IAM role that has access to the target SNS topic.
|
SNSConfiguration |
SNSConfiguration.withSnsFormat(SnsFormat snsFormat)
The format of the SNS topic.
|
SNSConfiguration |
SNSConfiguration.withSnsFormat(String snsFormat)
The format of the SNS topic.
|
SNSConfiguration |
SNSConfiguration.withSnsTopicArn(String snsTopicArn)
The ARN of the target SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setSNSConfiguration(SNSConfiguration sNSConfiguration)
A configuration for an Amazon SNS channel.
|
Action |
Action.withSNSConfiguration(SNSConfiguration sNSConfiguration)
A configuration for an Amazon SNS channel.
|
Copyright © 2023. All rights reserved.