Uses of Class
software.amazon.awssdk.services.cloudsearch.model.IndexDocumentsRequest
-
Packages that use IndexDocumentsRequest Package Description software.amazon.awssdk.services.cloudsearch Amazon CloudSearch Configuration Service software.amazon.awssdk.services.cloudsearch.transform -
-
Uses of IndexDocumentsRequest in software.amazon.awssdk.services.cloudsearch
Methods in software.amazon.awssdk.services.cloudsearch with parameters of type IndexDocumentsRequest Modifier and Type Method Description default CompletableFuture<IndexDocumentsResponse>CloudSearchAsyncClient. indexDocuments(IndexDocumentsRequest 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. -
Uses of IndexDocumentsRequest in software.amazon.awssdk.services.cloudsearch.transform
Methods in software.amazon.awssdk.services.cloudsearch.transform with parameters of type IndexDocumentsRequest Modifier and Type Method Description SdkHttpFullRequestIndexDocumentsRequestMarshaller. marshall(IndexDocumentsRequest indexDocumentsRequest)
-