Uses of Class
software.amazon.awssdk.services.location.model.AssociateTrackerConsumerRequest
-
Packages that use AssociateTrackerConsumerRequest 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 AssociateTrackerConsumerRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type AssociateTrackerConsumerRequest Modifier and Type Method Description default CompletableFuture<AssociateTrackerConsumerResponse>LocationAsyncClient. associateTrackerConsumer(AssociateTrackerConsumerRequest associateTrackerConsumerRequest)Creates an association between a geofence collection and a tracker resource.default AssociateTrackerConsumerResponseLocationClient. associateTrackerConsumer(AssociateTrackerConsumerRequest associateTrackerConsumerRequest)Creates an association between a geofence collection and a tracker resource. -
Uses of AssociateTrackerConsumerRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type AssociateTrackerConsumerRequest Modifier and Type Method Description SdkHttpFullRequestAssociateTrackerConsumerRequestMarshaller. marshall(AssociateTrackerConsumerRequest associateTrackerConsumerRequest)
-