Uses of Class
software.amazon.awssdk.services.backup.model.RestoreDeletionStatus
-
Packages that use RestoreDeletionStatus Package Description software.amazon.awssdk.services.backup.model -
-
Uses of RestoreDeletionStatus in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return RestoreDeletionStatus Modifier and Type Method Description RestoreDeletionStatusDescribeRestoreJobResponse. deletionStatus()This notes the status of the data generated by the restore test.RestoreDeletionStatusRestoreJobsListMember. deletionStatus()This notes the status of the data generated by the restore test.static RestoreDeletionStatusRestoreDeletionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RestoreDeletionStatusRestoreDeletionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RestoreDeletionStatus[]RestoreDeletionStatus. 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 RestoreDeletionStatus Modifier and Type Method Description static Set<RestoreDeletionStatus>RestoreDeletionStatus. knownValues()Methods in software.amazon.awssdk.services.backup.model with parameters of type RestoreDeletionStatus Modifier and Type Method Description DescribeRestoreJobResponse.BuilderDescribeRestoreJobResponse.Builder. deletionStatus(RestoreDeletionStatus deletionStatus)This notes the status of the data generated by the restore test.RestoreJobsListMember.BuilderRestoreJobsListMember.Builder. deletionStatus(RestoreDeletionStatus deletionStatus)This notes the status of the data generated by the restore test.
-