Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.StartQueryRequest.Builder
-
Packages that use StartQueryRequest.Builder 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.model -
-
Uses of StartQueryRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type StartQueryRequest.Builder Modifier and Type Method Description default CompletableFuture<StartQueryResponse>CloudWatchLogsAsyncClient. startQuery(Consumer<StartQueryRequest.Builder> startQueryRequest)Schedules a query of a log group using CloudWatch Logs Insights.default StartQueryResponseCloudWatchLogsClient. startQuery(Consumer<StartQueryRequest.Builder> startQueryRequest)Schedules a query of a log group using CloudWatch Logs Insights. -
Uses of StartQueryRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return StartQueryRequest.Builder Modifier and Type Method Description static StartQueryRequest.BuilderStartQueryRequest. builder()StartQueryRequest.BuilderStartQueryRequest.Builder. endTime(Long endTime)The end of the time range to query.StartQueryRequest.BuilderStartQueryRequest.Builder. limit(Integer limit)The maximum number of log events to return in the query.StartQueryRequest.BuilderStartQueryRequest.Builder. logGroupIdentifiers(String... logGroupIdentifiers)The list of log groups to query.StartQueryRequest.BuilderStartQueryRequest.Builder. logGroupIdentifiers(Collection<String> logGroupIdentifiers)The list of log groups to query.StartQueryRequest.BuilderStartQueryRequest.Builder. logGroupName(String logGroupName)The log group on which to perform the query.StartQueryRequest.BuilderStartQueryRequest.Builder. logGroupNames(String... logGroupNames)The list of log groups to be queried.StartQueryRequest.BuilderStartQueryRequest.Builder. logGroupNames(Collection<String> logGroupNames)The list of log groups to be queried.StartQueryRequest.BuilderStartQueryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartQueryRequest.BuilderStartQueryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartQueryRequest.BuilderStartQueryRequest.Builder. queryString(String queryString)The query string to use.StartQueryRequest.BuilderStartQueryRequest.Builder. startTime(Long startTime)The beginning of the time range to query.StartQueryRequest.BuilderStartQueryRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type StartQueryRequest.Builder Modifier and Type Method Description static Class<? extends StartQueryRequest.Builder>StartQueryRequest. serializableBuilderClass()
-