Uses of Class
software.amazon.awssdk.services.location.model.CreateTrackerRequest
-
Packages that use CreateTrackerRequest 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 CreateTrackerRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type CreateTrackerRequest Modifier and Type Method Description default CompletableFuture<CreateTrackerResponse>LocationAsyncClient. createTracker(CreateTrackerRequest createTrackerRequest)Creates a tracker resource in your Amazon Web Services account, which lets you retrieve current and historical location of devices.default CreateTrackerResponseLocationClient. createTracker(CreateTrackerRequest createTrackerRequest)Creates a tracker resource in your Amazon Web Services account, which lets you retrieve current and historical location of devices. -
Uses of CreateTrackerRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type CreateTrackerRequest Modifier and Type Method Description SdkHttpFullRequestCreateTrackerRequestMarshaller. marshall(CreateTrackerRequest createTrackerRequest)
-