Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.TriggerHistoryRecord
Packages that use TriggerHistoryRecord
Package
Description
-
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 TriggerHistoryRecordModifier and TypeMethodDescriptionfinal 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 TriggerHistoryRecordModifier and TypeMethodDescriptionGetScheduledQueryHistoryResponse.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 TriggerHistoryRecordModifier and TypeMethodDescriptionGetScheduledQueryHistoryResponse.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 TriggerHistoryRecordModifier and TypeMethodDescriptionfinal SdkIterable<TriggerHistoryRecord>GetScheduledQueryHistoryIterable.triggerHistory()Returns an iterable to iterate through the paginatedGetScheduledQueryHistoryResponse.triggerHistory()member.final SdkPublisher<TriggerHistoryRecord>GetScheduledQueryHistoryPublisher.triggerHistory()Returns a publisher that can be used to get a stream of data.