Uses of Class
com.amazonaws.services.cloudsearchv2.model.IndexDocumentsResult
-
Packages that use IndexDocumentsResult Package Description com.amazonaws.services.cloudsearchv2 com.amazonaws.services.cloudsearchv2.model -
-
Uses of IndexDocumentsResult in com.amazonaws.services.cloudsearchv2
Methods in com.amazonaws.services.cloudsearchv2 that return IndexDocumentsResult Modifier and Type Method Description IndexDocumentsResultAbstractAmazonCloudSearch. indexDocuments(IndexDocumentsRequest request)IndexDocumentsResultAmazonCloudSearch. indexDocuments(IndexDocumentsRequest indexDocumentsRequest)Tells the search domain to start indexing its documents using the latest indexing options.IndexDocumentsResultAmazonCloudSearchClient. indexDocuments(IndexDocumentsRequest indexDocumentsRequest)Tells the search domain to start indexing its documents using the latest indexing options.Methods in com.amazonaws.services.cloudsearchv2 that return types with arguments of type IndexDocumentsResult Modifier and Type Method Description Future<IndexDocumentsResult>AbstractAmazonCloudSearchAsync. indexDocumentsAsync(IndexDocumentsRequest request)Future<IndexDocumentsResult>AbstractAmazonCloudSearchAsync. indexDocumentsAsync(IndexDocumentsRequest request, AsyncHandler<IndexDocumentsRequest,IndexDocumentsResult> asyncHandler)Future<IndexDocumentsResult>AmazonCloudSearchAsync. indexDocumentsAsync(IndexDocumentsRequest indexDocumentsRequest)Tells the search domain to start indexing its documents using the latest indexing options.Future<IndexDocumentsResult>AmazonCloudSearchAsync. indexDocumentsAsync(IndexDocumentsRequest indexDocumentsRequest, AsyncHandler<IndexDocumentsRequest,IndexDocumentsResult> asyncHandler)Tells the search domain to start indexing its documents using the latest indexing options.Future<IndexDocumentsResult>AmazonCloudSearchAsyncClient. indexDocumentsAsync(IndexDocumentsRequest request)Future<IndexDocumentsResult>AmazonCloudSearchAsyncClient. indexDocumentsAsync(IndexDocumentsRequest request, AsyncHandler<IndexDocumentsRequest,IndexDocumentsResult> asyncHandler)Method parameters in com.amazonaws.services.cloudsearchv2 with type arguments of type IndexDocumentsResult Modifier and Type Method Description Future<IndexDocumentsResult>AbstractAmazonCloudSearchAsync. indexDocumentsAsync(IndexDocumentsRequest request, AsyncHandler<IndexDocumentsRequest,IndexDocumentsResult> asyncHandler)Future<IndexDocumentsResult>AmazonCloudSearchAsync. indexDocumentsAsync(IndexDocumentsRequest indexDocumentsRequest, AsyncHandler<IndexDocumentsRequest,IndexDocumentsResult> asyncHandler)Tells the search domain to start indexing its documents using the latest indexing options.Future<IndexDocumentsResult>AmazonCloudSearchAsyncClient. indexDocumentsAsync(IndexDocumentsRequest request, AsyncHandler<IndexDocumentsRequest,IndexDocumentsResult> asyncHandler) -
Uses of IndexDocumentsResult in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return IndexDocumentsResult Modifier and Type Method Description IndexDocumentsResultIndexDocumentsResult. clone()IndexDocumentsResultIndexDocumentsResult. withFieldNames(String... fieldNames)The names of the fields that are currently being indexed.IndexDocumentsResultIndexDocumentsResult. withFieldNames(Collection<String> fieldNames)The names of the fields that are currently being indexed.
-