Uses of Class
software.amazon.awssdk.services.geoplaces.model.FilterCircle
-
Packages that use FilterCircle Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of FilterCircle in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return FilterCircle Modifier and Type Method Description FilterCircleAutocompleteFilter. circle()Returns the value of the Circle property for this object.FilterCircleSearchTextFilter. circle()Returns the value of the Circle property for this object.FilterCircleSuggestFilter. circle()Returns the value of the Circle property for this object.Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type FilterCircle Modifier and Type Method Description AutocompleteFilter.BuilderAutocompleteFilter.Builder. circle(FilterCircle circle)Sets the value of the Circle property for this object.SearchTextFilter.BuilderSearchTextFilter.Builder. circle(FilterCircle circle)Sets the value of the Circle property for this object.SuggestFilter.BuilderSuggestFilter.Builder. circle(FilterCircle circle)Sets the value of the Circle property for this object.
-