Uses of Class
com.amazonaws.services.cloudsearchv2.model.DateArrayOptions
-
Packages that use DateArrayOptions Package Description com.amazonaws.services.cloudsearchv2.model -
-
Uses of DateArrayOptions in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return DateArrayOptions Modifier and Type Method Description DateArrayOptionsDateArrayOptions. clone()DateArrayOptionsIndexField. getDateArrayOptions()DateArrayOptionsDateArrayOptions. withDefaultValue(String defaultValue)A value to use for the field if the field isn't specified for a document.DateArrayOptionsDateArrayOptions. withFacetEnabled(Boolean facetEnabled)Whether facet information can be returned for the field.DateArrayOptionsDateArrayOptions. withReturnEnabled(Boolean returnEnabled)Whether the contents of the field can be returned in the search results.DateArrayOptionsDateArrayOptions. withSearchEnabled(Boolean searchEnabled)Whether the contents of the field are searchable.DateArrayOptionsDateArrayOptions. withSourceFields(String sourceFields)A list of source fields to map to the field.Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type DateArrayOptions Modifier and Type Method Description voidIndexField. setDateArrayOptions(DateArrayOptions dateArrayOptions)IndexFieldIndexField. withDateArrayOptions(DateArrayOptions dateArrayOptions)
-