Uses of Class
com.amazonaws.services.cloudsearchv2.model.IndexDocumentsResult
Packages that use IndexDocumentsResult
-
Uses of IndexDocumentsResult in com.amazonaws.services.cloudsearchv2
Methods in com.amazonaws.services.cloudsearchv2 that return IndexDocumentsResultModifier and TypeMethodDescriptionAbstractAmazonCloudSearch.indexDocuments
(IndexDocumentsRequest request) AmazonCloudSearch.indexDocuments
(IndexDocumentsRequest indexDocumentsRequest) Tells the search domain to start indexing its documents using the latest indexing options.AmazonCloudSearchClient.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 IndexDocumentsResultModifier and TypeMethodDescriptionAbstractAmazonCloudSearchAsync.indexDocumentsAsync
(IndexDocumentsRequest request) AbstractAmazonCloudSearchAsync.indexDocumentsAsync
(IndexDocumentsRequest request, AsyncHandler<IndexDocumentsRequest, IndexDocumentsResult> asyncHandler) AmazonCloudSearchAsync.indexDocumentsAsync
(IndexDocumentsRequest indexDocumentsRequest) Tells the search domain to start indexing its documents using the latest indexing options.AmazonCloudSearchAsync.indexDocumentsAsync
(IndexDocumentsRequest indexDocumentsRequest, AsyncHandler<IndexDocumentsRequest, IndexDocumentsResult> asyncHandler) Tells the search domain to start indexing its documents using the latest indexing options.AmazonCloudSearchAsyncClient.indexDocumentsAsync
(IndexDocumentsRequest request) AmazonCloudSearchAsyncClient.indexDocumentsAsync
(IndexDocumentsRequest request, AsyncHandler<IndexDocumentsRequest, IndexDocumentsResult> asyncHandler) Method parameters in com.amazonaws.services.cloudsearchv2 with type arguments of type IndexDocumentsResultModifier and TypeMethodDescriptionAbstractAmazonCloudSearchAsync.indexDocumentsAsync
(IndexDocumentsRequest request, AsyncHandler<IndexDocumentsRequest, IndexDocumentsResult> asyncHandler) AmazonCloudSearchAsync.indexDocumentsAsync
(IndexDocumentsRequest indexDocumentsRequest, AsyncHandler<IndexDocumentsRequest, IndexDocumentsResult> asyncHandler) Tells the search domain to start indexing its documents using the latest indexing options.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 IndexDocumentsResultModifier and TypeMethodDescriptionIndexDocumentsResult.clone()
IndexDocumentsResult.withFieldNames
(String... fieldNames) The names of the fields that are currently being indexed.IndexDocumentsResult.withFieldNames
(Collection<String> fieldNames) The names of the fields that are currently being indexed.