Uses of Class
software.amazon.awssdk.services.evidently.model.CloudWatchLogsDestinationConfig
-
Packages that use CloudWatchLogsDestinationConfig Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of CloudWatchLogsDestinationConfig in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return CloudWatchLogsDestinationConfig Modifier and Type Method Description CloudWatchLogsDestinationConfigProjectDataDeliveryConfig. cloudWatchLogs()If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.CloudWatchLogsDestinationConfigUpdateProjectDataDeliveryRequest. cloudWatchLogs()A structure containing the CloudWatch Logs log group where you want to store evaluation events.Methods in software.amazon.awssdk.services.evidently.model with parameters of type CloudWatchLogsDestinationConfig Modifier and Type Method Description ProjectDataDeliveryConfig.BuilderProjectDataDeliveryConfig.Builder. cloudWatchLogs(CloudWatchLogsDestinationConfig cloudWatchLogs)If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.UpdateProjectDataDeliveryRequest.BuilderUpdateProjectDataDeliveryRequest.Builder. cloudWatchLogs(CloudWatchLogsDestinationConfig cloudWatchLogs)A structure containing the CloudWatch Logs log group where you want to store evaluation events.
-