Uses of Class
software.amazon.awssdk.services.location.model.DisassociateTrackerConsumerResponse
-
Packages that use DisassociateTrackerConsumerResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of DisassociateTrackerConsumerResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return DisassociateTrackerConsumerResponse Modifier and Type Method Description default DisassociateTrackerConsumerResponseLocationClient. disassociateTrackerConsumer(Consumer<DisassociateTrackerConsumerRequest.Builder> disassociateTrackerConsumerRequest)Removes the association between a tracker resource and a geofence collection.default DisassociateTrackerConsumerResponseLocationClient. disassociateTrackerConsumer(DisassociateTrackerConsumerRequest disassociateTrackerConsumerRequest)Removes the association between a tracker resource and a geofence collection.Methods in software.amazon.awssdk.services.location that return types with arguments of type DisassociateTrackerConsumerResponse Modifier and Type Method Description default CompletableFuture<DisassociateTrackerConsumerResponse>LocationAsyncClient. disassociateTrackerConsumer(Consumer<DisassociateTrackerConsumerRequest.Builder> disassociateTrackerConsumerRequest)Removes the association between a tracker resource and a geofence collection.default CompletableFuture<DisassociateTrackerConsumerResponse>LocationAsyncClient. disassociateTrackerConsumer(DisassociateTrackerConsumerRequest disassociateTrackerConsumerRequest)Removes the association between a tracker resource and a geofence collection.
-