Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ResultField
Packages that use ResultField
-
Uses of ResultField in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ResultFieldModifier and TypeMethodDescriptionfinal List<List<ResultField>>GetQueryResultsResponse.results()The log events that matched the query criteria during the most recent time it ran.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type ResultFieldModifier and TypeMethodDescriptionGetQueryResultsResponse.Builder.results(Collection<? extends Collection<ResultField>> results) The log events that matched the query criteria during the most recent time it ran.