Uses of Class
software.amazon.awssdk.services.location.model.DisassociateTrackerConsumerRequest
-
Packages that use DisassociateTrackerConsumerRequest Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.transform -
-
Uses of DisassociateTrackerConsumerRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type DisassociateTrackerConsumerRequest Modifier and Type Method Description default CompletableFuture<DisassociateTrackerConsumerResponse>LocationAsyncClient. disassociateTrackerConsumer(DisassociateTrackerConsumerRequest 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. -
Uses of DisassociateTrackerConsumerRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type DisassociateTrackerConsumerRequest Modifier and Type Method Description SdkHttpFullRequestDisassociateTrackerConsumerRequestMarshaller. marshall(DisassociateTrackerConsumerRequest disassociateTrackerConsumerRequest)
-