Uses of Class
software.amazon.awssdk.services.backup.model.RestoreJobState
-
Packages that use RestoreJobState Package Description software.amazon.awssdk.services.backup.model -
-
Uses of RestoreJobState in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return RestoreJobState Modifier and Type Method Description static RestoreJobStateRestoreJobState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RestoreJobStateListRestoreJobSummariesRequest. state()This parameter returns the job count for jobs with the specified state.RestoreJobStateRestoreJobSummary. state()This value is job count for jobs with the specified state.static RestoreJobStateRestoreJobState. valueOf(String name)Returns the enum constant of this type with the specified name.static RestoreJobState[]RestoreJobState. 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 RestoreJobState Modifier and Type Method Description static Set<RestoreJobState>RestoreJobState. knownValues()Methods in software.amazon.awssdk.services.backup.model with parameters of type RestoreJobState Modifier and Type Method Description ListRestoreJobSummariesRequest.BuilderListRestoreJobSummariesRequest.Builder. state(RestoreJobState state)This parameter returns the job count for jobs with the specified state.RestoreJobSummary.BuilderRestoreJobSummary.Builder. state(RestoreJobState state)This value is job count for jobs with the specified state.
-