Uses of Class
software.amazon.awssdk.services.backupsearch.model.SearchJobState
-
Packages that use SearchJobState Package Description software.amazon.awssdk.services.backupsearch.model -
-
Uses of SearchJobState in software.amazon.awssdk.services.backupsearch.model
Methods in software.amazon.awssdk.services.backupsearch.model that return SearchJobState Modifier and Type Method Description SearchJobStateListSearchJobsRequest. byStatus()Include this parameter to filter list by search job status.static SearchJobStateSearchJobState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SearchJobStateGetSearchJobResponse. status()The current status of the specified search job.SearchJobStateSearchJobBackupsResult. status()This is the status of the search job backup result.SearchJobStateSearchJobSummary. status()This is the status of the search job.static SearchJobStateSearchJobState. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchJobState[]SearchJobState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.backupsearch.model that return types with arguments of type SearchJobState Modifier and Type Method Description static Set<SearchJobState>SearchJobState. knownValues()Methods in software.amazon.awssdk.services.backupsearch.model with parameters of type SearchJobState Modifier and Type Method Description ListSearchJobsRequest.BuilderListSearchJobsRequest.Builder. byStatus(SearchJobState byStatus)Include this parameter to filter list by search job status.GetSearchJobResponse.BuilderGetSearchJobResponse.Builder. status(SearchJobState status)The current status of the specified search job.SearchJobBackupsResult.BuilderSearchJobBackupsResult.Builder. status(SearchJobState status)This is the status of the search job backup result.SearchJobSummary.BuilderSearchJobSummary.Builder. status(SearchJobState status)This is the status of the search job.
-