Uses of Class
com.oracle.bmc.database.model.OperationsInsightsConfig.OperationsInsightsStatus
-
Packages that use OperationsInsightsConfig.OperationsInsightsStatus Package Description com.oracle.bmc.database.model -
-
Uses of OperationsInsightsConfig.OperationsInsightsStatus in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return OperationsInsightsConfig.OperationsInsightsStatus Modifier and Type Method Description static OperationsInsightsConfig.OperationsInsightsStatus
OperationsInsightsConfig.OperationsInsightsStatus. create(String key)
OperationsInsightsConfig.OperationsInsightsStatus
OperationsInsightsConfig. getOperationsInsightsStatus()
The status of Operations Insightsstatic OperationsInsightsConfig.OperationsInsightsStatus
OperationsInsightsConfig.OperationsInsightsStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperationsInsightsConfig.OperationsInsightsStatus[]
OperationsInsightsConfig.OperationsInsightsStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type OperationsInsightsConfig.OperationsInsightsStatus Modifier and Type Method Description OperationsInsightsConfig.Builder
OperationsInsightsConfig.Builder. operationsInsightsStatus(OperationsInsightsConfig.OperationsInsightsStatus operationsInsightsStatus)
The status of Operations InsightsConstructors in com.oracle.bmc.database.model with parameters of type OperationsInsightsConfig.OperationsInsightsStatus Constructor Description OperationsInsightsConfig(OperationsInsightsConfig.OperationsInsightsStatus operationsInsightsStatus, String operationsInsightsConnectorId)
Deprecated.
-