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 ContentTypeContentType. fromValue(String value)Use this in place of valueOf.static ContentTypeContentType. 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 voidUploadDocumentsRequest. setContentType(ContentType contentType)The format of the batch you are uploading.UploadDocumentsRequestUploadDocumentsRequest. withContentType(ContentType contentType)The format of the batch you are uploading.
-