| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static RecoveryPointStatus |
RecoveryPointStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RecoveryPointStatus |
DescribeRecoveryPointResponse.status()
A status code specifying the state of the recovery point.
|
RecoveryPointStatus |
RecoveryPointByResource.status()
A status code specifying the state of the recovery point.
|
RecoveryPointStatus |
RecoveryPointByBackupVault.status()
A status code specifying the state of the recovery point.
|
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 |
|---|---|
static Set<RecoveryPointStatus> |
RecoveryPointStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRecoveryPointResponse.Builder |
DescribeRecoveryPointResponse.Builder.status(RecoveryPointStatus status)
A status code specifying the state of the recovery point.
|
RecoveryPointByResource.Builder |
RecoveryPointByResource.Builder.status(RecoveryPointStatus status)
A status code specifying the state of the recovery point.
|
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.status(RecoveryPointStatus status)
A status code specifying the state of the recovery point.
|
Copyright © 2023. All rights reserved.