Uses of Class
software.amazon.awssdk.services.opensearch.model.AddDataSourceResponse
-
Packages that use AddDataSourceResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of AddDataSourceResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return AddDataSourceResponse Modifier and Type Method Description default AddDataSourceResponse
OpenSearchClient. addDataSource(Consumer<AddDataSourceRequest.Builder> addDataSourceRequest)
Creates a new direct-query data source to the specified domain.default AddDataSourceResponse
OpenSearchClient. addDataSource(AddDataSourceRequest addDataSourceRequest)
Creates a new direct-query data source to the specified domain.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type AddDataSourceResponse Modifier and Type Method Description default CompletableFuture<AddDataSourceResponse>
OpenSearchAsyncClient. addDataSource(Consumer<AddDataSourceRequest.Builder> addDataSourceRequest)
Creates a new direct-query data source to the specified domain.default CompletableFuture<AddDataSourceResponse>
OpenSearchAsyncClient. addDataSource(AddDataSourceRequest addDataSourceRequest)
Creates a new direct-query data source to the specified domain.
-