Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Method and Description |
---|---|
static ObjectStatus |
ObjectStatus.create(String key) |
ObjectStatus |
OracleDatabaseObjectSummary.getObjectStatus()
Object status.
|
ObjectStatus |
MySqlDatabaseObjectSummary.getObjectStatus()
Object status.
|
static ObjectStatus |
ObjectStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectStatus[] |
ObjectStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OracleDatabaseObjectSummary.Builder |
OracleDatabaseObjectSummary.Builder.objectStatus(ObjectStatus objectStatus)
Object status.
|
MySqlDatabaseObjectSummary.Builder |
MySqlDatabaseObjectSummary.Builder.objectStatus(ObjectStatus objectStatus)
Object status.
|
Constructor and Description |
---|
MySqlDatabaseObjectSummary(ObjectStatus objectStatus,
String schema,
String objectName,
String type)
Deprecated.
|
OracleDatabaseObjectSummary(ObjectStatus objectStatus,
String owner,
String objectName,
String type,
Boolean isOmitExcludedTableFromReplication)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.