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 LatLonOptionsLatLonOptions. clone()LatLonOptionsIndexField. getLatLonOptions()LatLonOptionsLatLonOptions. withDefaultValue(String defaultValue)A value to use for the field if the field isn't specified for a document.LatLonOptionsLatLonOptions. withFacetEnabled(Boolean facetEnabled)Whether facet information can be returned for the field.LatLonOptionsLatLonOptions. withReturnEnabled(Boolean returnEnabled)Whether the contents of the field can be returned in the search results.LatLonOptionsLatLonOptions. withSearchEnabled(Boolean searchEnabled)Whether the contents of the field are searchable.LatLonOptionsLatLonOptions. withSortEnabled(Boolean sortEnabled)Whether the field can be used to sort the search results.LatLonOptionsLatLonOptions. withSourceField(String sourceField)Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type LatLonOptions Modifier and Type Method Description voidIndexField. setLatLonOptions(LatLonOptions latLonOptions)IndexFieldIndexField. withLatLonOptions(LatLonOptions latLonOptions)
-