| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static RecoveryPointStatus |
RecoveryPointStatus.fromValue(String value)
Use this in place of valueOf.
|
static RecoveryPointStatus |
RecoveryPointStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecoveryPointStatus[] |
RecoveryPointStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withStatus(RecoveryPointStatus status)
A status code specifying the state of the recovery point.
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withStatus(RecoveryPointStatus status)
A status code specifying the state of the recovery point.
|
RecoveryPointByResource |
RecoveryPointByResource.withStatus(RecoveryPointStatus status)
A status code specifying the state of the recovery point.
|
Copyright © 2021. All rights reserved.