Uses of Class
com.oracle.bmc.databasetools.model.ValidationIdentityStatus
-
Packages that use ValidationIdentityStatus Package Description com.oracle.bmc.databasetools.model -
-
Uses of ValidationIdentityStatus in com.oracle.bmc.databasetools.model
Methods in com.oracle.bmc.databasetools.model that return ValidationIdentityStatus Modifier and Type Method Description ValidationIdentityStatusValidationIdentityStatus.Builder. build()Methods in com.oracle.bmc.databasetools.model that return types with arguments of type ValidationIdentityStatus Modifier and Type Method Description List<ValidationIdentityStatus>ValidateDatabaseToolsConnectionOracleDatabaseResult. getDatabaseToolsIdentityStatuses()Status on whether a Database Tools identity type can be used with this connection or not.Methods in com.oracle.bmc.databasetools.model with parameters of type ValidationIdentityStatus Modifier and Type Method Description ValidationIdentityStatus.BuilderValidationIdentityStatus.Builder. copy(ValidationIdentityStatus model)Method parameters in com.oracle.bmc.databasetools.model with type arguments of type ValidationIdentityStatus Modifier and Type Method Description ValidateDatabaseToolsConnectionOracleDatabaseResult.BuilderValidateDatabaseToolsConnectionOracleDatabaseResult.Builder. databaseToolsIdentityStatuses(List<ValidationIdentityStatus> databaseToolsIdentityStatuses)Status on whether a Database Tools identity type can be used with this connection or not.Constructor parameters in com.oracle.bmc.databasetools.model with type arguments of type ValidationIdentityStatus Constructor Description ValidateDatabaseToolsConnectionOracleDatabaseResult(String code, String message, String cause, String action, String databaseName, String databaseVersion, DbmsCloudStatus dbmsCloudStatus, String cloudService, List<ValidationIdentityStatus> databaseToolsIdentityStatuses)Deprecated.
-