Uses of Class
software.amazon.awssdk.services.backupsearch.model.ExportJobStatus
-
Packages that use ExportJobStatus Package Description software.amazon.awssdk.services.backupsearch.model -
-
Uses of ExportJobStatus in software.amazon.awssdk.services.backupsearch.model
Methods in software.amazon.awssdk.services.backupsearch.model that return ExportJobStatus Modifier and Type Method Description static ExportJobStatusExportJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExportJobStatusExportJobSummary. status()The status of the export job is one of the following:ExportJobStatusGetSearchResultExportJobResponse. status()This is the current status of the export job.ExportJobStatusListSearchResultExportJobsRequest. status()The search jobs to be included in the export job can be filtered by including this parameter.static ExportJobStatusExportJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ExportJobStatus[]ExportJobStatus. 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 ExportJobStatus Modifier and Type Method Description static Set<ExportJobStatus>ExportJobStatus. knownValues()Methods in software.amazon.awssdk.services.backupsearch.model with parameters of type ExportJobStatus Modifier and Type Method Description ExportJobSummary.BuilderExportJobSummary.Builder. status(ExportJobStatus status)The status of the export job is one of the following:GetSearchResultExportJobResponse.BuilderGetSearchResultExportJobResponse.Builder. status(ExportJobStatus status)This is the current status of the export job.ListSearchResultExportJobsRequest.BuilderListSearchResultExportJobsRequest.Builder. status(ExportJobStatus status)The search jobs to be included in the export job can be filtered by including this parameter.
-