| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogsDestinationConfig |
CloudWatchLogsDestinationConfig.clone() |
CloudWatchLogsDestinationConfig |
UpdateProjectDataDeliveryRequest.getCloudWatchLogs()
A structure containing the CloudWatch Logs log group where you want to store evaluation events.
|
CloudWatchLogsDestinationConfig |
ProjectDataDeliveryConfig.getCloudWatchLogs()
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
|
CloudWatchLogsDestinationConfig |
CloudWatchLogsDestinationConfig.withLogGroup(String logGroup)
The name of the log group where the project stores evaluation events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateProjectDataDeliveryRequest.setCloudWatchLogs(CloudWatchLogsDestinationConfig cloudWatchLogs)
A structure containing the CloudWatch Logs log group where you want to store evaluation events.
|
void |
ProjectDataDeliveryConfig.setCloudWatchLogs(CloudWatchLogsDestinationConfig cloudWatchLogs)
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
|
UpdateProjectDataDeliveryRequest |
UpdateProjectDataDeliveryRequest.withCloudWatchLogs(CloudWatchLogsDestinationConfig cloudWatchLogs)
A structure containing the CloudWatch Logs log group where you want to store evaluation events.
|
ProjectDataDeliveryConfig |
ProjectDataDeliveryConfig.withCloudWatchLogs(CloudWatchLogsDestinationConfig cloudWatchLogs)
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
|
Copyright © 2022. All rights reserved.