Uses of Class
com.oracle.bmc.loganalytics.model.NamespaceSummary
-
Packages that use NamespaceSummary Package Description com.oracle.bmc.loganalytics.model -
-
Uses of NamespaceSummary in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return NamespaceSummary Modifier and Type Method Description NamespaceSummary
NamespaceSummary.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type NamespaceSummary Modifier and Type Method Description List<NamespaceSummary>
NamespaceCollection. getItems()
There is at most one item in the items array.Methods in com.oracle.bmc.loganalytics.model with parameters of type NamespaceSummary Modifier and Type Method Description NamespaceSummary.Builder
NamespaceSummary.Builder. copy(NamespaceSummary model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type NamespaceSummary Modifier and Type Method Description NamespaceCollection.Builder
NamespaceCollection.Builder. items(List<NamespaceSummary> items)
There is at most one item in the items array.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type NamespaceSummary Constructor Description NamespaceCollection(List<NamespaceSummary> items)
Deprecated.
-