Uses of Class
com.oracle.bmc.databasemanagement.model.TestPreferredCredentialStatus.Status
-
Packages that use TestPreferredCredentialStatus.Status Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of TestPreferredCredentialStatus.Status in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return TestPreferredCredentialStatus.Status Modifier and Type Method Description static TestPreferredCredentialStatus.Status
TestPreferredCredentialStatus.Status. create(String key)
TestPreferredCredentialStatus.Status
TestPreferredCredentialStatus. getStatus()
The status of the preferred credential test.static TestPreferredCredentialStatus.Status
TestPreferredCredentialStatus.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static TestPreferredCredentialStatus.Status[]
TestPreferredCredentialStatus.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 TestPreferredCredentialStatus.Status Modifier and Type Method Description TestPreferredCredentialStatus.Builder
TestPreferredCredentialStatus.Builder. status(TestPreferredCredentialStatus.Status status)
The status of the preferred credential test.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type TestPreferredCredentialStatus.Status Constructor Description TestPreferredCredentialStatus(TestPreferredCredentialStatus.Status status, String errorCode, String errorMessage)
Deprecated.
-