Uses of Class
com.amazonaws.services.cloudsearchv2.model.IntOptions
-
Packages that use IntOptions Package Description com.amazonaws.services.cloudsearchv2.model -
-
Uses of IntOptions in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return IntOptions Modifier and Type Method Description IntOptionsIntOptions. clone()IntOptionsIndexField. getIntOptions()IntOptionsIntOptions. withDefaultValue(Long defaultValue)A value to use for the field if the field isn't specified for a document.IntOptionsIntOptions. withFacetEnabled(Boolean facetEnabled)Whether facet information can be returned for the field.IntOptionsIntOptions. withReturnEnabled(Boolean returnEnabled)Whether the contents of the field can be returned in the search results.IntOptionsIntOptions. withSearchEnabled(Boolean searchEnabled)Whether the contents of the field are searchable.IntOptionsIntOptions. withSortEnabled(Boolean sortEnabled)Whether the field can be used to sort the search results.IntOptionsIntOptions. withSourceField(String sourceField)The name of the source field to map to the field.Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type IntOptions Modifier and Type Method Description voidIndexField. setIntOptions(IntOptions intOptions)IndexFieldIndexField. withIntOptions(IntOptions intOptions)
-