Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.TriggerHistoryRecord
-
Packages that use TriggerHistoryRecord Package Description software.amazon.awssdk.services.cloudwatchlogs.model software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of TriggerHistoryRecord in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type TriggerHistoryRecord Modifier and Type Method Description List<TriggerHistoryRecord>GetScheduledQueryHistoryResponse. triggerHistory()An array of execution history records for the scheduled query.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type TriggerHistoryRecord Modifier and Type Method Description GetScheduledQueryHistoryResponse.BuilderGetScheduledQueryHistoryResponse.Builder. triggerHistory(TriggerHistoryRecord... triggerHistory)An array of execution history records for the scheduled query.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type TriggerHistoryRecord Modifier and Type Method Description GetScheduledQueryHistoryResponse.BuilderGetScheduledQueryHistoryResponse.Builder. triggerHistory(Collection<TriggerHistoryRecord> triggerHistory)An array of execution history records for the scheduled query. -
Uses of TriggerHistoryRecord in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type TriggerHistoryRecord Modifier and Type Method Description SdkIterable<TriggerHistoryRecord>GetScheduledQueryHistoryIterable. triggerHistory()Returns an iterable to iterate through the paginatedGetScheduledQueryHistoryResponse.triggerHistory()member.SdkPublisher<TriggerHistoryRecord>GetScheduledQueryHistoryPublisher. triggerHistory()Returns a publisher that can be used to get a stream of data.
-