Package | Description |
---|---|
com.oracle.bmc.psql.model |
Modifier and Type | Method and Description |
---|---|
static BackupCopyStatusDetails.State |
BackupCopyStatusDetails.State.create(String key) |
BackupCopyStatusDetails.State |
BackupCopyStatusDetails.getState()
Copy States
|
static BackupCopyStatusDetails.State |
BackupCopyStatusDetails.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupCopyStatusDetails.State[] |
BackupCopyStatusDetails.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BackupCopyStatusDetails.Builder |
BackupCopyStatusDetails.Builder.state(BackupCopyStatusDetails.State state)
Copy States
|
Constructor and Description |
---|
BackupCopyStatusDetails(BackupCopyStatusDetails.State state,
String stateDetails,
String backupId,
String region)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.