Uses of Class
software.amazon.awssdk.services.backup.model.RestoreJobStatus
-
Packages that use RestoreJobStatus Package Description software.amazon.awssdk.services.backup.model -
-
Uses of RestoreJobStatus in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return RestoreJobStatus Modifier and Type Method Description RestoreJobStatusListRestoreJobsByProtectedResourceRequest. byStatus()Returns only restore jobs associated with the specified job status.RestoreJobStatusListRestoreJobsRequest. byStatus()Returns only restore jobs associated with the specified job status.static RestoreJobStatusRestoreJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RestoreJobStatusDescribeRestoreJobResponse. status()Status code specifying the state of the job that is initiated by Backup to restore a recovery point.RestoreJobStatusRestoreJobsListMember. status()A status code specifying the state of the job initiated by Backup to restore a recovery point.static RestoreJobStatusRestoreJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RestoreJobStatus[]RestoreJobStatus. 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 RestoreJobStatus Modifier and Type Method Description static Set<RestoreJobStatus>RestoreJobStatus. knownValues()Methods in software.amazon.awssdk.services.backup.model with parameters of type RestoreJobStatus Modifier and Type Method Description ListRestoreJobsByProtectedResourceRequest.BuilderListRestoreJobsByProtectedResourceRequest.Builder. byStatus(RestoreJobStatus byStatus)Returns only restore jobs associated with the specified job status.ListRestoreJobsRequest.BuilderListRestoreJobsRequest.Builder. byStatus(RestoreJobStatus byStatus)Returns only restore jobs associated with the specified job status.DescribeRestoreJobResponse.BuilderDescribeRestoreJobResponse.Builder. status(RestoreJobStatus status)Status code specifying the state of the job that is initiated by Backup to restore a recovery point.RestoreJobsListMember.BuilderRestoreJobsListMember.Builder. status(RestoreJobStatus status)A status code specifying the state of the job initiated by Backup to restore a recovery point.
-