Uses of Class
com.oracle.bmc.databasemanagement.model.TestNamedCredentialStatus.Status
-
Packages that use TestNamedCredentialStatus.Status Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of TestNamedCredentialStatus.Status in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return TestNamedCredentialStatus.Status Modifier and Type Method Description static TestNamedCredentialStatus.Status
TestNamedCredentialStatus.Status. create(String key)
TestNamedCredentialStatus.Status
TestNamedCredentialStatus. getStatus()
The status of the named credential test.static TestNamedCredentialStatus.Status
TestNamedCredentialStatus.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static TestNamedCredentialStatus.Status[]
TestNamedCredentialStatus.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type TestNamedCredentialStatus.Status Modifier and Type Method Description TestNamedCredentialStatus.Builder
TestNamedCredentialStatus.Builder. status(TestNamedCredentialStatus.Status status)
The status of the named credential test.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type TestNamedCredentialStatus.Status Constructor Description TestNamedCredentialStatus(TestNamedCredentialStatus.Status status, String errorCode, String errorMessage)
Deprecated.
-