| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
CloudwatchLogsAction |
CloudwatchLogsAction.clone() |
CloudwatchLogsAction |
Action.getCloudwatchLogs()
Send data to CloudWatch Logs.
|
CloudwatchLogsAction |
CloudwatchLogsAction.withBatchMode(Boolean batchMode)
Indicates whether batches of log records will be extracted and uploaded into CloudWatch.
|
CloudwatchLogsAction |
CloudwatchLogsAction.withLogGroupName(String logGroupName)
The CloudWatch log group to which the action sends data.
|
CloudwatchLogsAction |
CloudwatchLogsAction.withRoleArn(String roleArn)
The IAM role that allows access to the CloudWatch log.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setCloudwatchLogs(CloudwatchLogsAction cloudwatchLogs)
Send data to CloudWatch Logs.
|
Action |
Action.withCloudwatchLogs(CloudwatchLogsAction cloudwatchLogs)
Send data to CloudWatch Logs.
|
Copyright © 2025. All rights reserved.