Uses of Class
software.amazon.awssdk.services.iot.model.GeoLocationTarget
-
Packages that use GeoLocationTarget Package Description software.amazon.awssdk.services.iot.model -
-
Uses of GeoLocationTarget in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type GeoLocationTarget Modifier and Type Method Description List<GeoLocationTarget>IndexingFilter. geoLocations()The list of geolocation targets that you select to index.Methods in software.amazon.awssdk.services.iot.model with parameters of type GeoLocationTarget Modifier and Type Method Description IndexingFilter.BuilderIndexingFilter.Builder. geoLocations(GeoLocationTarget... geoLocations)The list of geolocation targets that you select to index.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type GeoLocationTarget Modifier and Type Method Description IndexingFilter.BuilderIndexingFilter.Builder. geoLocations(Collection<GeoLocationTarget> geoLocations)The list of geolocation targets that you select to index.
-