Uses of Class
software.amazon.awssdk.services.timestreamquery.model.QueryStatus
-
Packages that use QueryStatus Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of QueryStatus in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return QueryStatus Modifier and Type Method Description QueryStatusQueryResponse. queryStatus()Information about the status of the query, including progress and bytes scanned.Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type QueryStatus Modifier and Type Method Description QueryResponse.BuilderQueryResponse.Builder. queryStatus(QueryStatus queryStatus)Information about the status of the query, including progress and bytes scanned.
-