Uses of Class
com.amazonaws.services.cloudsearchv2.model.LatLonOptions
-
Packages that use LatLonOptions Package Description com.amazonaws.services.cloudsearchv2.model -
-
Uses of LatLonOptions in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return LatLonOptions Modifier and Type Method Description LatLonOptions
LatLonOptions. clone()
LatLonOptions
IndexField. getLatLonOptions()
LatLonOptions
LatLonOptions. withDefaultValue(String defaultValue)
A value to use for the field if the field isn't specified for a document.LatLonOptions
LatLonOptions. withFacetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.LatLonOptions
LatLonOptions. withReturnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.LatLonOptions
LatLonOptions. withSearchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.LatLonOptions
LatLonOptions. withSortEnabled(Boolean sortEnabled)
Whether the field can be used to sort the search results.LatLonOptions
LatLonOptions. withSourceField(String sourceField)
Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type LatLonOptions Modifier and Type Method Description void
IndexField. setLatLonOptions(LatLonOptions latLonOptions)
IndexField
IndexField. withLatLonOptions(LatLonOptions latLonOptions)
-