Uses of Class
software.amazon.awssdk.services.opensearch.model.DataSource
-
Packages that use DataSource Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of DataSource in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type DataSource Modifier and Type Method Description List<DataSource>CreateApplicationRequest. dataSources()Data sources to be associated with the OpenSearch Application.List<DataSource>CreateApplicationResponse. dataSources()Data sources associated with the created OpenSearch Application.List<DataSource>GetApplicationResponse. dataSources()Associated data sources to the checked OpenSearch Application.List<DataSource>UpdateApplicationRequest. dataSources()Data sources to be associated with the OpenSearch Application.List<DataSource>UpdateApplicationResponse. dataSources()Data sources associated with the updated OpenSearch Application.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type DataSource Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. dataSources(DataSource... dataSources)Data sources to be associated with the OpenSearch Application.CreateApplicationResponse.BuilderCreateApplicationResponse.Builder. dataSources(DataSource... dataSources)Data sources associated with the created OpenSearch Application.GetApplicationResponse.BuilderGetApplicationResponse.Builder. dataSources(DataSource... dataSources)Associated data sources to the checked OpenSearch Application.UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. dataSources(DataSource... dataSources)Data sources to be associated with the OpenSearch Application.UpdateApplicationResponse.BuilderUpdateApplicationResponse.Builder. dataSources(DataSource... dataSources)Data sources associated with the updated OpenSearch Application.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type DataSource Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. dataSources(Collection<DataSource> dataSources)Data sources to be associated with the OpenSearch Application.CreateApplicationResponse.BuilderCreateApplicationResponse.Builder. dataSources(Collection<DataSource> dataSources)Data sources associated with the created OpenSearch Application.GetApplicationResponse.BuilderGetApplicationResponse.Builder. dataSources(Collection<DataSource> dataSources)Associated data sources to the checked OpenSearch Application.UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. dataSources(Collection<DataSource> dataSources)Data sources to be associated with the OpenSearch Application.UpdateApplicationResponse.BuilderUpdateApplicationResponse.Builder. dataSources(Collection<DataSource> dataSources)Data sources associated with the updated OpenSearch Application.
-