Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetScheduledQueryHistoryResponse
-
Packages that use GetScheduledQueryHistoryResponse Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources.software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of GetScheduledQueryHistoryResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetScheduledQueryHistoryResponse Modifier and Type Method Description default 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 GetScheduledQueryHistoryResponse Modifier and Type Method Description default CompletableFuture<GetScheduledQueryHistoryResponse>CloudWatchLogsAsyncClient. 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 CompletableFuture<GetScheduledQueryHistoryResponse>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 GetScheduledQueryHistoryResponse Modifier and Type Method Description Iterator<GetScheduledQueryHistoryResponse>GetScheduledQueryHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type GetScheduledQueryHistoryResponse Modifier and Type Method Description voidGetScheduledQueryHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super GetScheduledQueryHistoryResponse> subscriber)
-