@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonLocationAsync extends AmazonLocation
AsyncHandler can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonLocationAsync instead.
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
Future<AssociateTrackerConsumerResult> |
associateTrackerConsumerAsync(AssociateTrackerConsumerRequest associateTrackerConsumerRequest)
Creates an association between a geofence collection and a tracker resource.
|
Future<AssociateTrackerConsumerResult> |
associateTrackerConsumerAsync(AssociateTrackerConsumerRequest associateTrackerConsumerRequest,
AsyncHandler<AssociateTrackerConsumerRequest,AssociateTrackerConsumerResult> asyncHandler)
Creates an association between a geofence collection and a tracker resource.
|
Future<BatchDeleteDevicePositionHistoryResult> |
batchDeleteDevicePositionHistoryAsync(BatchDeleteDevicePositionHistoryRequest batchDeleteDevicePositionHistoryRequest)
Deletes the position history of one or more devices from a tracker resource.
|
Future<BatchDeleteDevicePositionHistoryResult> |
batchDeleteDevicePositionHistoryAsync(BatchDeleteDevicePositionHistoryRequest batchDeleteDevicePositionHistoryRequest,
AsyncHandler<BatchDeleteDevicePositionHistoryRequest,BatchDeleteDevicePositionHistoryResult> asyncHandler)
Deletes the position history of one or more devices from a tracker resource.
|
Future<BatchDeleteGeofenceResult> |
batchDeleteGeofenceAsync(BatchDeleteGeofenceRequest batchDeleteGeofenceRequest)
Deletes a batch of geofences from a geofence collection.
|
Future<BatchDeleteGeofenceResult> |
batchDeleteGeofenceAsync(BatchDeleteGeofenceRequest batchDeleteGeofenceRequest,
AsyncHandler<BatchDeleteGeofenceRequest,BatchDeleteGeofenceResult> asyncHandler)
Deletes a batch of geofences from a geofence collection.
|
Future<BatchEvaluateGeofencesResult> |
batchEvaluateGeofencesAsync(BatchEvaluateGeofencesRequest batchEvaluateGeofencesRequest)
Evaluates device positions against the geofence geometries from a given geofence collection.
|
Future<BatchEvaluateGeofencesResult> |
batchEvaluateGeofencesAsync(BatchEvaluateGeofencesRequest batchEvaluateGeofencesRequest,
AsyncHandler<BatchEvaluateGeofencesRequest,BatchEvaluateGeofencesResult> asyncHandler)
Evaluates device positions against the geofence geometries from a given geofence collection.
|
Future<BatchGetDevicePositionResult> |
batchGetDevicePositionAsync(BatchGetDevicePositionRequest batchGetDevicePositionRequest)
A batch request to retrieve all device positions.
|
Future<BatchGetDevicePositionResult> |
batchGetDevicePositionAsync(BatchGetDevicePositionRequest batchGetDevicePositionRequest,
AsyncHandler<BatchGetDevicePositionRequest,BatchGetDevicePositionResult> asyncHandler)
A batch request to retrieve all device positions.
|
Future<BatchPutGeofenceResult> |
batchPutGeofenceAsync(BatchPutGeofenceRequest batchPutGeofenceRequest)
A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an
existing geofence if a geofence ID is included in the request.
|
Future<BatchPutGeofenceResult> |
batchPutGeofenceAsync(BatchPutGeofenceRequest batchPutGeofenceRequest,
AsyncHandler<BatchPutGeofenceRequest,BatchPutGeofenceResult> asyncHandler)
A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an
existing geofence if a geofence ID is included in the request.
|
Future<BatchUpdateDevicePositionResult> |
batchUpdateDevicePositionAsync(BatchUpdateDevicePositionRequest batchUpdateDevicePositionRequest)
Uploads position update data for one or more devices to a tracker resource.
|
Future<BatchUpdateDevicePositionResult> |
batchUpdateDevicePositionAsync(BatchUpdateDevicePositionRequest batchUpdateDevicePositionRequest,
AsyncHandler<BatchUpdateDevicePositionRequest,BatchUpdateDevicePositionResult> asyncHandler)
Uploads position update data for one or more devices to a tracker resource.
|
Future<CalculateRouteResult> |
calculateRouteAsync(CalculateRouteRequest calculateRouteRequest)
Calculates a route
given the following required parameters:
DeparturePostiton and DestinationPosition. |
Future<CalculateRouteResult> |
calculateRouteAsync(CalculateRouteRequest calculateRouteRequest,
AsyncHandler<CalculateRouteRequest,CalculateRouteResult> asyncHandler)
Calculates a route
given the following required parameters:
DeparturePostiton and DestinationPosition. |
Future<CreateGeofenceCollectionResult> |
createGeofenceCollectionAsync(CreateGeofenceCollectionRequest createGeofenceCollectionRequest)
Creates a geofence collection, which manages and stores geofences.
|
Future<CreateGeofenceCollectionResult> |
createGeofenceCollectionAsync(CreateGeofenceCollectionRequest createGeofenceCollectionRequest,
AsyncHandler<CreateGeofenceCollectionRequest,CreateGeofenceCollectionResult> asyncHandler)
Creates a geofence collection, which manages and stores geofences.
|
Future<CreateMapResult> |
createMapAsync(CreateMapRequest createMapRequest)
Creates a map resource in your AWS account, which provides map tiles of different styles sourced from global
location data providers.
|
Future<CreateMapResult> |
createMapAsync(CreateMapRequest createMapRequest,
AsyncHandler<CreateMapRequest,CreateMapResult> asyncHandler)
Creates a map resource in your AWS account, which provides map tiles of different styles sourced from global
location data providers.
|
Future<CreatePlaceIndexResult> |
createPlaceIndexAsync(CreatePlaceIndexRequest createPlaceIndexRequest)
Creates a place index resource in your AWS account, which supports functions with geospatial data sourced from
your chosen data provider.
|
Future<CreatePlaceIndexResult> |
createPlaceIndexAsync(CreatePlaceIndexRequest createPlaceIndexRequest,
AsyncHandler<CreatePlaceIndexRequest,CreatePlaceIndexResult> asyncHandler)
Creates a place index resource in your AWS account, which supports functions with geospatial data sourced from
your chosen data provider.
|
Future<CreateRouteCalculatorResult> |
createRouteCalculatorAsync(CreateRouteCalculatorRequest createRouteCalculatorRequest)
Creates a route calculator resource in your AWS account.
|
Future<CreateRouteCalculatorResult> |
createRouteCalculatorAsync(CreateRouteCalculatorRequest createRouteCalculatorRequest,
AsyncHandler<CreateRouteCalculatorRequest,CreateRouteCalculatorResult> asyncHandler)
Creates a route calculator resource in your AWS account.
|
Future<CreateTrackerResult> |
createTrackerAsync(CreateTrackerRequest createTrackerRequest)
Creates a tracker resource in your AWS account, which lets you retrieve current and historical location of
devices.
|
Future<CreateTrackerResult> |
createTrackerAsync(CreateTrackerRequest createTrackerRequest,
AsyncHandler<CreateTrackerRequest,CreateTrackerResult> asyncHandler)
Creates a tracker resource in your AWS account, which lets you retrieve current and historical location of
devices.
|
Future<DeleteGeofenceCollectionResult> |
deleteGeofenceCollectionAsync(DeleteGeofenceCollectionRequest deleteGeofenceCollectionRequest)
Deletes a geofence collection from your AWS account.
|
Future<DeleteGeofenceCollectionResult> |
deleteGeofenceCollectionAsync(DeleteGeofenceCollectionRequest deleteGeofenceCollectionRequest,
AsyncHandler<DeleteGeofenceCollectionRequest,DeleteGeofenceCollectionResult> asyncHandler)
Deletes a geofence collection from your AWS account.
|
Future<DeleteMapResult> |
deleteMapAsync(DeleteMapRequest deleteMapRequest)
Deletes a map resource from your AWS account.
|
Future<DeleteMapResult> |
deleteMapAsync(DeleteMapRequest deleteMapRequest,
AsyncHandler<DeleteMapRequest,DeleteMapResult> asyncHandler)
Deletes a map resource from your AWS account.
|
Future<DeletePlaceIndexResult> |
deletePlaceIndexAsync(DeletePlaceIndexRequest deletePlaceIndexRequest)
Deletes a place index resource from your AWS account.
|
Future<DeletePlaceIndexResult> |
deletePlaceIndexAsync(DeletePlaceIndexRequest deletePlaceIndexRequest,
AsyncHandler<DeletePlaceIndexRequest,DeletePlaceIndexResult> asyncHandler)
Deletes a place index resource from your AWS account.
|
Future<DeleteRouteCalculatorResult> |
deleteRouteCalculatorAsync(DeleteRouteCalculatorRequest deleteRouteCalculatorRequest)
Deletes a route calculator resource from your AWS account.
|
Future<DeleteRouteCalculatorResult> |
deleteRouteCalculatorAsync(DeleteRouteCalculatorRequest deleteRouteCalculatorRequest,
AsyncHandler<DeleteRouteCalculatorRequest,DeleteRouteCalculatorResult> asyncHandler)
Deletes a route calculator resource from your AWS account.
|
Future<DeleteTrackerResult> |
deleteTrackerAsync(DeleteTrackerRequest deleteTrackerRequest)
Deletes a tracker resource from your AWS account.
|
Future<DeleteTrackerResult> |
deleteTrackerAsync(DeleteTrackerRequest deleteTrackerRequest,
AsyncHandler<DeleteTrackerRequest,DeleteTrackerResult> asyncHandler)
Deletes a tracker resource from your AWS account.
|
Future<DescribeGeofenceCollectionResult> |
describeGeofenceCollectionAsync(DescribeGeofenceCollectionRequest describeGeofenceCollectionRequest)
Retrieves the geofence collection details.
|
Future<DescribeGeofenceCollectionResult> |
describeGeofenceCollectionAsync(DescribeGeofenceCollectionRequest describeGeofenceCollectionRequest,
AsyncHandler<DescribeGeofenceCollectionRequest,DescribeGeofenceCollectionResult> asyncHandler)
Retrieves the geofence collection details.
|
Future<DescribeMapResult> |
describeMapAsync(DescribeMapRequest describeMapRequest)
Retrieves the map resource details.
|
Future<DescribeMapResult> |
describeMapAsync(DescribeMapRequest describeMapRequest,
AsyncHandler<DescribeMapRequest,DescribeMapResult> asyncHandler)
Retrieves the map resource details.
|
Future<DescribePlaceIndexResult> |
describePlaceIndexAsync(DescribePlaceIndexRequest describePlaceIndexRequest)
Retrieves the place index resource details.
|
Future<DescribePlaceIndexResult> |
describePlaceIndexAsync(DescribePlaceIndexRequest describePlaceIndexRequest,
AsyncHandler<DescribePlaceIndexRequest,DescribePlaceIndexResult> asyncHandler)
Retrieves the place index resource details.
|
Future<DescribeRouteCalculatorResult> |
describeRouteCalculatorAsync(DescribeRouteCalculatorRequest describeRouteCalculatorRequest)
Retrieves the route calculator resource details.
|
Future<DescribeRouteCalculatorResult> |
describeRouteCalculatorAsync(DescribeRouteCalculatorRequest describeRouteCalculatorRequest,
AsyncHandler<DescribeRouteCalculatorRequest,DescribeRouteCalculatorResult> asyncHandler)
Retrieves the route calculator resource details.
|
Future<DescribeTrackerResult> |
describeTrackerAsync(DescribeTrackerRequest describeTrackerRequest)
Retrieves the tracker resource details.
|
Future<DescribeTrackerResult> |
describeTrackerAsync(DescribeTrackerRequest describeTrackerRequest,
AsyncHandler<DescribeTrackerRequest,DescribeTrackerResult> asyncHandler)
Retrieves the tracker resource details.
|
Future<DisassociateTrackerConsumerResult> |
disassociateTrackerConsumerAsync(DisassociateTrackerConsumerRequest disassociateTrackerConsumerRequest)
Removes the association between a tracker resource and a geofence collection.
|
Future<DisassociateTrackerConsumerResult> |
disassociateTrackerConsumerAsync(DisassociateTrackerConsumerRequest disassociateTrackerConsumerRequest,
AsyncHandler<DisassociateTrackerConsumerRequest,DisassociateTrackerConsumerResult> asyncHandler)
Removes the association between a tracker resource and a geofence collection.
|
Future<GetDevicePositionResult> |
getDevicePositionAsync(GetDevicePositionRequest getDevicePositionRequest)
Retrieves a device's most recent position according to its sample time.
|
Future<GetDevicePositionResult> |
getDevicePositionAsync(GetDevicePositionRequest getDevicePositionRequest,
AsyncHandler<GetDevicePositionRequest,GetDevicePositionResult> asyncHandler)
Retrieves a device's most recent position according to its sample time.
|
Future<GetDevicePositionHistoryResult> |
getDevicePositionHistoryAsync(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest)
Retrieves the device position history from a tracker resource within a specified range of time.
|
Future<GetDevicePositionHistoryResult> |
getDevicePositionHistoryAsync(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest,
AsyncHandler<GetDevicePositionHistoryRequest,GetDevicePositionHistoryResult> asyncHandler)
Retrieves the device position history from a tracker resource within a specified range of time.
|
Future<GetGeofenceResult> |
getGeofenceAsync(GetGeofenceRequest getGeofenceRequest)
Retrieves the geofence details from a geofence collection.
|
Future<GetGeofenceResult> |
getGeofenceAsync(GetGeofenceRequest getGeofenceRequest,
AsyncHandler<GetGeofenceRequest,GetGeofenceResult> asyncHandler)
Retrieves the geofence details from a geofence collection.
|
Future<GetMapGlyphsResult> |
getMapGlyphsAsync(GetMapGlyphsRequest getMapGlyphsRequest)
Retrieves glyphs used to display labels on a map.
|
Future<GetMapGlyphsResult> |
getMapGlyphsAsync(GetMapGlyphsRequest getMapGlyphsRequest,
AsyncHandler<GetMapGlyphsRequest,GetMapGlyphsResult> asyncHandler)
Retrieves glyphs used to display labels on a map.
|
Future<GetMapSpritesResult> |
getMapSpritesAsync(GetMapSpritesRequest getMapSpritesRequest)
Retrieves the sprite sheet corresponding to a map resource.
|
Future<GetMapSpritesResult> |
getMapSpritesAsync(GetMapSpritesRequest getMapSpritesRequest,
AsyncHandler<GetMapSpritesRequest,GetMapSpritesResult> asyncHandler)
Retrieves the sprite sheet corresponding to a map resource.
|
Future<GetMapStyleDescriptorResult> |
getMapStyleDescriptorAsync(GetMapStyleDescriptorRequest getMapStyleDescriptorRequest)
Retrieves the map style descriptor from a map resource.
|
Future<GetMapStyleDescriptorResult> |
getMapStyleDescriptorAsync(GetMapStyleDescriptorRequest getMapStyleDescriptorRequest,
AsyncHandler<GetMapStyleDescriptorRequest,GetMapStyleDescriptorResult> asyncHandler)
Retrieves the map style descriptor from a map resource.
|
Future<GetMapTileResult> |
getMapTileAsync(GetMapTileRequest getMapTileRequest)
Retrieves a vector data tile from the map resource.
|
Future<GetMapTileResult> |
getMapTileAsync(GetMapTileRequest getMapTileRequest,
AsyncHandler<GetMapTileRequest,GetMapTileResult> asyncHandler)
Retrieves a vector data tile from the map resource.
|
Future<ListDevicePositionsResult> |
listDevicePositionsAsync(ListDevicePositionsRequest listDevicePositionsRequest)
Lists the latest device positions for requested devices.
|
Future<ListDevicePositionsResult> |
listDevicePositionsAsync(ListDevicePositionsRequest listDevicePositionsRequest,
AsyncHandler<ListDevicePositionsRequest,ListDevicePositionsResult> asyncHandler)
Lists the latest device positions for requested devices.
|
Future<ListGeofenceCollectionsResult> |
listGeofenceCollectionsAsync(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest)
Lists geofence collections in your AWS account.
|
Future<ListGeofenceCollectionsResult> |
listGeofenceCollectionsAsync(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest,
AsyncHandler<ListGeofenceCollectionsRequest,ListGeofenceCollectionsResult> asyncHandler)
Lists geofence collections in your AWS account.
|
Future<ListGeofencesResult> |
listGeofencesAsync(ListGeofencesRequest listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
Future<ListGeofencesResult> |
listGeofencesAsync(ListGeofencesRequest listGeofencesRequest,
AsyncHandler<ListGeofencesRequest,ListGeofencesResult> asyncHandler)
Lists geofences stored in a given geofence collection.
|
Future<ListMapsResult> |
listMapsAsync(ListMapsRequest listMapsRequest)
Lists map resources in your AWS account.
|
Future<ListMapsResult> |
listMapsAsync(ListMapsRequest listMapsRequest,
AsyncHandler<ListMapsRequest,ListMapsResult> asyncHandler)
Lists map resources in your AWS account.
|
Future<ListPlaceIndexesResult> |
listPlaceIndexesAsync(ListPlaceIndexesRequest listPlaceIndexesRequest)
Lists place index resources in your AWS account.
|
Future<ListPlaceIndexesResult> |
listPlaceIndexesAsync(ListPlaceIndexesRequest listPlaceIndexesRequest,
AsyncHandler<ListPlaceIndexesRequest,ListPlaceIndexesResult> asyncHandler)
Lists place index resources in your AWS account.
|
Future<ListRouteCalculatorsResult> |
listRouteCalculatorsAsync(ListRouteCalculatorsRequest listRouteCalculatorsRequest)
Lists route calculator resources in your AWS account.
|
Future<ListRouteCalculatorsResult> |
listRouteCalculatorsAsync(ListRouteCalculatorsRequest listRouteCalculatorsRequest,
AsyncHandler<ListRouteCalculatorsRequest,ListRouteCalculatorsResult> asyncHandler)
Lists route calculator resources in your AWS account.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Returns the tags for the specified Amazon Location Service resource.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns the tags for the specified Amazon Location Service resource.
|
Future<ListTrackerConsumersResult> |
listTrackerConsumersAsync(ListTrackerConsumersRequest listTrackerConsumersRequest)
Lists geofence collections currently associated to the given tracker resource.
|
Future<ListTrackerConsumersResult> |
listTrackerConsumersAsync(ListTrackerConsumersRequest listTrackerConsumersRequest,
AsyncHandler<ListTrackerConsumersRequest,ListTrackerConsumersResult> asyncHandler)
Lists geofence collections currently associated to the given tracker resource.
|
Future<ListTrackersResult> |
listTrackersAsync(ListTrackersRequest listTrackersRequest)
Lists tracker resources in your AWS account.
|
Future<ListTrackersResult> |
listTrackersAsync(ListTrackersRequest listTrackersRequest,
AsyncHandler<ListTrackersRequest,ListTrackersResult> asyncHandler)
Lists tracker resources in your AWS account.
|
Future<PutGeofenceResult> |
putGeofenceAsync(PutGeofenceRequest putGeofenceRequest)
Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a
geofence ID is included in the request.
|
Future<PutGeofenceResult> |
putGeofenceAsync(PutGeofenceRequest putGeofenceRequest,
AsyncHandler<PutGeofenceRequest,PutGeofenceResult> asyncHandler)
Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a
geofence ID is included in the request.
|
Future<SearchPlaceIndexForPositionResult> |
searchPlaceIndexForPositionAsync(SearchPlaceIndexForPositionRequest searchPlaceIndexForPositionRequest)
Reverse geocodes a given coordinate and returns a legible address.
|
Future<SearchPlaceIndexForPositionResult> |
searchPlaceIndexForPositionAsync(SearchPlaceIndexForPositionRequest searchPlaceIndexForPositionRequest,
AsyncHandler<SearchPlaceIndexForPositionRequest,SearchPlaceIndexForPositionResult> asyncHandler)
Reverse geocodes a given coordinate and returns a legible address.
|
Future<SearchPlaceIndexForTextResult> |
searchPlaceIndexForTextAsync(SearchPlaceIndexForTextRequest searchPlaceIndexForTextRequest)
Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of
interest.
|
Future<SearchPlaceIndexForTextResult> |
searchPlaceIndexForTextAsync(SearchPlaceIndexForTextRequest searchPlaceIndexForTextRequest,
AsyncHandler<SearchPlaceIndexForTextRequest,SearchPlaceIndexForTextResult> asyncHandler)
Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of
interest.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified Amazon Location Service resource.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Assigns one or more tags (key-value pairs) to the specified Amazon Location Service resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified Amazon Location Service resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from the specified Amazon Location Service resource.
|
associateTrackerConsumer, batchDeleteDevicePositionHistory, batchDeleteGeofence, batchEvaluateGeofences, batchGetDevicePosition, batchPutGeofence, batchUpdateDevicePosition, calculateRoute, createGeofenceCollection, createMap, createPlaceIndex, createRouteCalculator, createTracker, deleteGeofenceCollection, deleteMap, deletePlaceIndex, deleteRouteCalculator, deleteTracker, describeGeofenceCollection, describeMap, describePlaceIndex, describeRouteCalculator, describeTracker, disassociateTrackerConsumer, getCachedResponseMetadata, getDevicePosition, getDevicePositionHistory, getGeofence, getMapGlyphs, getMapSprites, getMapStyleDescriptor, getMapTile, listDevicePositions, listGeofenceCollections, listGeofences, listMaps, listPlaceIndexes, listRouteCalculators, listTagsForResource, listTrackerConsumers, listTrackers, putGeofence, searchPlaceIndexForPosition, searchPlaceIndexForText, shutdown, tagResource, untagResourceFuture<AssociateTrackerConsumerResult> associateTrackerConsumerAsync(AssociateTrackerConsumerRequest associateTrackerConsumerRequest)
Creates an association between a geofence collection and a tracker resource. This allows the tracker resource to communicate location data to the linked geofence collection.
Currently not supported ā Cross-account configurations, such as creating associations between a tracker resource in one account and a geofence collection in another account.
associateTrackerConsumerRequest - Future<AssociateTrackerConsumerResult> associateTrackerConsumerAsync(AssociateTrackerConsumerRequest associateTrackerConsumerRequest, AsyncHandler<AssociateTrackerConsumerRequest,AssociateTrackerConsumerResult> asyncHandler)
Creates an association between a geofence collection and a tracker resource. This allows the tracker resource to communicate location data to the linked geofence collection.
Currently not supported ā Cross-account configurations, such as creating associations between a tracker resource in one account and a geofence collection in another account.
associateTrackerConsumerRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchDeleteDevicePositionHistoryResult> batchDeleteDevicePositionHistoryAsync(BatchDeleteDevicePositionHistoryRequest batchDeleteDevicePositionHistoryRequest)
Deletes the position history of one or more devices from a tracker resource.
batchDeleteDevicePositionHistoryRequest - Future<BatchDeleteDevicePositionHistoryResult> batchDeleteDevicePositionHistoryAsync(BatchDeleteDevicePositionHistoryRequest batchDeleteDevicePositionHistoryRequest, AsyncHandler<BatchDeleteDevicePositionHistoryRequest,BatchDeleteDevicePositionHistoryResult> asyncHandler)
Deletes the position history of one or more devices from a tracker resource.
batchDeleteDevicePositionHistoryRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchDeleteGeofenceResult> batchDeleteGeofenceAsync(BatchDeleteGeofenceRequest batchDeleteGeofenceRequest)
Deletes a batch of geofences from a geofence collection.
This operation deletes the resource permanently.
batchDeleteGeofenceRequest - Future<BatchDeleteGeofenceResult> batchDeleteGeofenceAsync(BatchDeleteGeofenceRequest batchDeleteGeofenceRequest, AsyncHandler<BatchDeleteGeofenceRequest,BatchDeleteGeofenceResult> asyncHandler)
Deletes a batch of geofences from a geofence collection.
This operation deletes the resource permanently.
batchDeleteGeofenceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchEvaluateGeofencesResult> batchEvaluateGeofencesAsync(BatchEvaluateGeofencesRequest batchEvaluateGeofencesRequest)
Evaluates device positions against the geofence geometries from a given geofence collection. The evaluation determines if the device has entered or exited a geofenced area, which publishes ENTER or EXIT geofence events to Amazon EventBridge.
The last geofence that a device was observed within, if any, is tracked for 30 days after the most recent device position update
batchEvaluateGeofencesRequest - Future<BatchEvaluateGeofencesResult> batchEvaluateGeofencesAsync(BatchEvaluateGeofencesRequest batchEvaluateGeofencesRequest, AsyncHandler<BatchEvaluateGeofencesRequest,BatchEvaluateGeofencesResult> asyncHandler)
Evaluates device positions against the geofence geometries from a given geofence collection. The evaluation determines if the device has entered or exited a geofenced area, which publishes ENTER or EXIT geofence events to Amazon EventBridge.
The last geofence that a device was observed within, if any, is tracked for 30 days after the most recent device position update
batchEvaluateGeofencesRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchGetDevicePositionResult> batchGetDevicePositionAsync(BatchGetDevicePositionRequest batchGetDevicePositionRequest)
A batch request to retrieve all device positions.
batchGetDevicePositionRequest - Future<BatchGetDevicePositionResult> batchGetDevicePositionAsync(BatchGetDevicePositionRequest batchGetDevicePositionRequest, AsyncHandler<BatchGetDevicePositionRequest,BatchGetDevicePositionResult> asyncHandler)
A batch request to retrieve all device positions.
batchGetDevicePositionRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchPutGeofenceResult> batchPutGeofenceAsync(BatchPutGeofenceRequest batchPutGeofenceRequest)
A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.
batchPutGeofenceRequest - Future<BatchPutGeofenceResult> batchPutGeofenceAsync(BatchPutGeofenceRequest batchPutGeofenceRequest, AsyncHandler<BatchPutGeofenceRequest,BatchPutGeofenceResult> asyncHandler)
A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.
batchPutGeofenceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchUpdateDevicePositionResult> batchUpdateDevicePositionAsync(BatchUpdateDevicePositionRequest batchUpdateDevicePositionRequest)
Uploads position update data for one or more devices to a tracker resource. Amazon Location uses the data when reporting the last known device position and position history.
Only one position update is stored per sample time. Location data is sampled at a fixed rate of one position per 30-second interval and retained for 30 days before it's deleted.
batchUpdateDevicePositionRequest - Future<BatchUpdateDevicePositionResult> batchUpdateDevicePositionAsync(BatchUpdateDevicePositionRequest batchUpdateDevicePositionRequest, AsyncHandler<BatchUpdateDevicePositionRequest,BatchUpdateDevicePositionResult> asyncHandler)
Uploads position update data for one or more devices to a tracker resource. Amazon Location uses the data when reporting the last known device position and position history.
Only one position update is stored per sample time. Location data is sampled at a fixed rate of one position per 30-second interval and retained for 30 days before it's deleted.
batchUpdateDevicePositionRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CalculateRouteResult> calculateRouteAsync(CalculateRouteRequest calculateRouteRequest)
Calculates a route
given the following required parameters: DeparturePostiton and DestinationPosition.
Requires that you first create
aroute calculator resource
By default, a request that doesn't specify a departure time uses the best time of day to travel with the best traffic conditions when calculating the route.
Additional options include:
Specifying a departure time using either DepartureTime or DepartureNow. This
calculates a route based on predictive traffic data at the given time.
You can't specify both DepartureTime and DepartureNow in a single request. Specifying
both parameters returns an error message.
Specifying
a travel mode using TravelMode. This lets you specify additional route preference such as
CarModeOptions if traveling by Car, or TruckModeOptions if traveling by
Truck.
calculateRouteRequest - Future<CalculateRouteResult> calculateRouteAsync(CalculateRouteRequest calculateRouteRequest, AsyncHandler<CalculateRouteRequest,CalculateRouteResult> asyncHandler)
Calculates a route
given the following required parameters: DeparturePostiton and DestinationPosition.
Requires that you first create
aroute calculator resource
By default, a request that doesn't specify a departure time uses the best time of day to travel with the best traffic conditions when calculating the route.
Additional options include:
Specifying a departure time using either DepartureTime or DepartureNow. This
calculates a route based on predictive traffic data at the given time.
You can't specify both DepartureTime and DepartureNow in a single request. Specifying
both parameters returns an error message.
Specifying
a travel mode using TravelMode. This lets you specify additional route preference such as
CarModeOptions if traveling by Car, or TruckModeOptions if traveling by
Truck.
calculateRouteRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateGeofenceCollectionResult> createGeofenceCollectionAsync(CreateGeofenceCollectionRequest createGeofenceCollectionRequest)
Creates a geofence collection, which manages and stores geofences.
createGeofenceCollectionRequest - Future<CreateGeofenceCollectionResult> createGeofenceCollectionAsync(CreateGeofenceCollectionRequest createGeofenceCollectionRequest, AsyncHandler<CreateGeofenceCollectionRequest,CreateGeofenceCollectionResult> asyncHandler)
Creates a geofence collection, which manages and stores geofences.
createGeofenceCollectionRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateMapResult> createMapAsync(CreateMapRequest createMapRequest)
Creates a map resource in your AWS account, which provides map tiles of different styles sourced from global location data providers.
createMapRequest - Future<CreateMapResult> createMapAsync(CreateMapRequest createMapRequest, AsyncHandler<CreateMapRequest,CreateMapResult> asyncHandler)
Creates a map resource in your AWS account, which provides map tiles of different styles sourced from global location data providers.
createMapRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreatePlaceIndexResult> createPlaceIndexAsync(CreatePlaceIndexRequest createPlaceIndexRequest)
Creates a place index resource in your AWS account, which supports functions with geospatial data sourced from your chosen data provider.
createPlaceIndexRequest - Future<CreatePlaceIndexResult> createPlaceIndexAsync(CreatePlaceIndexRequest createPlaceIndexRequest, AsyncHandler<CreatePlaceIndexRequest,CreatePlaceIndexResult> asyncHandler)
Creates a place index resource in your AWS account, which supports functions with geospatial data sourced from your chosen data provider.
createPlaceIndexRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateRouteCalculatorResult> createRouteCalculatorAsync(CreateRouteCalculatorRequest createRouteCalculatorRequest)
Creates a route calculator resource in your AWS account.
You can send requests to a route calculator resource to estimate travel time, distance, and get directions. A route calculator sources traffic and road network data from your chosen data provider.
createRouteCalculatorRequest - Future<CreateRouteCalculatorResult> createRouteCalculatorAsync(CreateRouteCalculatorRequest createRouteCalculatorRequest, AsyncHandler<CreateRouteCalculatorRequest,CreateRouteCalculatorResult> asyncHandler)
Creates a route calculator resource in your AWS account.
You can send requests to a route calculator resource to estimate travel time, distance, and get directions. A route calculator sources traffic and road network data from your chosen data provider.
createRouteCalculatorRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateTrackerResult> createTrackerAsync(CreateTrackerRequest createTrackerRequest)
Creates a tracker resource in your AWS account, which lets you retrieve current and historical location of devices.
createTrackerRequest - Future<CreateTrackerResult> createTrackerAsync(CreateTrackerRequest createTrackerRequest, AsyncHandler<CreateTrackerRequest,CreateTrackerResult> asyncHandler)
Creates a tracker resource in your AWS account, which lets you retrieve current and historical location of devices.
createTrackerRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteGeofenceCollectionResult> deleteGeofenceCollectionAsync(DeleteGeofenceCollectionRequest deleteGeofenceCollectionRequest)
Deletes a geofence collection from your AWS account.
This operation deletes the resource permanently. If the geofence collection is the target of a tracker resource, the devices will no longer be monitored.
deleteGeofenceCollectionRequest - Future<DeleteGeofenceCollectionResult> deleteGeofenceCollectionAsync(DeleteGeofenceCollectionRequest deleteGeofenceCollectionRequest, AsyncHandler<DeleteGeofenceCollectionRequest,DeleteGeofenceCollectionResult> asyncHandler)
Deletes a geofence collection from your AWS account.
This operation deletes the resource permanently. If the geofence collection is the target of a tracker resource, the devices will no longer be monitored.
deleteGeofenceCollectionRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteMapResult> deleteMapAsync(DeleteMapRequest deleteMapRequest)
Deletes a map resource from your AWS account.
This operation deletes the resource permanently. If the map is being used in an application, the map may not render.
deleteMapRequest - Future<DeleteMapResult> deleteMapAsync(DeleteMapRequest deleteMapRequest, AsyncHandler<DeleteMapRequest,DeleteMapResult> asyncHandler)
Deletes a map resource from your AWS account.
This operation deletes the resource permanently. If the map is being used in an application, the map may not render.
deleteMapRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeletePlaceIndexResult> deletePlaceIndexAsync(DeletePlaceIndexRequest deletePlaceIndexRequest)
Deletes a place index resource from your AWS account.
This operation deletes the resource permanently.
deletePlaceIndexRequest - Future<DeletePlaceIndexResult> deletePlaceIndexAsync(DeletePlaceIndexRequest deletePlaceIndexRequest, AsyncHandler<DeletePlaceIndexRequest,DeletePlaceIndexResult> asyncHandler)
Deletes a place index resource from your AWS account.
This operation deletes the resource permanently.
deletePlaceIndexRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteRouteCalculatorResult> deleteRouteCalculatorAsync(DeleteRouteCalculatorRequest deleteRouteCalculatorRequest)
Deletes a route calculator resource from your AWS account.
This operation deletes the resource permanently.
deleteRouteCalculatorRequest - Future<DeleteRouteCalculatorResult> deleteRouteCalculatorAsync(DeleteRouteCalculatorRequest deleteRouteCalculatorRequest, AsyncHandler<DeleteRouteCalculatorRequest,DeleteRouteCalculatorResult> asyncHandler)
Deletes a route calculator resource from your AWS account.
This operation deletes the resource permanently.
deleteRouteCalculatorRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteTrackerResult> deleteTrackerAsync(DeleteTrackerRequest deleteTrackerRequest)
Deletes a tracker resource from your AWS account.
This operation deletes the resource permanently. If the tracker resource is in use, you may encounter an error. Make sure that the target resource isn't a dependency for your applications.
deleteTrackerRequest - Future<DeleteTrackerResult> deleteTrackerAsync(DeleteTrackerRequest deleteTrackerRequest, AsyncHandler<DeleteTrackerRequest,DeleteTrackerResult> asyncHandler)
Deletes a tracker resource from your AWS account.
This operation deletes the resource permanently. If the tracker resource is in use, you may encounter an error. Make sure that the target resource isn't a dependency for your applications.
deleteTrackerRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeGeofenceCollectionResult> describeGeofenceCollectionAsync(DescribeGeofenceCollectionRequest describeGeofenceCollectionRequest)
Retrieves the geofence collection details.
describeGeofenceCollectionRequest - Future<DescribeGeofenceCollectionResult> describeGeofenceCollectionAsync(DescribeGeofenceCollectionRequest describeGeofenceCollectionRequest, AsyncHandler<DescribeGeofenceCollectionRequest,DescribeGeofenceCollectionResult> asyncHandler)
Retrieves the geofence collection details.
describeGeofenceCollectionRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeMapResult> describeMapAsync(DescribeMapRequest describeMapRequest)
Retrieves the map resource details.
describeMapRequest - Future<DescribeMapResult> describeMapAsync(DescribeMapRequest describeMapRequest, AsyncHandler<DescribeMapRequest,DescribeMapResult> asyncHandler)
Retrieves the map resource details.
describeMapRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribePlaceIndexResult> describePlaceIndexAsync(DescribePlaceIndexRequest describePlaceIndexRequest)
Retrieves the place index resource details.
describePlaceIndexRequest - Future<DescribePlaceIndexResult> describePlaceIndexAsync(DescribePlaceIndexRequest describePlaceIndexRequest, AsyncHandler<DescribePlaceIndexRequest,DescribePlaceIndexResult> asyncHandler)
Retrieves the place index resource details.
describePlaceIndexRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeRouteCalculatorResult> describeRouteCalculatorAsync(DescribeRouteCalculatorRequest describeRouteCalculatorRequest)
Retrieves the route calculator resource details.
describeRouteCalculatorRequest - Future<DescribeRouteCalculatorResult> describeRouteCalculatorAsync(DescribeRouteCalculatorRequest describeRouteCalculatorRequest, AsyncHandler<DescribeRouteCalculatorRequest,DescribeRouteCalculatorResult> asyncHandler)
Retrieves the route calculator resource details.
describeRouteCalculatorRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeTrackerResult> describeTrackerAsync(DescribeTrackerRequest describeTrackerRequest)
Retrieves the tracker resource details.
describeTrackerRequest - Future<DescribeTrackerResult> describeTrackerAsync(DescribeTrackerRequest describeTrackerRequest, AsyncHandler<DescribeTrackerRequest,DescribeTrackerResult> asyncHandler)
Retrieves the tracker resource details.
describeTrackerRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DisassociateTrackerConsumerResult> disassociateTrackerConsumerAsync(DisassociateTrackerConsumerRequest disassociateTrackerConsumerRequest)
Removes the association between a tracker resource and a geofence collection.
Once you unlink a tracker resource from a geofence collection, the tracker positions will no longer be automatically evaluated against geofences.
disassociateTrackerConsumerRequest - Future<DisassociateTrackerConsumerResult> disassociateTrackerConsumerAsync(DisassociateTrackerConsumerRequest disassociateTrackerConsumerRequest, AsyncHandler<DisassociateTrackerConsumerRequest,DisassociateTrackerConsumerResult> asyncHandler)
Removes the association between a tracker resource and a geofence collection.
Once you unlink a tracker resource from a geofence collection, the tracker positions will no longer be automatically evaluated against geofences.
disassociateTrackerConsumerRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDevicePositionResult> getDevicePositionAsync(GetDevicePositionRequest getDevicePositionRequest)
Retrieves a device's most recent position according to its sample time.
Device positions are deleted after 30 days.
getDevicePositionRequest - Future<GetDevicePositionResult> getDevicePositionAsync(GetDevicePositionRequest getDevicePositionRequest, AsyncHandler<GetDevicePositionRequest,GetDevicePositionResult> asyncHandler)
Retrieves a device's most recent position according to its sample time.
Device positions are deleted after 30 days.
getDevicePositionRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDevicePositionHistoryResult> getDevicePositionHistoryAsync(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest)
Retrieves the device position history from a tracker resource within a specified range of time.
Device positions are deleted after 30 days.
getDevicePositionHistoryRequest - Future<GetDevicePositionHistoryResult> getDevicePositionHistoryAsync(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest, AsyncHandler<GetDevicePositionHistoryRequest,GetDevicePositionHistoryResult> asyncHandler)
Retrieves the device position history from a tracker resource within a specified range of time.
Device positions are deleted after 30 days.
getDevicePositionHistoryRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetGeofenceResult> getGeofenceAsync(GetGeofenceRequest getGeofenceRequest)
Retrieves the geofence details from a geofence collection.
getGeofenceRequest - Future<GetGeofenceResult> getGeofenceAsync(GetGeofenceRequest getGeofenceRequest, AsyncHandler<GetGeofenceRequest,GetGeofenceResult> asyncHandler)
Retrieves the geofence details from a geofence collection.
getGeofenceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMapGlyphsResult> getMapGlyphsAsync(GetMapGlyphsRequest getMapGlyphsRequest)
Retrieves glyphs used to display labels on a map.
getMapGlyphsRequest - Future<GetMapGlyphsResult> getMapGlyphsAsync(GetMapGlyphsRequest getMapGlyphsRequest, AsyncHandler<GetMapGlyphsRequest,GetMapGlyphsResult> asyncHandler)
Retrieves glyphs used to display labels on a map.
getMapGlyphsRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMapSpritesResult> getMapSpritesAsync(GetMapSpritesRequest getMapSpritesRequest)
Retrieves the sprite sheet corresponding to a map resource. The sprite sheet is a PNG image paired with a JSON document describing the offsets of individual icons that will be displayed on a rendered map.
getMapSpritesRequest - Future<GetMapSpritesResult> getMapSpritesAsync(GetMapSpritesRequest getMapSpritesRequest, AsyncHandler<GetMapSpritesRequest,GetMapSpritesResult> asyncHandler)
Retrieves the sprite sheet corresponding to a map resource. The sprite sheet is a PNG image paired with a JSON document describing the offsets of individual icons that will be displayed on a rendered map.
getMapSpritesRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMapStyleDescriptorResult> getMapStyleDescriptorAsync(GetMapStyleDescriptorRequest getMapStyleDescriptorRequest)
Retrieves the map style descriptor from a map resource.
The style descriptor contains speciļ¬cations on how features render on a map. For example, what data to display, what order to display the data in, and the style for the data. Style descriptors follow the Mapbox Style Specification.
getMapStyleDescriptorRequest - Future<GetMapStyleDescriptorResult> getMapStyleDescriptorAsync(GetMapStyleDescriptorRequest getMapStyleDescriptorRequest, AsyncHandler<GetMapStyleDescriptorRequest,GetMapStyleDescriptorResult> asyncHandler)
Retrieves the map style descriptor from a map resource.
The style descriptor contains speciļ¬cations on how features render on a map. For example, what data to display, what order to display the data in, and the style for the data. Style descriptors follow the Mapbox Style Specification.
getMapStyleDescriptorRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMapTileResult> getMapTileAsync(GetMapTileRequest getMapTileRequest)
Retrieves a vector data tile from the map resource. Map tiles are used by clients to render a map. they're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level.
The origin (0, 0) is the top left of the map. Increasing the zoom level by 1 doubles both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0) will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).
getMapTileRequest - Future<GetMapTileResult> getMapTileAsync(GetMapTileRequest getMapTileRequest, AsyncHandler<GetMapTileRequest,GetMapTileResult> asyncHandler)
Retrieves a vector data tile from the map resource. Map tiles are used by clients to render a map. they're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level.
The origin (0, 0) is the top left of the map. Increasing the zoom level by 1 doubles both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0) will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).
getMapTileRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListDevicePositionsResult> listDevicePositionsAsync(ListDevicePositionsRequest listDevicePositionsRequest)
Lists the latest device positions for requested devices.
listDevicePositionsRequest - Future<ListDevicePositionsResult> listDevicePositionsAsync(ListDevicePositionsRequest listDevicePositionsRequest, AsyncHandler<ListDevicePositionsRequest,ListDevicePositionsResult> asyncHandler)
Lists the latest device positions for requested devices.
listDevicePositionsRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListGeofenceCollectionsResult> listGeofenceCollectionsAsync(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest)
Lists geofence collections in your AWS account.
listGeofenceCollectionsRequest - Future<ListGeofenceCollectionsResult> listGeofenceCollectionsAsync(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest, AsyncHandler<ListGeofenceCollectionsRequest,ListGeofenceCollectionsResult> asyncHandler)
Lists geofence collections in your AWS account.
listGeofenceCollectionsRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListGeofencesResult> listGeofencesAsync(ListGeofencesRequest listGeofencesRequest)
Lists geofences stored in a given geofence collection.
listGeofencesRequest - Future<ListGeofencesResult> listGeofencesAsync(ListGeofencesRequest listGeofencesRequest, AsyncHandler<ListGeofencesRequest,ListGeofencesResult> asyncHandler)
Lists geofences stored in a given geofence collection.
listGeofencesRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListMapsResult> listMapsAsync(ListMapsRequest listMapsRequest)
Lists map resources in your AWS account.
listMapsRequest - Future<ListMapsResult> listMapsAsync(ListMapsRequest listMapsRequest, AsyncHandler<ListMapsRequest,ListMapsResult> asyncHandler)
Lists map resources in your AWS account.
listMapsRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListPlaceIndexesResult> listPlaceIndexesAsync(ListPlaceIndexesRequest listPlaceIndexesRequest)
Lists place index resources in your AWS account.
listPlaceIndexesRequest - Future<ListPlaceIndexesResult> listPlaceIndexesAsync(ListPlaceIndexesRequest listPlaceIndexesRequest, AsyncHandler<ListPlaceIndexesRequest,ListPlaceIndexesResult> asyncHandler)
Lists place index resources in your AWS account.
listPlaceIndexesRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListRouteCalculatorsResult> listRouteCalculatorsAsync(ListRouteCalculatorsRequest listRouteCalculatorsRequest)
Lists route calculator resources in your AWS account.
listRouteCalculatorsRequest - Future<ListRouteCalculatorsResult> listRouteCalculatorsAsync(ListRouteCalculatorsRequest listRouteCalculatorsRequest, AsyncHandler<ListRouteCalculatorsRequest,ListRouteCalculatorsResult> asyncHandler)
Lists route calculator resources in your AWS account.
listRouteCalculatorsRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Returns the tags for the specified Amazon Location Service resource.
listTagsForResourceRequest - Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns the tags for the specified Amazon Location Service resource.
listTagsForResourceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTrackerConsumersResult> listTrackerConsumersAsync(ListTrackerConsumersRequest listTrackerConsumersRequest)
Lists geofence collections currently associated to the given tracker resource.
listTrackerConsumersRequest - Future<ListTrackerConsumersResult> listTrackerConsumersAsync(ListTrackerConsumersRequest listTrackerConsumersRequest, AsyncHandler<ListTrackerConsumersRequest,ListTrackerConsumersResult> asyncHandler)
Lists geofence collections currently associated to the given tracker resource.
listTrackerConsumersRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTrackersResult> listTrackersAsync(ListTrackersRequest listTrackersRequest)
Lists tracker resources in your AWS account.
listTrackersRequest - Future<ListTrackersResult> listTrackersAsync(ListTrackersRequest listTrackersRequest, AsyncHandler<ListTrackersRequest,ListTrackersResult> asyncHandler)
Lists tracker resources in your AWS account.
listTrackersRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<PutGeofenceResult> putGeofenceAsync(PutGeofenceRequest putGeofenceRequest)
Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.
putGeofenceRequest - Future<PutGeofenceResult> putGeofenceAsync(PutGeofenceRequest putGeofenceRequest, AsyncHandler<PutGeofenceRequest,PutGeofenceResult> asyncHandler)
Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.
putGeofenceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<SearchPlaceIndexForPositionResult> searchPlaceIndexForPositionAsync(SearchPlaceIndexForPositionRequest searchPlaceIndexForPositionRequest)
Reverse geocodes a given coordinate and returns a legible address. Allows you to search for Places or points of interest near a given position.
searchPlaceIndexForPositionRequest - Future<SearchPlaceIndexForPositionResult> searchPlaceIndexForPositionAsync(SearchPlaceIndexForPositionRequest searchPlaceIndexForPositionRequest, AsyncHandler<SearchPlaceIndexForPositionRequest,SearchPlaceIndexForPositionResult> asyncHandler)
Reverse geocodes a given coordinate and returns a legible address. Allows you to search for Places or points of interest near a given position.
searchPlaceIndexForPositionRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<SearchPlaceIndexForTextResult> searchPlaceIndexForTextAsync(SearchPlaceIndexForTextRequest searchPlaceIndexForTextRequest)
Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of interest.
Includes the option to apply additional parameters to narrow your list of results.
You can search for places near a given position using BiasPosition, or filter results within a
bounding box using FilterBBox. Providing both parameters simultaneously returns an error.
searchPlaceIndexForTextRequest - Future<SearchPlaceIndexForTextResult> searchPlaceIndexForTextAsync(SearchPlaceIndexForTextRequest searchPlaceIndexForTextRequest, AsyncHandler<SearchPlaceIndexForTextRequest,SearchPlaceIndexForTextResult> asyncHandler)
Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of interest.
Includes the option to apply additional parameters to narrow your list of results.
You can search for places near a given position using BiasPosition, or filter results within a
bounding box using FilterBBox. Providing both parameters simultaneously returns an error.
searchPlaceIndexForTextRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified Amazon Location Service resource.
<p>Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values.</p> <p>Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.</p> <p>You can use the <code>TagResource</code> action with an Amazon Location Service resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the tags already associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. </p> <p>You can associate as many as 50 tags with a resource.</p>
tagResourceRequest - Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Assigns one or more tags (key-value pairs) to the specified Amazon Location Service resource.
<p>Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values.</p> <p>Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.</p> <p>You can use the <code>TagResource</code> action with an Amazon Location Service resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the tags already associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. </p> <p>You can associate as many as 50 tags with a resource.</p>
tagResourceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified Amazon Location Service resource.
untagResourceRequest - Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from the specified Amazon Location Service resource.
untagResourceRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2021. All rights reserved.