@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonLocationAsync extends AbstractAmazonLocation implements AmazonLocationAsync
AmazonLocationAsync. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIXassociateTrackerConsumer, batchDeleteGeofence, batchEvaluateGeofences, batchGetDevicePosition, batchPutGeofence, batchUpdateDevicePosition, createGeofenceCollection, createMap, createPlaceIndex, createTracker, deleteGeofenceCollection, deleteMap, deletePlaceIndex, deleteTracker, describeGeofenceCollection, describeMap, describePlaceIndex, describeTracker, disassociateTrackerConsumer, getCachedResponseMetadata, getDevicePosition, getDevicePositionHistory, getGeofence, getMapGlyphs, getMapSprites, getMapStyleDescriptor, getMapTile, listGeofenceCollections, listGeofences, listMaps, listPlaceIndexes, listTrackerConsumers, listTrackers, putGeofence, searchPlaceIndexForPosition, searchPlaceIndexForText, shutdownequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassociateTrackerConsumer, batchDeleteGeofence, batchEvaluateGeofences, batchGetDevicePosition, batchPutGeofence, batchUpdateDevicePosition, createGeofenceCollection, createMap, createPlaceIndex, createTracker, deleteGeofenceCollection, deleteMap, deletePlaceIndex, deleteTracker, describeGeofenceCollection, describeMap, describePlaceIndex, describeTracker, disassociateTrackerConsumer, getCachedResponseMetadata, getDevicePosition, getDevicePositionHistory, getGeofence, getMapGlyphs, getMapSprites, getMapStyleDescriptor, getMapTile, listGeofenceCollections, listGeofences, listMaps, listPlaceIndexes, listTrackerConsumers, listTrackers, putGeofence, searchPlaceIndexForPosition, searchPlaceIndexForText, shutdownpublic Future<AssociateTrackerConsumerResult> associateTrackerConsumerAsync(AssociateTrackerConsumerRequest request)
AmazonLocationAsyncCreates an association between a geofence collection and a tracker resource. This allows the tracker resource to communicate location data to the linked geofence collection.
associateTrackerConsumerAsync in interface AmazonLocationAsyncpublic Future<AssociateTrackerConsumerResult> associateTrackerConsumerAsync(AssociateTrackerConsumerRequest request, AsyncHandler<AssociateTrackerConsumerRequest,AssociateTrackerConsumerResult> asyncHandler)
AmazonLocationAsyncCreates an association between a geofence collection and a tracker resource. This allows the tracker resource to communicate location data to the linked geofence collection.
associateTrackerConsumerAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<BatchDeleteGeofenceResult> batchDeleteGeofenceAsync(BatchDeleteGeofenceRequest request)
AmazonLocationAsyncDeletes a batch of geofences from a geofence collection.
This action deletes the resource permanently. You can't undo this action.
batchDeleteGeofenceAsync in interface AmazonLocationAsyncpublic Future<BatchDeleteGeofenceResult> batchDeleteGeofenceAsync(BatchDeleteGeofenceRequest request, AsyncHandler<BatchDeleteGeofenceRequest,BatchDeleteGeofenceResult> asyncHandler)
AmazonLocationAsyncDeletes a batch of geofences from a geofence collection.
This action deletes the resource permanently. You can't undo this action.
batchDeleteGeofenceAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<BatchEvaluateGeofencesResult> batchEvaluateGeofencesAsync(BatchEvaluateGeofencesRequest request)
AmazonLocationAsyncUsed in geofence monitoring. Evaluates device positions against the position of geofences in a given geofence collection.
batchEvaluateGeofencesAsync in interface AmazonLocationAsyncpublic Future<BatchEvaluateGeofencesResult> batchEvaluateGeofencesAsync(BatchEvaluateGeofencesRequest request, AsyncHandler<BatchEvaluateGeofencesRequest,BatchEvaluateGeofencesResult> asyncHandler)
AmazonLocationAsyncUsed in geofence monitoring. Evaluates device positions against the position of geofences in a given geofence collection.
batchEvaluateGeofencesAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<BatchGetDevicePositionResult> batchGetDevicePositionAsync(BatchGetDevicePositionRequest request)
AmazonLocationAsyncA batch request to retrieve device positions.
The response will return the device positions from the last 24 hours.
batchGetDevicePositionAsync in interface AmazonLocationAsyncpublic Future<BatchGetDevicePositionResult> batchGetDevicePositionAsync(BatchGetDevicePositionRequest request, AsyncHandler<BatchGetDevicePositionRequest,BatchGetDevicePositionResult> asyncHandler)
AmazonLocationAsyncA batch request to retrieve device positions.
The response will return the device positions from the last 24 hours.
batchGetDevicePositionAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<BatchPutGeofenceResult> batchPutGeofenceAsync(BatchPutGeofenceRequest request)
AmazonLocationAsyncA batch request for storing geofences into a given geofence collection.
batchPutGeofenceAsync in interface AmazonLocationAsyncpublic Future<BatchPutGeofenceResult> batchPutGeofenceAsync(BatchPutGeofenceRequest request, AsyncHandler<BatchPutGeofenceRequest,BatchPutGeofenceResult> asyncHandler)
AmazonLocationAsyncA batch request for storing geofences into a given geofence collection.
batchPutGeofenceAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<BatchUpdateDevicePositionResult> batchUpdateDevicePositionAsync(BatchUpdateDevicePositionRequest request)
AmazonLocationAsyncUploads a position update for one or more devices to a tracker resource. The data is used for API queries requesting the device position and position history.
Limitation ā Location data is sampled at a fixed rate of 1 position per 30 second interval, and retained for 1 year before it is deleted.
batchUpdateDevicePositionAsync in interface AmazonLocationAsyncpublic Future<BatchUpdateDevicePositionResult> batchUpdateDevicePositionAsync(BatchUpdateDevicePositionRequest request, AsyncHandler<BatchUpdateDevicePositionRequest,BatchUpdateDevicePositionResult> asyncHandler)
AmazonLocationAsyncUploads a position update for one or more devices to a tracker resource. The data is used for API queries requesting the device position and position history.
Limitation ā Location data is sampled at a fixed rate of 1 position per 30 second interval, and retained for 1 year before it is deleted.
batchUpdateDevicePositionAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<CreateGeofenceCollectionResult> createGeofenceCollectionAsync(CreateGeofenceCollectionRequest request)
AmazonLocationAsyncCreates a geofence collection, which manages and stores geofences.
createGeofenceCollectionAsync in interface AmazonLocationAsyncpublic Future<CreateGeofenceCollectionResult> createGeofenceCollectionAsync(CreateGeofenceCollectionRequest request, AsyncHandler<CreateGeofenceCollectionRequest,CreateGeofenceCollectionResult> asyncHandler)
AmazonLocationAsyncCreates a geofence collection, which manages and stores geofences.
createGeofenceCollectionAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<CreateMapResult> createMapAsync(CreateMapRequest request)
AmazonLocationAsyncCreates a map resource in your AWS account, which provides map tiles of different styles sourced from global location data providers.
By using Maps, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using. For more information, see the AWS Service Terms for Amazon Location Service.
createMapAsync in interface AmazonLocationAsyncpublic Future<CreateMapResult> createMapAsync(CreateMapRequest request, AsyncHandler<CreateMapRequest,CreateMapResult> asyncHandler)
AmazonLocationAsyncCreates a map resource in your AWS account, which provides map tiles of different styles sourced from global location data providers.
By using Maps, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using. For more information, see the AWS Service Terms for Amazon Location Service.
createMapAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<CreatePlaceIndexResult> createPlaceIndexAsync(CreatePlaceIndexRequest request)
AmazonLocationAsyncCreates a Place index resource in your AWS account, which supports Places functions with geospatial data sourced from your chosen data provider.
By using Places, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using.
Because of licensing limitations, you may not use HERE to store results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
createPlaceIndexAsync in interface AmazonLocationAsyncpublic Future<CreatePlaceIndexResult> createPlaceIndexAsync(CreatePlaceIndexRequest request, AsyncHandler<CreatePlaceIndexRequest,CreatePlaceIndexResult> asyncHandler)
AmazonLocationAsyncCreates a Place index resource in your AWS account, which supports Places functions with geospatial data sourced from your chosen data provider.
By using Places, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using.
Because of licensing limitations, you may not use HERE to store results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
createPlaceIndexAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<CreateTrackerResult> createTrackerAsync(CreateTrackerRequest request)
AmazonLocationAsyncCreates a tracker resource in your AWS account, which lets you retrieve current and historical location of devices.
createTrackerAsync in interface AmazonLocationAsyncpublic Future<CreateTrackerResult> createTrackerAsync(CreateTrackerRequest request, AsyncHandler<CreateTrackerRequest,CreateTrackerResult> asyncHandler)
AmazonLocationAsyncCreates a tracker resource in your AWS account, which lets you retrieve current and historical location of devices.
createTrackerAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<DeleteGeofenceCollectionResult> deleteGeofenceCollectionAsync(DeleteGeofenceCollectionRequest request)
AmazonLocationAsyncDeletes a geofence collection from your AWS account.
This action deletes the resource permanently. You can't undo this action. If the geofence collection is the target of a tracker resource, the devices will no longer be monitored.
deleteGeofenceCollectionAsync in interface AmazonLocationAsyncpublic Future<DeleteGeofenceCollectionResult> deleteGeofenceCollectionAsync(DeleteGeofenceCollectionRequest request, AsyncHandler<DeleteGeofenceCollectionRequest,DeleteGeofenceCollectionResult> asyncHandler)
AmazonLocationAsyncDeletes a geofence collection from your AWS account.
This action deletes the resource permanently. You can't undo this action. If the geofence collection is the target of a tracker resource, the devices will no longer be monitored.
deleteGeofenceCollectionAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<DeleteMapResult> deleteMapAsync(DeleteMapRequest request)
AmazonLocationAsyncDeletes a map resource from your AWS account.
This action deletes the resource permanently. You cannot undo this action. If the map is being used in an application, the map may not render.
deleteMapAsync in interface AmazonLocationAsyncpublic Future<DeleteMapResult> deleteMapAsync(DeleteMapRequest request, AsyncHandler<DeleteMapRequest,DeleteMapResult> asyncHandler)
AmazonLocationAsyncDeletes a map resource from your AWS account.
This action deletes the resource permanently. You cannot undo this action. If the map is being used in an application, the map may not render.
deleteMapAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<DeletePlaceIndexResult> deletePlaceIndexAsync(DeletePlaceIndexRequest request)
AmazonLocationAsyncDeletes a Place index resource from your AWS account.
This action deletes the resource permanently. You cannot undo this action.
deletePlaceIndexAsync in interface AmazonLocationAsyncpublic Future<DeletePlaceIndexResult> deletePlaceIndexAsync(DeletePlaceIndexRequest request, AsyncHandler<DeletePlaceIndexRequest,DeletePlaceIndexResult> asyncHandler)
AmazonLocationAsyncDeletes a Place index resource from your AWS account.
This action deletes the resource permanently. You cannot undo this action.
deletePlaceIndexAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<DeleteTrackerResult> deleteTrackerAsync(DeleteTrackerRequest request)
AmazonLocationAsyncDeletes a tracker resource from your AWS account.
This action deletes the resource permanently. You can't undo this action. If the tracker resource is in use, you may encounter an error. Make sure that the target resource is not a dependency for your applications.
deleteTrackerAsync in interface AmazonLocationAsyncpublic Future<DeleteTrackerResult> deleteTrackerAsync(DeleteTrackerRequest request, AsyncHandler<DeleteTrackerRequest,DeleteTrackerResult> asyncHandler)
AmazonLocationAsyncDeletes a tracker resource from your AWS account.
This action deletes the resource permanently. You can't undo this action. If the tracker resource is in use, you may encounter an error. Make sure that the target resource is not a dependency for your applications.
deleteTrackerAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<DescribeGeofenceCollectionResult> describeGeofenceCollectionAsync(DescribeGeofenceCollectionRequest request)
AmazonLocationAsyncRetrieves the geofence collection details.
describeGeofenceCollectionAsync in interface AmazonLocationAsyncpublic Future<DescribeGeofenceCollectionResult> describeGeofenceCollectionAsync(DescribeGeofenceCollectionRequest request, AsyncHandler<DescribeGeofenceCollectionRequest,DescribeGeofenceCollectionResult> asyncHandler)
AmazonLocationAsyncRetrieves the geofence collection details.
describeGeofenceCollectionAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<DescribeMapResult> describeMapAsync(DescribeMapRequest request)
AmazonLocationAsyncRetrieves the map resource details.
describeMapAsync in interface AmazonLocationAsyncpublic Future<DescribeMapResult> describeMapAsync(DescribeMapRequest request, AsyncHandler<DescribeMapRequest,DescribeMapResult> asyncHandler)
AmazonLocationAsyncRetrieves the map resource details.
describeMapAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<DescribePlaceIndexResult> describePlaceIndexAsync(DescribePlaceIndexRequest request)
AmazonLocationAsyncRetrieves the Place index resource details.
describePlaceIndexAsync in interface AmazonLocationAsyncpublic Future<DescribePlaceIndexResult> describePlaceIndexAsync(DescribePlaceIndexRequest request, AsyncHandler<DescribePlaceIndexRequest,DescribePlaceIndexResult> asyncHandler)
AmazonLocationAsyncRetrieves the Place index resource details.
describePlaceIndexAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<DescribeTrackerResult> describeTrackerAsync(DescribeTrackerRequest request)
AmazonLocationAsyncRetrieves the tracker resource details.
describeTrackerAsync in interface AmazonLocationAsyncpublic Future<DescribeTrackerResult> describeTrackerAsync(DescribeTrackerRequest request, AsyncHandler<DescribeTrackerRequest,DescribeTrackerResult> asyncHandler)
AmazonLocationAsyncRetrieves the tracker resource details.
describeTrackerAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<DisassociateTrackerConsumerResult> disassociateTrackerConsumerAsync(DisassociateTrackerConsumerRequest request)
AmazonLocationAsyncRemoves the association bewteen 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.
disassociateTrackerConsumerAsync in interface AmazonLocationAsyncpublic Future<DisassociateTrackerConsumerResult> disassociateTrackerConsumerAsync(DisassociateTrackerConsumerRequest request, AsyncHandler<DisassociateTrackerConsumerRequest,DisassociateTrackerConsumerResult> asyncHandler)
AmazonLocationAsyncRemoves the association bewteen 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.
disassociateTrackerConsumerAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<GetDevicePositionResult> getDevicePositionAsync(GetDevicePositionRequest request)
AmazonLocationAsyncRetrieves the latest device position.
Limitation ā Device positions are deleted after one year.
getDevicePositionAsync in interface AmazonLocationAsyncpublic Future<GetDevicePositionResult> getDevicePositionAsync(GetDevicePositionRequest request, AsyncHandler<GetDevicePositionRequest,GetDevicePositionResult> asyncHandler)
AmazonLocationAsyncRetrieves the latest device position.
Limitation ā Device positions are deleted after one year.
getDevicePositionAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<GetDevicePositionHistoryResult> getDevicePositionHistoryAsync(GetDevicePositionHistoryRequest request)
AmazonLocationAsyncRetrieves the device position history from a tracker resource within a specified range of time.
Limitation ā Device positions are deleted after one year.
getDevicePositionHistoryAsync in interface AmazonLocationAsyncpublic Future<GetDevicePositionHistoryResult> getDevicePositionHistoryAsync(GetDevicePositionHistoryRequest request, AsyncHandler<GetDevicePositionHistoryRequest,GetDevicePositionHistoryResult> asyncHandler)
AmazonLocationAsyncRetrieves the device position history from a tracker resource within a specified range of time.
Limitation ā Device positions are deleted after one year.
getDevicePositionHistoryAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<GetGeofenceResult> getGeofenceAsync(GetGeofenceRequest request)
AmazonLocationAsyncRetrieves the geofence details from a geofence collection.
getGeofenceAsync in interface AmazonLocationAsyncpublic Future<GetGeofenceResult> getGeofenceAsync(GetGeofenceRequest request, AsyncHandler<GetGeofenceRequest,GetGeofenceResult> asyncHandler)
AmazonLocationAsyncRetrieves the geofence details from a geofence collection.
getGeofenceAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<GetMapGlyphsResult> getMapGlyphsAsync(GetMapGlyphsRequest request)
AmazonLocationAsyncRetrieves glyphs used to display labels on a map.
getMapGlyphsAsync in interface AmazonLocationAsyncpublic Future<GetMapGlyphsResult> getMapGlyphsAsync(GetMapGlyphsRequest request, AsyncHandler<GetMapGlyphsRequest,GetMapGlyphsResult> asyncHandler)
AmazonLocationAsyncRetrieves glyphs used to display labels on a map.
getMapGlyphsAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<GetMapSpritesResult> getMapSpritesAsync(GetMapSpritesRequest request)
AmazonLocationAsyncRetrieves 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.
getMapSpritesAsync in interface AmazonLocationAsyncpublic Future<GetMapSpritesResult> getMapSpritesAsync(GetMapSpritesRequest request, AsyncHandler<GetMapSpritesRequest,GetMapSpritesResult> asyncHandler)
AmazonLocationAsyncRetrieves 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.
getMapSpritesAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<GetMapStyleDescriptorResult> getMapStyleDescriptorAsync(GetMapStyleDescriptorRequest request)
AmazonLocationAsyncRetrieves 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.
getMapStyleDescriptorAsync in interface AmazonLocationAsyncpublic Future<GetMapStyleDescriptorResult> getMapStyleDescriptorAsync(GetMapStyleDescriptorRequest request, AsyncHandler<GetMapStyleDescriptorRequest,GetMapStyleDescriptorResult> asyncHandler)
AmazonLocationAsyncRetrieves 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.
getMapStyleDescriptorAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<GetMapTileResult> getMapTileAsync(GetMapTileRequest request)
AmazonLocationAsyncRetrieves a vector data tile from the map resource. Map tiles are used by clients to render a map. They are 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).
getMapTileAsync in interface AmazonLocationAsyncpublic Future<GetMapTileResult> getMapTileAsync(GetMapTileRequest request, AsyncHandler<GetMapTileRequest,GetMapTileResult> asyncHandler)
AmazonLocationAsyncRetrieves a vector data tile from the map resource. Map tiles are used by clients to render a map. They are 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).
getMapTileAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<ListGeofenceCollectionsResult> listGeofenceCollectionsAsync(ListGeofenceCollectionsRequest request)
AmazonLocationAsyncLists geofence collections in your AWS account.
listGeofenceCollectionsAsync in interface AmazonLocationAsyncpublic Future<ListGeofenceCollectionsResult> listGeofenceCollectionsAsync(ListGeofenceCollectionsRequest request, AsyncHandler<ListGeofenceCollectionsRequest,ListGeofenceCollectionsResult> asyncHandler)
AmazonLocationAsyncLists geofence collections in your AWS account.
listGeofenceCollectionsAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<ListGeofencesResult> listGeofencesAsync(ListGeofencesRequest request)
AmazonLocationAsyncLists geofences stored in a given geofence collection.
listGeofencesAsync in interface AmazonLocationAsyncpublic Future<ListGeofencesResult> listGeofencesAsync(ListGeofencesRequest request, AsyncHandler<ListGeofencesRequest,ListGeofencesResult> asyncHandler)
AmazonLocationAsyncLists geofences stored in a given geofence collection.
listGeofencesAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<ListMapsResult> listMapsAsync(ListMapsRequest request)
AmazonLocationAsyncLists map resources in your AWS account.
listMapsAsync in interface AmazonLocationAsyncpublic Future<ListMapsResult> listMapsAsync(ListMapsRequest request, AsyncHandler<ListMapsRequest,ListMapsResult> asyncHandler)
AmazonLocationAsyncLists map resources in your AWS account.
listMapsAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<ListPlaceIndexesResult> listPlaceIndexesAsync(ListPlaceIndexesRequest request)
AmazonLocationAsyncLists Place index resources in your AWS account.
listPlaceIndexesAsync in interface AmazonLocationAsyncpublic Future<ListPlaceIndexesResult> listPlaceIndexesAsync(ListPlaceIndexesRequest request, AsyncHandler<ListPlaceIndexesRequest,ListPlaceIndexesResult> asyncHandler)
AmazonLocationAsyncLists Place index resources in your AWS account.
listPlaceIndexesAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<ListTrackerConsumersResult> listTrackerConsumersAsync(ListTrackerConsumersRequest request)
AmazonLocationAsyncLists geofence collections currently associated to the given tracker resource.
listTrackerConsumersAsync in interface AmazonLocationAsyncpublic Future<ListTrackerConsumersResult> listTrackerConsumersAsync(ListTrackerConsumersRequest request, AsyncHandler<ListTrackerConsumersRequest,ListTrackerConsumersResult> asyncHandler)
AmazonLocationAsyncLists geofence collections currently associated to the given tracker resource.
listTrackerConsumersAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<ListTrackersResult> listTrackersAsync(ListTrackersRequest request)
AmazonLocationAsyncLists tracker resources in your AWS account.
listTrackersAsync in interface AmazonLocationAsyncpublic Future<ListTrackersResult> listTrackersAsync(ListTrackersRequest request, AsyncHandler<ListTrackersRequest,ListTrackersResult> asyncHandler)
AmazonLocationAsyncLists tracker resources in your AWS account.
listTrackersAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<PutGeofenceResult> putGeofenceAsync(PutGeofenceRequest request)
AmazonLocationAsyncStores a geofence to a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.
putGeofenceAsync in interface AmazonLocationAsyncpublic Future<PutGeofenceResult> putGeofenceAsync(PutGeofenceRequest request, AsyncHandler<PutGeofenceRequest,PutGeofenceResult> asyncHandler)
AmazonLocationAsyncStores a geofence to a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.
putGeofenceAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<SearchPlaceIndexForPositionResult> searchPlaceIndexForPositionAsync(SearchPlaceIndexForPositionRequest request)
AmazonLocationAsyncReverse geocodes a given coordinate and returns a legible address. Allows you to search for Places or points of interest near a given position.
By using Places, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using.
Because of licensing limitations, you may not use HERE to store results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
searchPlaceIndexForPositionAsync in interface AmazonLocationAsyncpublic Future<SearchPlaceIndexForPositionResult> searchPlaceIndexForPositionAsync(SearchPlaceIndexForPositionRequest request, AsyncHandler<SearchPlaceIndexForPositionRequest,SearchPlaceIndexForPositionResult> asyncHandler)
AmazonLocationAsyncReverse geocodes a given coordinate and returns a legible address. Allows you to search for Places or points of interest near a given position.
By using Places, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using.
Because of licensing limitations, you may not use HERE to store results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
searchPlaceIndexForPositionAsync in interface AmazonLocationAsyncasyncHandler - 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.public Future<SearchPlaceIndexForTextResult> searchPlaceIndexForTextAsync(SearchPlaceIndexForTextRequest request)
AmazonLocationAsyncGeocodes 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.
By using Places, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using.
Also, when using HERE as your data provider, you may not (a) use HERE Places for Asset Management, or (b) select
the Storage option for the IntendedUse parameter when requesting Places in Japan. For
more information, see the AWS Service Terms for Amazon
Location Service.
searchPlaceIndexForTextAsync in interface AmazonLocationAsyncpublic Future<SearchPlaceIndexForTextResult> searchPlaceIndexForTextAsync(SearchPlaceIndexForTextRequest request, AsyncHandler<SearchPlaceIndexForTextRequest,SearchPlaceIndexForTextResult> asyncHandler)
AmazonLocationAsyncGeocodes 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.
By using Places, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using.
Also, when using HERE as your data provider, you may not (a) use HERE Places for Asset Management, or (b) select
the Storage option for the IntendedUse parameter when requesting Places in Japan. For
more information, see the AWS Service Terms for Amazon
Location Service.
searchPlaceIndexForTextAsync in interface AmazonLocationAsyncasyncHandler - 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.