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