Uses of Class
software.amazon.awssdk.services.backup.model.RestoreValidationStatus
-
Packages that use RestoreValidationStatus Package Description software.amazon.awssdk.services.backup.model -
-
Uses of RestoreValidationStatus in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return RestoreValidationStatus Modifier and Type Method Description static RestoreValidationStatusRestoreValidationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RestoreValidationStatusDescribeRestoreJobResponse. validationStatus()This is the status of validation run on the indicated restore job.RestoreValidationStatusPutRestoreValidationResultRequest. validationStatus()This is the status of your restore validation.RestoreValidationStatusRestoreJobsListMember. validationStatus()This is the status of validation run on the indicated restore job.static RestoreValidationStatusRestoreValidationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RestoreValidationStatus[]RestoreValidationStatus. 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 RestoreValidationStatus Modifier and Type Method Description static Set<RestoreValidationStatus>RestoreValidationStatus. knownValues()Methods in software.amazon.awssdk.services.backup.model with parameters of type RestoreValidationStatus Modifier and Type Method Description DescribeRestoreJobResponse.BuilderDescribeRestoreJobResponse.Builder. validationStatus(RestoreValidationStatus validationStatus)This is the status of validation run on the indicated restore job.PutRestoreValidationResultRequest.BuilderPutRestoreValidationResultRequest.Builder. validationStatus(RestoreValidationStatus validationStatus)This is the status of your restore validation.RestoreJobsListMember.BuilderRestoreJobsListMember.Builder. validationStatus(RestoreValidationStatus validationStatus)This is the status of validation run on the indicated restore job.
-