Uses of Class
com.oracle.bmc.opensearch.model.BackupState
-
Packages that use BackupState Package Description com.oracle.bmc.opensearch.model -
-
Uses of BackupState in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return BackupState Modifier and Type Method Description static BackupState
BackupState. create(String key)
BackupState
BackupEventDetails. getBackupState()
The result of the cluster backup operation.static BackupState
BackupState. valueOf(String name)
Returns the enum constant of this type with the specified name.static BackupState[]
BackupState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opensearch.model with parameters of type BackupState Modifier and Type Method Description BackupEventDetails.Builder
BackupEventDetails.Builder. backupState(BackupState backupState)
The result of the cluster backup operation.Constructors in com.oracle.bmc.opensearch.model with parameters of type BackupState Constructor Description BackupEventDetails(String clusterId, BackupState backupState, String snapshotName, Date timeStarted, Date timeEnded, Double backupSize)
Deprecated.
-