| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceSyncJobStatus |
DataSourceSyncJobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DataSourceSyncJobStatus |
DataSourceSyncJob.status()
The execution status of the synchronization job.
|
DataSourceSyncJobStatus |
ListDataSourceSyncJobsRequest.statusFilter()
When specified, only returns synchronization jobs with the
Status field equal to the specified
status. |
static DataSourceSyncJobStatus |
DataSourceSyncJobStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DataSourceSyncJobStatus> |
DataSourceSyncJobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceSyncJob.Builder |
DataSourceSyncJob.Builder.status(DataSourceSyncJobStatus status)
The execution status of the synchronization job.
|
ListDataSourceSyncJobsRequest.Builder |
ListDataSourceSyncJobsRequest.Builder.statusFilter(DataSourceSyncJobStatus statusFilter)
When specified, only returns synchronization jobs with the
Status field equal to the specified
status. |
Copyright © 2021. All rights reserved.