Uses of Class
com.oracle.bmc.apmtraces.model.QueryResultWarning
-
Packages that use QueryResultWarning Package Description com.oracle.bmc.apmtraces.model -
-
Uses of QueryResultWarning in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return QueryResultWarning Modifier and Type Method Description QueryResultWarning
QueryResultWarning.Builder. build()
Methods in com.oracle.bmc.apmtraces.model that return types with arguments of type QueryResultWarning Modifier and Type Method Description List<QueryResultWarning>
QueryResultResponse. getQueryResultWarnings()
A structure that provides warnings, if any, along with the query results.Methods in com.oracle.bmc.apmtraces.model with parameters of type QueryResultWarning Modifier and Type Method Description QueryResultWarning.Builder
QueryResultWarning.Builder. copy(QueryResultWarning model)
Method parameters in com.oracle.bmc.apmtraces.model with type arguments of type QueryResultWarning Modifier and Type Method Description QueryResultResponse.Builder
QueryResultResponse.Builder. queryResultWarnings(List<QueryResultWarning> queryResultWarnings)
A structure that provides warnings, if any, along with the query results.
-