|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexDocumentsResult | |
---|---|
com.amazonaws.services.cloudsearchv2 | Synchronous and asynchronous client classes for accessing AmazonCloudSearchv2. |
com.amazonaws.services.cloudsearchv2.model | Classes modeling the various types represented by AmazonCloudSearchv2. |
Uses of IndexDocumentsResult in com.amazonaws.services.cloudsearchv2 |
---|
Methods in com.amazonaws.services.cloudsearchv2 that return IndexDocumentsResult | |
---|---|
IndexDocumentsResult |
AmazonCloudSearchClient.indexDocuments(IndexDocumentsRequest indexDocumentsRequest)
Tells the search domain to start indexing its documents using the latest indexing options. |
IndexDocumentsResult |
AmazonCloudSearch.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 | |
---|---|
Future<IndexDocumentsResult> |
AmazonCloudSearchAsyncClient.indexDocumentsAsync(IndexDocumentsRequest indexDocumentsRequest)
Tells the search domain to start indexing its documents using the latest indexing options. |
Future<IndexDocumentsResult> |
AmazonCloudSearchAsync.indexDocumentsAsync(IndexDocumentsRequest indexDocumentsRequest)
Tells the search domain to start indexing its documents using the latest indexing options. |
Future<IndexDocumentsResult> |
AmazonCloudSearchAsyncClient.indexDocumentsAsync(IndexDocumentsRequest indexDocumentsRequest,
AsyncHandler<IndexDocumentsRequest,IndexDocumentsResult> asyncHandler)
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. |
Method parameters in com.amazonaws.services.cloudsearchv2 with type arguments of type IndexDocumentsResult | |
---|---|
Future<IndexDocumentsResult> |
AmazonCloudSearchAsyncClient.indexDocumentsAsync(IndexDocumentsRequest indexDocumentsRequest,
AsyncHandler<IndexDocumentsRequest,IndexDocumentsResult> asyncHandler)
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. |
Uses of IndexDocumentsResult in com.amazonaws.services.cloudsearchv2.model |
---|
Methods in com.amazonaws.services.cloudsearchv2.model that return IndexDocumentsResult | |
---|---|
IndexDocumentsResult |
IndexDocumentsResult.withFieldNames(Collection<String> fieldNames)
The names of the fields that are currently being indexed. |
IndexDocumentsResult |
IndexDocumentsResult.withFieldNames(String... fieldNames)
The names of the fields that are currently being indexed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |