Uses of Class
com.oracle.bmc.databasetools.model.DatabaseToolsIdentityStatus
- 
Packages that use DatabaseToolsIdentityStatus Package Description com.oracle.bmc.databasetools.model 
- 
- 
Uses of DatabaseToolsIdentityStatus in com.oracle.bmc.databasetools.modelMethods in com.oracle.bmc.databasetools.model that return DatabaseToolsIdentityStatus Modifier and Type Method Description static DatabaseToolsIdentityStatusDatabaseToolsIdentityStatus. create(String key)DatabaseToolsIdentityStatusValidationIdentityStatus. getStatus()The status of the identity.static DatabaseToolsIdentityStatusDatabaseToolsIdentityStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseToolsIdentityStatus[]DatabaseToolsIdentityStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasetools.model with parameters of type DatabaseToolsIdentityStatus Modifier and Type Method Description ValidationIdentityStatus.BuilderValidationIdentityStatus.Builder. status(DatabaseToolsIdentityStatus status)The status of the identity.Constructors in com.oracle.bmc.databasetools.model with parameters of type DatabaseToolsIdentityStatus Constructor Description ValidationIdentityStatus(IdentityType type, DatabaseToolsIdentityStatus status, String statusDetails)Deprecated.
 
-