Uses of Class
com.amazonaws.services.cloudsearchdomain.model.ContentType
-
Packages that use ContentType Package Description com.amazonaws.services.cloudsearchdomain.model -
-
Uses of ContentType in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return ContentType Modifier and Type Method Description static ContentType
ContentType. fromValue(String value)
Use this in place of valueOf.static ContentType
ContentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContentType[]
ContentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudsearchdomain.model with parameters of type ContentType Modifier and Type Method Description void
UploadDocumentsRequest. setContentType(ContentType contentType)
The format of the batch you are uploading.UploadDocumentsRequest
UploadDocumentsRequest. withContentType(ContentType contentType)
The format of the batch you are uploading.
-