Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetScheduledQueryHistoryRequest
Packages that use GetScheduledQueryHistoryRequest
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of GetScheduledQueryHistoryRequest in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs with parameters of type GetScheduledQueryHistoryRequestModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.getScheduledQueryHistory(GetScheduledQueryHistoryRequest getScheduledQueryHistoryRequest) Retrieves the execution history of a scheduled query within a specified time range, including query results and destination processing status.default GetScheduledQueryHistoryResponseCloudWatchLogsClient.getScheduledQueryHistory(GetScheduledQueryHistoryRequest getScheduledQueryHistoryRequest) Retrieves the execution history of a scheduled query within a specified time range, including query results and destination processing status.CloudWatchLogsAsyncClient.getScheduledQueryHistoryPaginator(GetScheduledQueryHistoryRequest getScheduledQueryHistoryRequest) default GetScheduledQueryHistoryIterableCloudWatchLogsClient.getScheduledQueryHistoryPaginator(GetScheduledQueryHistoryRequest getScheduledQueryHistoryRequest) -
Uses of GetScheduledQueryHistoryRequest in software.amazon.awssdk.services.cloudwatchlogs.paginators
Constructors in software.amazon.awssdk.services.cloudwatchlogs.paginators with parameters of type GetScheduledQueryHistoryRequestModifierConstructorDescriptionGetScheduledQueryHistoryIterable(CloudWatchLogsClient client, GetScheduledQueryHistoryRequest firstRequest) GetScheduledQueryHistoryPublisher(CloudWatchLogsAsyncClient client, GetScheduledQueryHistoryRequest firstRequest) -
Uses of GetScheduledQueryHistoryRequest in software.amazon.awssdk.services.cloudwatchlogs.transform
Methods in software.amazon.awssdk.services.cloudwatchlogs.transform with parameters of type GetScheduledQueryHistoryRequestModifier and TypeMethodDescriptionGetScheduledQueryHistoryRequestMarshaller.marshall(GetScheduledQueryHistoryRequest getScheduledQueryHistoryRequest)