Uses of Class
com.oracle.bmc.ocicontrolcenter.model.NamespaceSummary
-
Packages that use NamespaceSummary Package Description com.oracle.bmc.ocicontrolcenter com.oracle.bmc.ocicontrolcenter.model -
-
Uses of NamespaceSummary in com.oracle.bmc.ocicontrolcenter
Methods in com.oracle.bmc.ocicontrolcenter that return types with arguments of type NamespaceSummary Modifier and Type Method Description Iterable<NamespaceSummary>
OccMetricsPaginators. listNamespacesRecordIterator(ListNamespacesRequest request)
Creates a new iterable which will iterate over theNamespaceSummary
objects contained in responses from the listNamespaces operation. -
Uses of NamespaceSummary in com.oracle.bmc.ocicontrolcenter.model
Methods in com.oracle.bmc.ocicontrolcenter.model that return NamespaceSummary Modifier and Type Method Description NamespaceSummary
NamespaceSummary.Builder. build()
Methods in com.oracle.bmc.ocicontrolcenter.model that return types with arguments of type NamespaceSummary Modifier and Type Method Description List<NamespaceSummary>
NamespaceCollection. getItems()
An array of NamespaceSummary objects.Methods in com.oracle.bmc.ocicontrolcenter.model with parameters of type NamespaceSummary Modifier and Type Method Description NamespaceSummary.Builder
NamespaceSummary.Builder. copy(NamespaceSummary model)
Method parameters in com.oracle.bmc.ocicontrolcenter.model with type arguments of type NamespaceSummary Modifier and Type Method Description NamespaceCollection.Builder
NamespaceCollection.Builder. items(List<NamespaceSummary> items)
An array of NamespaceSummary objects.Constructor parameters in com.oracle.bmc.ocicontrolcenter.model with type arguments of type NamespaceSummary Constructor Description NamespaceCollection(List<NamespaceSummary> items)
Deprecated.
-