Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ScheduledQueryDestination
Packages that use ScheduledQueryDestination
-
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 ScheduledQueryDestinationModifier and TypeMethodDescriptionfinal List<ScheduledQueryDestination>TriggerHistoryRecord.destinations()Information about destination processing for this query execution.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type ScheduledQueryDestinationModifier and TypeMethodDescriptionTriggerHistoryRecord.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 ScheduledQueryDestinationModifier and TypeMethodDescriptionTriggerHistoryRecord.Builder.destinations(Collection<ScheduledQueryDestination> destinations) Information about destination processing for this query execution.