| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
DataSourceDetails |
DataSourceDetails.clone() |
DataSourceDetails |
DataSourceDetails.withDataSourceType(DataSourceType dataSourceType)
The type of data source.
|
DataSourceDetails |
DataSourceDetails.withDescription(String description)
A description of the data source.
|
DataSourceDetails |
DataSourceDetails.withName(String name)
The name of the data source.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceDetails> |
ListDataSourcesResult.getDataSources()
A list of data sources associated with specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataSourcesResult |
ListDataSourcesResult.withDataSources(DataSourceDetails... dataSources)
A list of data sources associated with specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataSourcesResult.setDataSources(Collection<DataSourceDetails> dataSources)
A list of data sources associated with specified domain.
|
ListDataSourcesResult |
ListDataSourcesResult.withDataSources(Collection<DataSourceDetails> dataSources)
A list of data sources associated with specified domain.
|
Copyright © 2024. All rights reserved.