Uses of Class
com.oracle.bmc.apmconfig.model.Namespace
-
Packages that use Namespace Package Description com.oracle.bmc.apmconfig.model -
-
Uses of Namespace in com.oracle.bmc.apmconfig.model
Methods in com.oracle.bmc.apmconfig.model that return Namespace Modifier and Type Method Description Namespace
Namespace.Builder. build()
Methods in com.oracle.bmc.apmconfig.model that return types with arguments of type Namespace Modifier and Type Method Description List<Namespace>
NamespaceCollection. getItems()
The list of available namespaces.Methods in com.oracle.bmc.apmconfig.model with parameters of type Namespace Modifier and Type Method Description Namespace.Builder
Namespace.Builder. copy(Namespace model)
Method parameters in com.oracle.bmc.apmconfig.model with type arguments of type Namespace Modifier and Type Method Description NamespaceCollection.Builder
NamespaceCollection.Builder. items(List<Namespace> items)
The list of available namespaces.Constructor parameters in com.oracle.bmc.apmconfig.model with type arguments of type Namespace Constructor Description NamespaceCollection(List<Namespace> items)
Deprecated.
-