| Package | Description |
|---|---|
| com.oracle.bmc.databasemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ChildDatabase |
ChildDatabase.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<ChildDatabase> |
ManagedDatabaseGroup.getManagedDatabases()
A list of Managed Databases in the Managed Database Group.
|
| Modifier and Type | Method and Description |
|---|---|
ChildDatabase.Builder |
ChildDatabase.Builder.copy(ChildDatabase o) |
| Modifier and Type | Method and Description |
|---|---|
ManagedDatabaseGroup.Builder |
ManagedDatabaseGroup.Builder.managedDatabases(List<ChildDatabase> managedDatabases) |
| Constructor and Description |
|---|
ManagedDatabaseGroup(String name,
String id,
String compartmentId,
String description,
List<ChildDatabase> managedDatabases,
LifecycleStates lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.