Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetScheduledQueryHistoryRequest.Builder
Packages that use GetScheduledQueryHistoryRequest.Builder
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.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type GetScheduledQueryHistoryRequest.BuilderModifier 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.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.CloudWatchLogsAsyncClient.getScheduledQueryHistoryPaginator(Consumer<GetScheduledQueryHistoryRequest.Builder> getScheduledQueryHistoryRequest) default GetScheduledQueryHistoryIterableCloudWatchLogsClient.getScheduledQueryHistoryPaginator(Consumer<GetScheduledQueryHistoryRequest.Builder> getScheduledQueryHistoryRequest) -
Uses of GetScheduledQueryHistoryRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetScheduledQueryHistoryRequest.BuilderModifier and TypeMethodDescriptionGetScheduledQueryHistoryRequest.builder()The end time for the history query in Unix epoch format.GetScheduledQueryHistoryRequest.Builder.executionStatuses(Collection<ExecutionStatus> executionStatuses) An array of execution statuses to filter the history results.GetScheduledQueryHistoryRequest.Builder.executionStatuses(ExecutionStatus... executionStatuses) An array of execution statuses to filter the history results.GetScheduledQueryHistoryRequest.Builder.executionStatusesWithStrings(String... executionStatuses) An array of execution statuses to filter the history results.GetScheduledQueryHistoryRequest.Builder.executionStatusesWithStrings(Collection<String> executionStatuses) An array of execution statuses to filter the history results.GetScheduledQueryHistoryRequest.Builder.identifier(String identifier) The ARN or name of the scheduled query to retrieve history for.GetScheduledQueryHistoryRequest.Builder.maxResults(Integer maxResults) The maximum number of history records to return.Sets the value of the NextToken property for this object.GetScheduledQueryHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetScheduledQueryHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The start time for the history query in Unix epoch format.GetScheduledQueryHistoryRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type GetScheduledQueryHistoryRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetScheduledQueryHistoryRequest.Builder>GetScheduledQueryHistoryRequest.serializableBuilderClass()