| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearch |
|
| Modifier and Type | Method and Description |
|---|---|
default IndexDocumentsResponse |
CloudSearchClient.indexDocuments(Consumer<IndexDocumentsRequest.Builder> indexDocumentsRequest)
Tells the search domain to start indexing its documents using the latest indexing options.
|
default IndexDocumentsResponse |
CloudSearchClient.indexDocuments(IndexDocumentsRequest indexDocumentsRequest)
Tells the search domain to start indexing its documents using the latest indexing options.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.