AI-generated Key Takeaways
-
PutDocumentsRequest encapsulates a request to index documents into an AppSearchClient database.
-
It includes methods to retrieve lists of GenericDocument objects that are part of the request, including those containing taken action metrics.
-
A Builder class is available for constructing PutDocumentsRequest objects.
Encapsulates a request to index documents into an AppSearchClient
database.
Nested Class Summary
| class | PutDocumentsRequest.Builder | Builder for PutDocumentsRequest
objects. |
|
Public Method Summary
| List<GenericDocument> |
getGenericDocuments()
Returns a list of
GenericDocument
objects that are part of this request.
|
| List<GenericDocument> |
getTakenActionGenericDocuments()
Returns a list of
GenericDocument
objects containing taken action metrics that are part of this request.
|
Inherited Method Summary
Public Methods
public List<GenericDocument> getGenericDocuments ()
Returns a list of GenericDocument
objects that are part of this request.
public List<GenericDocument> getTakenActionGenericDocuments ()
Returns a list of GenericDocument
objects containing taken action metrics that are part of this request.
See
PutDocumentsRequest.Builder.addTakenActionGenericDocuments(GenericDocument).