Uses of Class
software.amazon.awssdk.services.location.model.ListGeofencesResponse
-
Packages that use ListGeofencesResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.paginators -
-
Uses of ListGeofencesResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return ListGeofencesResponse Modifier and Type Method Description default ListGeofencesResponseLocationClient. listGeofences(Consumer<ListGeofencesRequest.Builder> listGeofencesRequest)Lists geofences stored in a given geofence collection.default ListGeofencesResponseLocationClient. listGeofences(ListGeofencesRequest listGeofencesRequest)Lists geofences stored in a given geofence collection.Methods in software.amazon.awssdk.services.location that return types with arguments of type ListGeofencesResponse Modifier and Type Method Description default CompletableFuture<ListGeofencesResponse>LocationAsyncClient. listGeofences(Consumer<ListGeofencesRequest.Builder> listGeofencesRequest)Lists geofences stored in a given geofence collection.default CompletableFuture<ListGeofencesResponse>LocationAsyncClient. listGeofences(ListGeofencesRequest listGeofencesRequest)Lists geofences stored in a given geofence collection. -
Uses of ListGeofencesResponse in software.amazon.awssdk.services.location.paginators
Methods in software.amazon.awssdk.services.location.paginators that return types with arguments of type ListGeofencesResponse Modifier and Type Method Description Iterator<ListGeofencesResponse>ListGeofencesIterable. iterator()Method parameters in software.amazon.awssdk.services.location.paginators with type arguments of type ListGeofencesResponse Modifier and Type Method Description voidListGeofencesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGeofencesResponse> subscriber)
-