Uses of Enum
com.amazonaws.services.cloudsearchdomain.model.ContentType
Packages that use ContentType
-
Uses of ContentType in com.amazonaws.services.cloudsearchdomain.model
Subclasses with type arguments of type ContentType in com.amazonaws.services.cloudsearchdomain.modelMethods in com.amazonaws.services.cloudsearchdomain.model that return ContentTypeModifier and TypeMethodDescriptionstatic ContentTypeUse this in place of valueOf.static ContentTypeReturns 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 ContentTypeModifier and TypeMethodDescriptionvoidUploadDocumentsRequest.setContentType(ContentType contentType) The format of the batch you are uploading.UploadDocumentsRequest.withContentType(ContentType contentType) The format of the batch you are uploading.