Java com.amazonaws.services.cloudsearchdomain.model UploadDocumentsRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cloudsearchdomain.model UploadDocumentsRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cloudsearchdomain.model UploadDocumentsRequest.

The text is from its open source code.

Constructor

Method

voidsetContentLength(Long contentLength)
voidsetContentType(String contentType)

The format of the batch you are uploading.

voidsetContentType(ContentType contentType)

The format of the batch you are uploading.

voidsetDocuments(java.io.InputStream documents)

A batch of documents formatted in JSON or HTML.

UploadDocumentsRequestwithDocuments(java.io.InputStream documents)

A batch of documents formatted in JSON or HTML.