Uses of Class
com.oracle.bmc.usageapi.model.QuerySummary
-
Packages that use QuerySummary Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.model -
-
Uses of QuerySummary in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi that return types with arguments of type QuerySummary Modifier and Type Method Description Iterable<QuerySummary>
UsageapiPaginators. listQueriesRecordIterator(ListQueriesRequest request)
Creates a new iterable which will iterate over theQuerySummary
objects contained in responses from the listQueries operation. -
Uses of QuerySummary in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return QuerySummary Modifier and Type Method Description QuerySummary
QuerySummary.Builder. build()
Methods in com.oracle.bmc.usageapi.model that return types with arguments of type QuerySummary Modifier and Type Method Description List<QuerySummary>
QueryCollection. getItems()
Query list.Methods in com.oracle.bmc.usageapi.model with parameters of type QuerySummary Modifier and Type Method Description QuerySummary.Builder
QuerySummary.Builder. copy(QuerySummary model)
Method parameters in com.oracle.bmc.usageapi.model with type arguments of type QuerySummary Modifier and Type Method Description QueryCollection.Builder
QueryCollection.Builder. items(List<QuerySummary> items)
Query list.Constructor parameters in com.oracle.bmc.usageapi.model with type arguments of type QuerySummary Constructor Description QueryCollection(List<QuerySummary> items)
Deprecated.
-