Uses of Class
software.amazon.awssdk.services.cloudsearch.model.IndexDocumentsResponse
-
Packages that use IndexDocumentsResponse Package Description software.amazon.awssdk.services.cloudsearch Amazon CloudSearch Configuration Service -
-
Uses of IndexDocumentsResponse in software.amazon.awssdk.services.cloudsearch
Methods in software.amazon.awssdk.services.cloudsearch that return IndexDocumentsResponse Modifier and Type Method Description default IndexDocumentsResponseCloudSearchClient. indexDocuments(Consumer<IndexDocumentsRequest.Builder> indexDocumentsRequest)Tells the search domain to start indexing its documents using the latest indexing options.default IndexDocumentsResponseCloudSearchClient. indexDocuments(IndexDocumentsRequest indexDocumentsRequest)Tells the search domain to start indexing its documents using the latest indexing options.Methods in software.amazon.awssdk.services.cloudsearch that return types with arguments of type IndexDocumentsResponse Modifier and Type Method Description default CompletableFuture<IndexDocumentsResponse>CloudSearchAsyncClient. indexDocuments(Consumer<IndexDocumentsRequest.Builder> indexDocumentsRequest)Tells the search domain to start indexing its documents using the latest indexing options.default CompletableFuture<IndexDocumentsResponse>CloudSearchAsyncClient. indexDocuments(IndexDocumentsRequest indexDocumentsRequest)Tells the search domain to start indexing its documents using the latest indexing options.
-