Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetScheduledQueryHistoryResponse
Packages that use GetScheduledQueryHistoryResponse
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 GetScheduledQueryHistoryResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetScheduledQueryHistoryResponseModifier and TypeMethodDescriptiondefault GetScheduledQueryHistoryResponseCloudWatchLogsClient.getScheduledQueryHistory(Consumer<GetScheduledQueryHistoryRequest.Builder> 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.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type GetScheduledQueryHistoryResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.getScheduledQueryHistory(Consumer<GetScheduledQueryHistoryRequest.Builder> getScheduledQueryHistoryRequest) Retrieves the execution history of a scheduled query within a specified time range, including query results and destination processing status.CloudWatchLogsAsyncClient.getScheduledQueryHistory(GetScheduledQueryHistoryRequest getScheduledQueryHistoryRequest) Retrieves the execution history of a scheduled query within a specified time range, including query results and destination processing status. -
Uses of GetScheduledQueryHistoryResponse in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type GetScheduledQueryHistoryResponseMethod parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type GetScheduledQueryHistoryResponseModifier and TypeMethodDescriptionvoidGetScheduledQueryHistoryPublisher.subscribe(org.reactivestreams.Subscriber<? super GetScheduledQueryHistoryResponse> subscriber)