Uses of Class
com.oracle.bmc.sch.model.MonitoringSourceSelectedNamespace
-
Packages that use MonitoringSourceSelectedNamespace Package Description com.oracle.bmc.sch.model -
-
Uses of MonitoringSourceSelectedNamespace in com.oracle.bmc.sch.model
Methods in com.oracle.bmc.sch.model that return MonitoringSourceSelectedNamespace Modifier and Type Method Description MonitoringSourceSelectedNamespace
MonitoringSourceSelectedNamespace.Builder. build()
Methods in com.oracle.bmc.sch.model that return types with arguments of type MonitoringSourceSelectedNamespace Modifier and Type Method Description List<MonitoringSourceSelectedNamespace>
MonitoringSourceSelectedNamespaceDetails. getNamespaces()
The namespaces for the compartment-specific list.Methods in com.oracle.bmc.sch.model with parameters of type MonitoringSourceSelectedNamespace Modifier and Type Method Description MonitoringSourceSelectedNamespace.Builder
MonitoringSourceSelectedNamespace.Builder. copy(MonitoringSourceSelectedNamespace model)
Method parameters in com.oracle.bmc.sch.model with type arguments of type MonitoringSourceSelectedNamespace Modifier and Type Method Description MonitoringSourceSelectedNamespaceDetails.Builder
MonitoringSourceSelectedNamespaceDetails.Builder. namespaces(List<MonitoringSourceSelectedNamespace> namespaces)
The namespaces for the compartment-specific list.Constructor parameters in com.oracle.bmc.sch.model with type arguments of type MonitoringSourceSelectedNamespace Constructor Description MonitoringSourceSelectedNamespaceDetails(List<MonitoringSourceSelectedNamespace> namespaces)
Deprecated.
-