Uses of Class
software.amazon.awssdk.services.location.paginators.ListTrackersIterable
-
Packages that use ListTrackersIterable Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of ListTrackersIterable in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return ListTrackersIterable Modifier and Type Method Description default ListTrackersIterableLocationClient. listTrackersPaginator(Consumer<ListTrackersRequest.Builder> listTrackersRequest)This is a variant ofLocationClient.listTrackers(software.amazon.awssdk.services.location.model.ListTrackersRequest)operation.default ListTrackersIterableLocationClient. listTrackersPaginator(ListTrackersRequest listTrackersRequest)This is a variant ofLocationClient.listTrackers(software.amazon.awssdk.services.location.model.ListTrackersRequest)operation.
-