Uses of Class
software.amazon.awssdk.services.opensearch.model.DataSourceDetails
-
Packages that use DataSourceDetails Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of DataSourceDetails in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type DataSourceDetails Modifier and Type Method Description List<DataSourceDetails>ListDataSourcesResponse. dataSources()A list of data sources associated with specified domain.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type DataSourceDetails Modifier and Type Method Description ListDataSourcesResponse.BuilderListDataSourcesResponse.Builder. dataSources(DataSourceDetails... dataSources)A list of data sources associated with specified domain.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type DataSourceDetails Modifier and Type Method Description ListDataSourcesResponse.BuilderListDataSourcesResponse.Builder. dataSources(Collection<DataSourceDetails> dataSources)A list of data sources associated with specified domain.
-