| Package | Description |
|---|---|
| com.amazonaws.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateTrackerConsumerResult> |
AmazonLocationAsyncClient.associateTrackerConsumerAsync(AssociateTrackerConsumerRequest request,
AsyncHandler<AssociateTrackerConsumerRequest,AssociateTrackerConsumerResult> asyncHandler) |
Future<AssociateTrackerConsumerResult> |
AbstractAmazonLocationAsync.associateTrackerConsumerAsync(AssociateTrackerConsumerRequest request,
AsyncHandler<AssociateTrackerConsumerRequest,AssociateTrackerConsumerResult> asyncHandler) |
Future<AssociateTrackerConsumerResult> |
AmazonLocationAsync.associateTrackerConsumerAsync(AssociateTrackerConsumerRequest associateTrackerConsumerRequest,
AsyncHandler<AssociateTrackerConsumerRequest,AssociateTrackerConsumerResult> asyncHandler)
Creates an association between a geofence collection and a tracker resource.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateTrackerConsumerRequest |
AssociateTrackerConsumerRequest.clone() |
AssociateTrackerConsumerRequest |
AssociateTrackerConsumerRequest.withConsumerArn(String consumerArn)
The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource.
|
AssociateTrackerConsumerRequest |
AssociateTrackerConsumerRequest.withTrackerName(String trackerName)
The name of the tracker resource to be associated with a geofence collection.
|
Copyright © 2024. All rights reserved.