Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IndexDocumentsResult |
AmazonCloudSearch.indexDocuments(IndexDocumentsRequest indexDocumentsRequest)
Tells the search domain to start indexing its documents using the
latest indexing options.
|
IndexDocumentsResult |
AmazonCloudSearchClient.indexDocuments(IndexDocumentsRequest indexDocumentsRequest)
Tells the search domain to start indexing its documents using the
latest indexing options.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IndexDocumentsRequest |
IndexDocumentsRequest.withDomainName(String domainName)
A string that represents the name of a domain.
|
Copyright © 2014. All rights reserved.