Uses of Class
com.amazonaws.services.cloudsearchv2.model.IndexDocumentsRequest

Packages that use IndexDocumentsRequest
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 IndexDocumentsRequest in com.amazonaws.services.cloudsearchv2
 

Methods in com.amazonaws.services.cloudsearchv2 with parameters of type IndexDocumentsRequest
 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.
 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 IndexDocumentsRequest
 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 IndexDocumentsRequest in com.amazonaws.services.cloudsearchv2.model
 

Methods in com.amazonaws.services.cloudsearchv2.model that return IndexDocumentsRequest
 IndexDocumentsRequest IndexDocumentsRequest.withDomainName(String domainName)
          A string that represents the name of a domain.
 



Copyright © 2016. All rights reserved.