| Package | Description |
|---|---|
| com.oracle.bmc.databasemanagement | |
| com.oracle.bmc.databasemanagement.model | |
| com.oracle.bmc.databasemanagement.requests |
| Modifier and Type | Method and Description |
|---|---|
com.oracle.bmc.waiter.Waiter<GetManagedDatabaseGroupRequest,GetManagedDatabaseGroupResponse> |
DbManagementWaiters.forManagedDatabaseGroup(GetManagedDatabaseGroupRequest request,
LifecycleStates... targetStates)
Creates a new
Waiter using the default configuration. |
com.oracle.bmc.waiter.Waiter<GetManagedDatabaseGroupRequest,GetManagedDatabaseGroupResponse> |
DbManagementWaiters.forManagedDatabaseGroup(GetManagedDatabaseGroupRequest request,
LifecycleStates targetState,
com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
com.oracle.bmc.waiter.DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
com.oracle.bmc.waiter.Waiter<GetManagedDatabaseGroupRequest,GetManagedDatabaseGroupResponse> |
DbManagementWaiters.forManagedDatabaseGroup(GetManagedDatabaseGroupRequest request,
com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
com.oracle.bmc.waiter.DelayStrategy delayStrategy,
LifecycleStates... targetStates)
Creates a new
Waiter using the provided configuration. |
| Modifier and Type | Method and Description |
|---|---|
static LifecycleStates |
LifecycleStates.create(String key) |
LifecycleStates |
ManagedDatabaseGroupSummary.getLifecycleState()
The current lifecycle state of the Managed Database Group.
|
LifecycleStates |
ManagedDatabaseGroup.getLifecycleState()
The current lifecycle state of the Managed Database Group.
|
static LifecycleStates |
LifecycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleStates[] |
LifecycleStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedDatabaseGroupSummary.Builder |
ManagedDatabaseGroupSummary.Builder.lifecycleState(LifecycleStates lifecycleState) |
ManagedDatabaseGroup.Builder |
ManagedDatabaseGroup.Builder.lifecycleState(LifecycleStates lifecycleState) |
| Constructor and Description |
|---|
ManagedDatabaseGroup(String name,
String id,
String compartmentId,
String description,
List<ChildDatabase> managedDatabases,
LifecycleStates lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
ManagedDatabaseGroupSummary(String name,
String id,
String compartmentId,
String description,
Integer managedDatabaseCount,
LifecycleStates lifecycleState,
Date timeCreated)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleStates |
ListManagedDatabaseGroupsRequest.getLifecycleState()
The lifecycle state of a resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListManagedDatabaseGroupsRequest.Builder |
ListManagedDatabaseGroupsRequest.Builder.lifecycleState(LifecycleStates lifecycleState)
The lifecycle state of a resource.
|
Copyright © 2016–2021. All rights reserved.