Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.StartQueryRequest.Builder
Packages that use StartQueryRequest.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 StartQueryRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type StartQueryRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<StartQueryResponse>CloudWatchLogsAsyncClient.startQuery(Consumer<StartQueryRequest.Builder> startQueryRequest) Starts a query of one or more log groups or data sources using CloudWatch Logs Insights.default StartQueryResponseCloudWatchLogsClient.startQuery(Consumer<StartQueryRequest.Builder> startQueryRequest) Starts a query of one or more log groups or data sources 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.BuilderModifier and TypeMethodDescriptionstatic StartQueryRequest.BuilderStartQueryRequest.builder()The end of the time range to query.The maximum number of log events to return in the query.StartQueryRequest.Builder.logGroupIdentifiers(String... logGroupIdentifiers) The list of log groups to query.StartQueryRequest.Builder.logGroupIdentifiers(Collection<String> logGroupIdentifiers) The list of log groups to query.StartQueryRequest.Builder.logGroupName(String logGroupName) The log group on which to perform the query.StartQueryRequest.Builder.logGroupNames(String... logGroupNames) The list of log groups to be queried.StartQueryRequest.Builder.logGroupNames(Collection<String> logGroupNames) The list of log groups to be queried.StartQueryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartQueryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartQueryRequest.Builder.queryLanguage(String queryLanguage) Specify the query language to use for this query.StartQueryRequest.Builder.queryLanguage(QueryLanguage queryLanguage) Specify the query language to use for this query.StartQueryRequest.Builder.queryString(String queryString) The query string to use.The beginning of the time range to query.StartQueryRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type StartQueryRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartQueryRequest.Builder>StartQueryRequest.serializableBuilderClass()