Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetScheduledQueryHistoryRequest
-
Packages that use GetScheduledQueryHistoryRequest 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 software.amazon.awssdk.services.cloudwatchlogs.transform -
-
Uses of GetScheduledQueryHistoryRequest in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs with parameters of type GetScheduledQueryHistoryRequest Modifier and Type Method Description 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.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.default GetScheduledQueryHistoryPublisherCloudWatchLogsAsyncClient. 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 GetScheduledQueryHistoryRequest Constructor Description GetScheduledQueryHistoryIterable(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 GetScheduledQueryHistoryRequest Modifier and Type Method Description SdkHttpFullRequestGetScheduledQueryHistoryRequestMarshaller. marshall(GetScheduledQueryHistoryRequest getScheduledQueryHistoryRequest)
-