Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static UpdateHistoryEntry.UpdateAction |
UpdateHistoryEntry.UpdateAction.create(String key) |
UpdateHistoryEntry.UpdateAction |
UpdateHistoryEntry.getUpdateAction()
The update action.
|
static UpdateHistoryEntry.UpdateAction |
UpdateHistoryEntry.UpdateAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateHistoryEntry.UpdateAction[] |
UpdateHistoryEntry.UpdateAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateHistoryEntry.Builder |
UpdateHistoryEntry.Builder.updateAction(UpdateHistoryEntry.UpdateAction updateAction)
The update action.
|
Constructor and Description |
---|
UpdateHistoryEntry(String id,
String updateId,
UpdateHistoryEntry.UpdateAction updateAction,
UpdateHistoryEntry.UpdateType updateType,
UpdateHistoryEntry.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeStarted,
Date timeCompleted)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.