Uses of Class
com.oracle.bmc.usageapi.model.QueryCollection
-
Packages that use QueryCollection Package Description com.oracle.bmc.usageapi.model com.oracle.bmc.usageapi.responses -
-
Uses of QueryCollection in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return QueryCollection Modifier and Type Method Description QueryCollection
QueryCollection.Builder. build()
Methods in com.oracle.bmc.usageapi.model with parameters of type QueryCollection Modifier and Type Method Description QueryCollection.Builder
QueryCollection.Builder. copy(QueryCollection model)
-
Uses of QueryCollection in com.oracle.bmc.usageapi.responses
Methods in com.oracle.bmc.usageapi.responses that return QueryCollection Modifier and Type Method Description QueryCollection
ListQueriesResponse. getQueryCollection()
The returned QueryCollection instance.Methods in com.oracle.bmc.usageapi.responses with parameters of type QueryCollection Modifier and Type Method Description ListQueriesResponse.Builder
ListQueriesResponse.Builder. queryCollection(QueryCollection queryCollection)
The returned QueryCollection instance.
-