Uses of Class
software.amazon.awssdk.services.kendra.model.DataSourceSyncJobStatus
-
Packages that use DataSourceSyncJobStatus Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of DataSourceSyncJobStatus in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return DataSourceSyncJobStatus Modifier and Type Method Description static DataSourceSyncJobStatusDataSourceSyncJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataSourceSyncJobStatusDataSourceSyncJob. status()The execution status of the synchronization job.DataSourceSyncJobStatusListDataSourceSyncJobsRequest. statusFilter()Only returns synchronization jobs with theStatusfield equal to the specified status.static DataSourceSyncJobStatusDataSourceSyncJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSourceSyncJobStatus[]DataSourceSyncJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type DataSourceSyncJobStatus Modifier and Type Method Description static Set<DataSourceSyncJobStatus>DataSourceSyncJobStatus. knownValues()Methods in software.amazon.awssdk.services.kendra.model with parameters of type DataSourceSyncJobStatus Modifier and Type Method Description DataSourceSyncJob.BuilderDataSourceSyncJob.Builder. status(DataSourceSyncJobStatus status)The execution status of the synchronization job.ListDataSourceSyncJobsRequest.BuilderListDataSourceSyncJobsRequest.Builder. statusFilter(DataSourceSyncJobStatus statusFilter)Only returns synchronization jobs with theStatusfield equal to the specified status.
-