Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ScheduledQueryDestination
-
Packages that use ScheduledQueryDestination Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of ScheduledQueryDestination in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ScheduledQueryDestination Modifier and Type Method Description List<ScheduledQueryDestination>TriggerHistoryRecord. destinations()Information about destination processing for this query execution.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type ScheduledQueryDestination Modifier and Type Method Description TriggerHistoryRecord.BuilderTriggerHistoryRecord.Builder. destinations(ScheduledQueryDestination... destinations)Information about destination processing for this query execution.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type ScheduledQueryDestination Modifier and Type Method Description TriggerHistoryRecord.BuilderTriggerHistoryRecord.Builder. destinations(Collection<ScheduledQueryDestination> destinations)Information about destination processing for this query execution.
-