Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetQueryResultsRequest.Builder
Packages that use GetQueryResultsRequest.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 GetQueryResultsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type GetQueryResultsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetQueryResultsResponse>CloudWatchLogsAsyncClient.getQueryResults(Consumer<GetQueryResultsRequest.Builder> getQueryResultsRequest) Returns the results from the specified query.default GetQueryResultsResponseCloudWatchLogsClient.getQueryResults(Consumer<GetQueryResultsRequest.Builder> getQueryResultsRequest) Returns the results from the specified query. -
Uses of GetQueryResultsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetQueryResultsRequest.BuilderModifier and TypeMethodDescriptionGetQueryResultsRequest.builder()The maximum number of log events to return in the response.The token for the next set of items to return.GetQueryResultsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetQueryResultsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ID number of the query.GetQueryResultsRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type GetQueryResultsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetQueryResultsRequest.Builder>GetQueryResultsRequest.serializableBuilderClass()