Uses of Class
software.amazon.awssdk.services.location.model.DescribeTrackerRequest
-
Packages that use DescribeTrackerRequest 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 DescribeTrackerRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type DescribeTrackerRequest Modifier and Type Method Description default CompletableFuture<DescribeTrackerResponse>LocationAsyncClient. describeTracker(DescribeTrackerRequest describeTrackerRequest)Retrieves the tracker resource details.default DescribeTrackerResponseLocationClient. describeTracker(DescribeTrackerRequest describeTrackerRequest)Retrieves the tracker resource details. -
Uses of DescribeTrackerRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type DescribeTrackerRequest Modifier and Type Method Description SdkHttpFullRequestDescribeTrackerRequestMarshaller. marshall(DescribeTrackerRequest describeTrackerRequest)
-