Uses of Class
software.amazon.awssdk.services.location.model.ListTrackerConsumersRequest
-
Packages that use ListTrackerConsumersRequest Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.paginators software.amazon.awssdk.services.location.transform -
-
Uses of ListTrackerConsumersRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type ListTrackerConsumersRequest Modifier and Type Method Description default CompletableFuture<ListTrackerConsumersResponse>LocationAsyncClient. listTrackerConsumers(ListTrackerConsumersRequest listTrackerConsumersRequest)Lists geofence collections currently associated to the given tracker resource.default ListTrackerConsumersResponseLocationClient. listTrackerConsumers(ListTrackerConsumersRequest listTrackerConsumersRequest)Lists geofence collections currently associated to the given tracker resource.default ListTrackerConsumersPublisherLocationAsyncClient. listTrackerConsumersPaginator(ListTrackerConsumersRequest listTrackerConsumersRequest)Lists geofence collections currently associated to the given tracker resource.default ListTrackerConsumersIterableLocationClient. listTrackerConsumersPaginator(ListTrackerConsumersRequest listTrackerConsumersRequest)Lists geofence collections currently associated to the given tracker resource. -
Uses of ListTrackerConsumersRequest in software.amazon.awssdk.services.location.paginators
Constructors in software.amazon.awssdk.services.location.paginators with parameters of type ListTrackerConsumersRequest Constructor Description ListTrackerConsumersIterable(LocationClient client, ListTrackerConsumersRequest firstRequest)ListTrackerConsumersPublisher(LocationAsyncClient client, ListTrackerConsumersRequest firstRequest) -
Uses of ListTrackerConsumersRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type ListTrackerConsumersRequest Modifier and Type Method Description SdkHttpFullRequestListTrackerConsumersRequestMarshaller. marshall(ListTrackerConsumersRequest listTrackerConsumersRequest)
-