| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceStatus |
DataSourceStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DataSourceStatus |
DataSourceSummary.status()
The status of the data source.
|
DataSourceStatus |
DescribeDataSourceResponse.status()
The current status of the data source connector.
|
static DataSourceStatus |
DataSourceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceStatus[] |
DataSourceStatus.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<DataSourceStatus> |
DataSourceStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceSummary.Builder |
DataSourceSummary.Builder.status(DataSourceStatus status)
The status of the data source.
|
DescribeDataSourceResponse.Builder |
DescribeDataSourceResponse.Builder.status(DataSourceStatus status)
The current status of the data source connector.
|
Copyright © 2023. All rights reserved.