Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ResultField
-
Packages that use ResultField Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
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 ResultField Modifier and Type Method Description 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 ResultField Modifier and Type Method Description GetQueryResultsResponse.BuilderGetQueryResultsResponse.Builder. results(Collection<? extends Collection<ResultField>> results)The log events that matched the query criteria during the most recent time it ran.
-