Uses of Class
software.amazon.awssdk.services.backup.model.RecoveryPointStatus
-
Packages that use RecoveryPointStatus Package Description software.amazon.awssdk.services.backup.model -
-
Uses of RecoveryPointStatus in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return RecoveryPointStatus Modifier and Type Method Description static RecoveryPointStatusRecoveryPointStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecoveryPointStatusDescribeRecoveryPointResponse. status()A status code specifying the state of the recovery point.RecoveryPointStatusRecoveryPointByBackupVault. status()A status code specifying the state of the recovery point.RecoveryPointStatusRecoveryPointByResource. status()A status code specifying the state of the recovery point.static RecoveryPointStatusRecoveryPointStatus. 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.Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type RecoveryPointStatus Modifier and Type Method Description static Set<RecoveryPointStatus>RecoveryPointStatus. knownValues()Methods in software.amazon.awssdk.services.backup.model with parameters of type RecoveryPointStatus Modifier and Type Method Description DescribeRecoveryPointResponse.BuilderDescribeRecoveryPointResponse.Builder. status(RecoveryPointStatus status)A status code specifying the state of the recovery point.RecoveryPointByBackupVault.BuilderRecoveryPointByBackupVault.Builder. status(RecoveryPointStatus status)A status code specifying the state of the recovery point.RecoveryPointByResource.BuilderRecoveryPointByResource.Builder. status(RecoveryPointStatus status)A status code specifying the state of the recovery point.
-