Uses of Class
software.amazon.awssdk.services.evidently.model.CloudWatchLogsDestination
-
Packages that use CloudWatchLogsDestination Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of CloudWatchLogsDestination in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return CloudWatchLogsDestination Modifier and Type Method Description CloudWatchLogsDestinationProjectDataDelivery. cloudWatchLogs()If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.Methods in software.amazon.awssdk.services.evidently.model with parameters of type CloudWatchLogsDestination Modifier and Type Method Description ProjectDataDelivery.BuilderProjectDataDelivery.Builder. cloudWatchLogs(CloudWatchLogsDestination cloudWatchLogs)If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
-