Uses of Class
com.oracle.bmc.database.model.CreateExternalDatabaseConnectorDetails.ConnectorType
-
Packages that use CreateExternalDatabaseConnectorDetails.ConnectorType Package Description com.oracle.bmc.database.model -
-
Uses of CreateExternalDatabaseConnectorDetails.ConnectorType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateExternalDatabaseConnectorDetails.ConnectorType Modifier and Type Method Description static CreateExternalDatabaseConnectorDetails.ConnectorType
CreateExternalDatabaseConnectorDetails.ConnectorType. create(String key)
static CreateExternalDatabaseConnectorDetails.ConnectorType
CreateExternalDatabaseConnectorDetails.ConnectorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateExternalDatabaseConnectorDetails.ConnectorType[]
CreateExternalDatabaseConnectorDetails.ConnectorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-