@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)
Lists the latest device positions for requested devices.
|
Future<BatchGetDevicePositionResult> |
batchGetDevicePositionAsync(BatchGetDevicePositionRequest batchGetDevicePositionRequest,
AsyncHandler<BatchGetDevicePositionRequest,BatchGetDevicePositionResult> asyncHandler)
Lists the latest device positions for requested devices.
|
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 (up to 10 devices per batch).
|
Future<BatchUpdateDevicePositionResult> |
batchUpdateDevicePositionAsync(BatchUpdateDevicePositionRequest batchUpdateDevicePositionRequest,
AsyncHandler<BatchUpdateDevicePositionRequest,BatchUpdateDevicePositionResult> asyncHandler)
Uploads position update data for one or more devices to a tracker resource (up to 10 devices per batch).
|
Future<CalculateRouteResult> |
calculateRouteAsync(CalculateRouteRequest calculateRouteRequest)
Calculates a route
given the following required parameters:
DeparturePosition and DestinationPosition . |
Future<CalculateRouteResult> |
calculateRouteAsync(CalculateRouteRequest calculateRouteRequest,
AsyncHandler<CalculateRouteRequest,CalculateRouteResult> asyncHandler)
Calculates a route
given the following required parameters:
DeparturePosition and DestinationPosition . |
Future<CalculateRouteMatrixResult> |
calculateRouteMatrixAsync(CalculateRouteMatrixRequest calculateRouteMatrixRequest)
Calculates a
route matrix given the following required parameters:
DeparturePositions and
DestinationPositions . |
Future<CalculateRouteMatrixResult> |
calculateRouteMatrixAsync(CalculateRouteMatrixRequest calculateRouteMatrixRequest,
AsyncHandler<CalculateRouteMatrixRequest,CalculateRouteMatrixResult> asyncHandler)
Calculates a
route matrix given the following required parameters:
DeparturePositions and
DestinationPositions . |
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<CreateKeyResult> |
createKeyAsync(CreateKeyRequest createKeyRequest)
Creates an API key resource in your Amazon Web Services account, which lets you grant actions for Amazon Location
resources to the API key bearer.
|
Future<CreateKeyResult> |
createKeyAsync(CreateKeyRequest createKeyRequest,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Creates an API key resource in your Amazon Web Services account, which lets you grant actions for Amazon Location
resources to the API key bearer.
|
Future<CreateMapResult> |
createMapAsync(CreateMapRequest createMapRequest)
Creates a map resource in your Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services account.
|
Future<CreatePlaceIndexResult> |
createPlaceIndexAsync(CreatePlaceIndexRequest createPlaceIndexRequest,
AsyncHandler<CreatePlaceIndexRequest,CreatePlaceIndexResult> asyncHandler)
Creates a place index resource in your Amazon Web Services account.
|
Future<CreateRouteCalculatorResult> |
createRouteCalculatorAsync(CreateRouteCalculatorRequest createRouteCalculatorRequest)
Creates a route calculator resource in your Amazon Web Services account.
|
Future<CreateRouteCalculatorResult> |
createRouteCalculatorAsync(CreateRouteCalculatorRequest createRouteCalculatorRequest,
AsyncHandler<CreateRouteCalculatorRequest,CreateRouteCalculatorResult> asyncHandler)
Creates a route calculator resource in your Amazon Web Services account.
|
Future<CreateTrackerResult> |
createTrackerAsync(CreateTrackerRequest createTrackerRequest)
Creates a tracker resource in your Amazon Web Services 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 Amazon Web Services account, which lets you retrieve current and historical
location of devices.
|
Future<DeleteGeofenceCollectionResult> |
deleteGeofenceCollectionAsync(DeleteGeofenceCollectionRequest deleteGeofenceCollectionRequest)
Deletes a geofence collection from your Amazon Web Services account.
|
Future<DeleteGeofenceCollectionResult> |
deleteGeofenceCollectionAsync(DeleteGeofenceCollectionRequest deleteGeofenceCollectionRequest,
AsyncHandler<DeleteGeofenceCollectionRequest,DeleteGeofenceCollectionResult> asyncHandler)
Deletes a geofence collection from your Amazon Web Services account.
|
Future<DeleteKeyResult> |
deleteKeyAsync(DeleteKeyRequest deleteKeyRequest)
Deletes the specified API key.
|
Future<DeleteKeyResult> |
deleteKeyAsync(DeleteKeyRequest deleteKeyRequest,
AsyncHandler<DeleteKeyRequest,DeleteKeyResult> asyncHandler)
Deletes the specified API key.
|
Future<DeleteMapResult> |
deleteMapAsync(DeleteMapRequest deleteMapRequest)
Deletes a map resource from your Amazon Web Services account.
|
Future<DeleteMapResult> |
deleteMapAsync(DeleteMapRequest deleteMapRequest,
AsyncHandler<DeleteMapRequest,DeleteMapResult> asyncHandler)
Deletes a map resource from your Amazon Web Services account.
|
Future<DeletePlaceIndexResult> |
deletePlaceIndexAsync(DeletePlaceIndexRequest deletePlaceIndexRequest)
Deletes a place index resource from your Amazon Web Services account.
|
Future<DeletePlaceIndexResult> |
deletePlaceIndexAsync(DeletePlaceIndexRequest deletePlaceIndexRequest,
AsyncHandler<DeletePlaceIndexRequest,DeletePlaceIndexResult> asyncHandler)
Deletes a place index resource from your Amazon Web Services account.
|
Future<DeleteRouteCalculatorResult> |
deleteRouteCalculatorAsync(DeleteRouteCalculatorRequest deleteRouteCalculatorRequest)
Deletes a route calculator resource from your Amazon Web Services account.
|
Future<DeleteRouteCalculatorResult> |
deleteRouteCalculatorAsync(DeleteRouteCalculatorRequest deleteRouteCalculatorRequest,
AsyncHandler<DeleteRouteCalculatorRequest,DeleteRouteCalculatorResult> asyncHandler)
Deletes a route calculator resource from your Amazon Web Services account.
|
Future<DeleteTrackerResult> |
deleteTrackerAsync(DeleteTrackerRequest deleteTrackerRequest)
Deletes a tracker resource from your Amazon Web Services account.
|
Future<DeleteTrackerResult> |
deleteTrackerAsync(DeleteTrackerRequest deleteTrackerRequest,
AsyncHandler<DeleteTrackerRequest,DeleteTrackerResult> asyncHandler)
Deletes a tracker resource from your Amazon Web Services 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<DescribeKeyResult> |
describeKeyAsync(DescribeKeyRequest describeKeyRequest)
Retrieves the API key resource details.
|
Future<DescribeKeyResult> |
describeKeyAsync(DescribeKeyRequest describeKeyRequest,
AsyncHandler<DescribeKeyRequest,DescribeKeyResult> asyncHandler)
Retrieves the API key resource 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<ForecastGeofenceEventsResult> |
forecastGeofenceEventsAsync(ForecastGeofenceEventsRequest forecastGeofenceEventsRequest)
Evaluates device positions against geofence geometries from a given geofence collection.
|
Future<ForecastGeofenceEventsResult> |
forecastGeofenceEventsAsync(ForecastGeofenceEventsRequest forecastGeofenceEventsRequest,
AsyncHandler<ForecastGeofenceEventsRequest,ForecastGeofenceEventsResult> asyncHandler)
Evaluates device positions against geofence geometries from a given 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<GetPlaceResult> |
getPlaceAsync(GetPlaceRequest getPlaceRequest)
Finds a place by its unique ID.
|
Future<GetPlaceResult> |
getPlaceAsync(GetPlaceRequest getPlaceRequest,
AsyncHandler<GetPlaceRequest,GetPlaceResult> asyncHandler)
Finds a place by its unique ID.
|
Future<ListDevicePositionsResult> |
listDevicePositionsAsync(ListDevicePositionsRequest listDevicePositionsRequest)
A batch request to retrieve all device positions.
|
Future<ListDevicePositionsResult> |
listDevicePositionsAsync(ListDevicePositionsRequest listDevicePositionsRequest,
AsyncHandler<ListDevicePositionsRequest,ListDevicePositionsResult> asyncHandler)
A batch request to retrieve all device positions.
|
Future<ListGeofenceCollectionsResult> |
listGeofenceCollectionsAsync(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest)
Lists geofence collections in your Amazon Web Services account.
|
Future<ListGeofenceCollectionsResult> |
listGeofenceCollectionsAsync(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest,
AsyncHandler<ListGeofenceCollectionsRequest,ListGeofenceCollectionsResult> asyncHandler)
Lists geofence collections in your Amazon Web Services 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<ListKeysResult> |
listKeysAsync(ListKeysRequest listKeysRequest)
Lists API key resources in your Amazon Web Services account.
|
Future<ListKeysResult> |
listKeysAsync(ListKeysRequest listKeysRequest,
AsyncHandler<ListKeysRequest,ListKeysResult> asyncHandler)
Lists API key resources in your Amazon Web Services account.
|
Future<ListMapsResult> |
listMapsAsync(ListMapsRequest listMapsRequest)
Lists map resources in your Amazon Web Services account.
|
Future<ListMapsResult> |
listMapsAsync(ListMapsRequest listMapsRequest,
AsyncHandler<ListMapsRequest,ListMapsResult> asyncHandler)
Lists map resources in your Amazon Web Services account.
|
Future<ListPlaceIndexesResult> |
listPlaceIndexesAsync(ListPlaceIndexesRequest listPlaceIndexesRequest)
Lists place index resources in your Amazon Web Services account.
|
Future<ListPlaceIndexesResult> |
listPlaceIndexesAsync(ListPlaceIndexesRequest listPlaceIndexesRequest,
AsyncHandler<ListPlaceIndexesRequest,ListPlaceIndexesResult> asyncHandler)
Lists place index resources in your Amazon Web Services account.
|
Future<ListRouteCalculatorsResult> |
listRouteCalculatorsAsync(ListRouteCalculatorsRequest listRouteCalculatorsRequest)
Lists route calculator resources in your Amazon Web Services account.
|
Future<ListRouteCalculatorsResult> |
listRouteCalculatorsAsync(ListRouteCalculatorsRequest listRouteCalculatorsRequest,
AsyncHandler<ListRouteCalculatorsRequest,ListRouteCalculatorsResult> asyncHandler)
Lists route calculator resources in your Amazon Web Services account.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags that are applied to the specified Amazon Location resource.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of tags that are applied to the specified Amazon Location 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 Amazon Web Services account.
|
Future<ListTrackersResult> |
listTrackersAsync(ListTrackersRequest listTrackersRequest,
AsyncHandler<ListTrackersRequest,ListTrackersResult> asyncHandler)
Lists tracker resources in your Amazon Web Services 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<SearchPlaceIndexForSuggestionsResult> |
searchPlaceIndexForSuggestionsAsync(SearchPlaceIndexForSuggestionsRequest searchPlaceIndexForSuggestionsRequest)
Generates suggestions for addresses and points of interest based on partial or misspelled free-form text.
|
Future<SearchPlaceIndexForSuggestionsResult> |
searchPlaceIndexForSuggestionsAsync(SearchPlaceIndexForSuggestionsRequest searchPlaceIndexForSuggestionsRequest,
AsyncHandler<SearchPlaceIndexForSuggestionsRequest,SearchPlaceIndexForSuggestionsResult> asyncHandler)
Generates suggestions for addresses and points of interest based on partial or misspelled free-form text.
|
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 resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from the specified Amazon Location resource.
|
Future<UpdateGeofenceCollectionResult> |
updateGeofenceCollectionAsync(UpdateGeofenceCollectionRequest updateGeofenceCollectionRequest)
Updates the specified properties of a given geofence collection.
|
Future<UpdateGeofenceCollectionResult> |
updateGeofenceCollectionAsync(UpdateGeofenceCollectionRequest updateGeofenceCollectionRequest,
AsyncHandler<UpdateGeofenceCollectionRequest,UpdateGeofenceCollectionResult> asyncHandler)
Updates the specified properties of a given geofence collection.
|
Future<UpdateKeyResult> |
updateKeyAsync(UpdateKeyRequest updateKeyRequest)
Updates the specified properties of a given API key resource.
|
Future<UpdateKeyResult> |
updateKeyAsync(UpdateKeyRequest updateKeyRequest,
AsyncHandler<UpdateKeyRequest,UpdateKeyResult> asyncHandler)
Updates the specified properties of a given API key resource.
|
Future<UpdateMapResult> |
updateMapAsync(UpdateMapRequest updateMapRequest)
Updates the specified properties of a given map resource.
|
Future<UpdateMapResult> |
updateMapAsync(UpdateMapRequest updateMapRequest,
AsyncHandler<UpdateMapRequest,UpdateMapResult> asyncHandler)
Updates the specified properties of a given map resource.
|
Future<UpdatePlaceIndexResult> |
updatePlaceIndexAsync(UpdatePlaceIndexRequest updatePlaceIndexRequest)
Updates the specified properties of a given place index resource.
|
Future<UpdatePlaceIndexResult> |
updatePlaceIndexAsync(UpdatePlaceIndexRequest updatePlaceIndexRequest,
AsyncHandler<UpdatePlaceIndexRequest,UpdatePlaceIndexResult> asyncHandler)
Updates the specified properties of a given place index resource.
|
Future<UpdateRouteCalculatorResult> |
updateRouteCalculatorAsync(UpdateRouteCalculatorRequest updateRouteCalculatorRequest)
Updates the specified properties for a given route calculator resource.
|
Future<UpdateRouteCalculatorResult> |
updateRouteCalculatorAsync(UpdateRouteCalculatorRequest updateRouteCalculatorRequest,
AsyncHandler<UpdateRouteCalculatorRequest,UpdateRouteCalculatorResult> asyncHandler)
Updates the specified properties for a given route calculator resource.
|
Future<UpdateTrackerResult> |
updateTrackerAsync(UpdateTrackerRequest updateTrackerRequest)
Updates the specified properties of a given tracker resource.
|
Future<UpdateTrackerResult> |
updateTrackerAsync(UpdateTrackerRequest updateTrackerRequest,
AsyncHandler<UpdateTrackerRequest,UpdateTrackerResult> asyncHandler)
Updates the specified properties of a given tracker resource.
|
Future<VerifyDevicePositionResult> |
verifyDevicePositionAsync(VerifyDevicePositionRequest verifyDevicePositionRequest)
Verifies the integrity of the device's position by determining if it was reported behind a proxy, and by
comparing it to an inferred position estimated based on the device's state.
|
Future<VerifyDevicePositionResult> |
verifyDevicePositionAsync(VerifyDevicePositionRequest verifyDevicePositionRequest,
AsyncHandler<VerifyDevicePositionRequest,VerifyDevicePositionResult> asyncHandler)
Verifies the integrity of the device's position by determining if it was reported behind a proxy, and by
comparing it to an inferred position estimated based on the device's state.
|
associateTrackerConsumer, batchDeleteDevicePositionHistory, batchDeleteGeofence, batchEvaluateGeofences, batchGetDevicePosition, batchPutGeofence, batchUpdateDevicePosition, calculateRoute, calculateRouteMatrix, createGeofenceCollection, createKey, createMap, createPlaceIndex, createRouteCalculator, createTracker, deleteGeofenceCollection, deleteKey, deleteMap, deletePlaceIndex, deleteRouteCalculator, deleteTracker, describeGeofenceCollection, describeKey, describeMap, describePlaceIndex, describeRouteCalculator, describeTracker, disassociateTrackerConsumer, forecastGeofenceEvents, getCachedResponseMetadata, getDevicePosition, getDevicePositionHistory, getGeofence, getMapGlyphs, getMapSprites, getMapStyleDescriptor, getMapTile, getPlace, listDevicePositions, listGeofenceCollections, listGeofences, listKeys, listMaps, listPlaceIndexes, listRouteCalculators, listTagsForResource, listTrackerConsumers, listTrackers, putGeofence, searchPlaceIndexForPosition, searchPlaceIndexForSuggestions, searchPlaceIndexForText, shutdown, tagResource, untagResource, updateGeofenceCollection, updateKey, updateMap, updatePlaceIndex, updateRouteCalculator, updateTracker, verifyDevicePosition
Future<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.
You can associate up to five geofence collections to each tracker resource.
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.
You can associate up to five geofence collections to each tracker resource.
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.
This operation always returns an empty response because geofences are asynchronously evaluated. The evaluation determines if the device has entered or exited a geofenced area, and then publishes one of the following events to Amazon EventBridge:
ENTER
if Amazon Location determines that the tracked device has entered a geofenced area.
EXIT
if Amazon Location determines that the tracked device has exited a geofenced area.
The last geofence that a device was observed within is tracked for 30 days after the most recent device position update.
Geofence evaluation uses the given device position. It does not account for the optional Accuracy
of
a DevicePositionUpdate
.
The DeviceID
is used as a string to represent the device. You do not need to have a
Tracker
associated with the DeviceID
.
batchEvaluateGeofencesRequest
- Future<BatchEvaluateGeofencesResult> batchEvaluateGeofencesAsync(BatchEvaluateGeofencesRequest batchEvaluateGeofencesRequest, AsyncHandler<BatchEvaluateGeofencesRequest,BatchEvaluateGeofencesResult> asyncHandler)
Evaluates device positions against the geofence geometries from a given geofence collection.
This operation always returns an empty response because geofences are asynchronously evaluated. The evaluation determines if the device has entered or exited a geofenced area, and then publishes one of the following events to Amazon EventBridge:
ENTER
if Amazon Location determines that the tracked device has entered a geofenced area.
EXIT
if Amazon Location determines that the tracked device has exited a geofenced area.
The last geofence that a device was observed within is tracked for 30 days after the most recent device position update.
Geofence evaluation uses the given device position. It does not account for the optional Accuracy
of
a DevicePositionUpdate
.
The DeviceID
is used as a string to represent the device. You do not need to have a
Tracker
associated with the DeviceID
.
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)
Lists the latest device positions for requested devices.
batchGetDevicePositionRequest
- Future<BatchGetDevicePositionResult> batchGetDevicePositionAsync(BatchGetDevicePositionRequest batchGetDevicePositionRequest, AsyncHandler<BatchGetDevicePositionRequest,BatchGetDevicePositionResult> asyncHandler)
Lists the latest device positions for requested devices.
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 (up to 10 devices per batch). Amazon Location uses the data when it reports the last known device position and position history. Amazon Location retains location data for 30 days.
Position updates are handled based on the PositionFiltering
property of the tracker. When
PositionFiltering
is set to TimeBased
, updates are evaluated against linked geofence
collections, and location data is stored at a maximum of one position per 30 second interval. If your update
frequency is more often than every 30 seconds, only one update per 30 seconds is stored for each unique device
ID.
When PositionFiltering
is set to DistanceBased
filtering, location data is stored and
evaluated against linked geofence collections only if the device has moved more than 30 m (98.4 ft).
When PositionFiltering
is set to AccuracyBased
filtering, location data is stored and
evaluated against linked geofence collections only if the device has moved more than the measured accuracy. For
example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m, the second update
is neither stored or evaluated if the device has moved less than 15 m. If PositionFiltering
is set
to AccuracyBased
filtering, Amazon Location uses the default value { "Horizontal": 0}
when accuracy is not provided on a DevicePositionUpdate
.
batchUpdateDevicePositionRequest
- Future<BatchUpdateDevicePositionResult> batchUpdateDevicePositionAsync(BatchUpdateDevicePositionRequest batchUpdateDevicePositionRequest, AsyncHandler<BatchUpdateDevicePositionRequest,BatchUpdateDevicePositionResult> asyncHandler)
Uploads position update data for one or more devices to a tracker resource (up to 10 devices per batch). Amazon Location uses the data when it reports the last known device position and position history. Amazon Location retains location data for 30 days.
Position updates are handled based on the PositionFiltering
property of the tracker. When
PositionFiltering
is set to TimeBased
, updates are evaluated against linked geofence
collections, and location data is stored at a maximum of one position per 30 second interval. If your update
frequency is more often than every 30 seconds, only one update per 30 seconds is stored for each unique device
ID.
When PositionFiltering
is set to DistanceBased
filtering, location data is stored and
evaluated against linked geofence collections only if the device has moved more than 30 m (98.4 ft).
When PositionFiltering
is set to AccuracyBased
filtering, location data is stored and
evaluated against linked geofence collections only if the device has moved more than the measured accuracy. For
example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m, the second update
is neither stored or evaluated if the device has moved less than 15 m. If PositionFiltering
is set
to AccuracyBased
filtering, Amazon Location uses the default value { "Horizontal": 0}
when accuracy is not provided on a DevicePositionUpdate
.
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: DeparturePosition
and DestinationPosition
.
Requires that you first create a
route 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 DepartNow
. This calculates a route based on
predictive traffic data at the given time.
You can't specify both DepartureTime
and DepartNow
in a single request. Specifying both
parameters returns a validation error.
Specifying a travel
mode using TravelMode sets the transportation mode used to calculate the routes. This also lets you specify
additional route preferences in CarModeOptions
if traveling by Car
, or
TruckModeOptions
if traveling by Truck
.
If you specify walking
for the travel mode and your data provider is Esri, the start and destination
must be within 40km.
calculateRouteRequest
- Future<CalculateRouteResult> calculateRouteAsync(CalculateRouteRequest calculateRouteRequest, AsyncHandler<CalculateRouteRequest,CalculateRouteResult> asyncHandler)
Calculates a route
given the following required parameters: DeparturePosition
and DestinationPosition
.
Requires that you first create a
route 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 DepartNow
. This calculates a route based on
predictive traffic data at the given time.
You can't specify both DepartureTime
and DepartNow
in a single request. Specifying both
parameters returns a validation error.
Specifying a travel
mode using TravelMode sets the transportation mode used to calculate the routes. This also lets you specify
additional route preferences in CarModeOptions
if traveling by Car
, or
TruckModeOptions
if traveling by Truck
.
If you specify walking
for the travel mode and your data provider is Esri, the start and destination
must be within 40km.
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<CalculateRouteMatrixResult> calculateRouteMatrixAsync(CalculateRouteMatrixRequest calculateRouteMatrixRequest)
Calculates a
route matrix given the following required parameters: DeparturePositions
and
DestinationPositions
. CalculateRouteMatrix
calculates routes and returns the travel
time and travel distance from each departure position to each destination position in the request. For example,
given departure positions A and B, and destination positions X and Y, CalculateRouteMatrix
will
return time and distance for routes from A to X, A to Y, B to X, and B to Y (in that order). The number of
results returned (and routes calculated) will be the number of DeparturePositions
times the number
of DestinationPositions
.
Your account is charged for each route calculated, not the number of requests.
Requires that you first create a route 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 routes.
Additional options include:
Specifying a departure
time using either DepartureTime
or DepartNow
. This calculates routes based on
predictive traffic data at the given time.
You can't specify both DepartureTime
and DepartNow
in a single request. Specifying both
parameters returns a validation error.
Specifying a travel
mode using TravelMode sets the transportation mode used to calculate the routes. This also lets you specify
additional route preferences in CarModeOptions
if traveling by Car
, or
TruckModeOptions
if traveling by Truck
.
calculateRouteMatrixRequest
- Future<CalculateRouteMatrixResult> calculateRouteMatrixAsync(CalculateRouteMatrixRequest calculateRouteMatrixRequest, AsyncHandler<CalculateRouteMatrixRequest,CalculateRouteMatrixResult> asyncHandler)
Calculates a
route matrix given the following required parameters: DeparturePositions
and
DestinationPositions
. CalculateRouteMatrix
calculates routes and returns the travel
time and travel distance from each departure position to each destination position in the request. For example,
given departure positions A and B, and destination positions X and Y, CalculateRouteMatrix
will
return time and distance for routes from A to X, A to Y, B to X, and B to Y (in that order). The number of
results returned (and routes calculated) will be the number of DeparturePositions
times the number
of DestinationPositions
.
Your account is charged for each route calculated, not the number of requests.
Requires that you first create a route 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 routes.
Additional options include:
Specifying a departure
time using either DepartureTime
or DepartNow
. This calculates routes based on
predictive traffic data at the given time.
You can't specify both DepartureTime
and DepartNow
in a single request. Specifying both
parameters returns a validation error.
Specifying a travel
mode using TravelMode sets the transportation mode used to calculate the routes. This also lets you specify
additional route preferences in CarModeOptions
if traveling by Car
, or
TruckModeOptions
if traveling by Truck
.
calculateRouteMatrixRequest
- 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<CreateKeyResult> createKeyAsync(CreateKeyRequest createKeyRequest)
Creates an API key resource in your Amazon Web Services account, which lets you grant actions for Amazon Location resources to the API key bearer.
For more information, see Using API keys.
createKeyRequest
- Future<CreateKeyResult> createKeyAsync(CreateKeyRequest createKeyRequest, AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Creates an API key resource in your Amazon Web Services account, which lets you grant actions for Amazon Location resources to the API key bearer.
For more information, see Using API keys.
createKeyRequest
- 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 Amazon Web Services account, which provides map tiles of different styles sourced from global location data providers.
If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the Amazon Web Services service terms for more details.
createMapRequest
- Future<CreateMapResult> createMapAsync(CreateMapRequest createMapRequest, AsyncHandler<CreateMapRequest,CreateMapResult> asyncHandler)
Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced from global location data providers.
If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the Amazon Web Services service terms for more details.
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 Amazon Web Services account. Use a place index resource to geocode
addresses and other text queries by using the SearchPlaceIndexForText
operation, and reverse geocode
coordinates by using the SearchPlaceIndexForPosition
operation, and enable autosuggestions by using
the SearchPlaceIndexForSuggestions
operation.
If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the Amazon Web Services service terms for more details.
createPlaceIndexRequest
- Future<CreatePlaceIndexResult> createPlaceIndexAsync(CreatePlaceIndexRequest createPlaceIndexRequest, AsyncHandler<CreatePlaceIndexRequest,CreatePlaceIndexResult> asyncHandler)
Creates a place index resource in your Amazon Web Services account. Use a place index resource to geocode
addresses and other text queries by using the SearchPlaceIndexForText
operation, and reverse geocode
coordinates by using the SearchPlaceIndexForPosition
operation, and enable autosuggestions by using
the SearchPlaceIndexForSuggestions
operation.
If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the Amazon Web Services service terms for more details.
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 Amazon Web Services 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.
If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the Amazon Web Services service terms for more details.
createRouteCalculatorRequest
- Future<CreateRouteCalculatorResult> createRouteCalculatorAsync(CreateRouteCalculatorRequest createRouteCalculatorRequest, AsyncHandler<CreateRouteCalculatorRequest,CreateRouteCalculatorResult> asyncHandler)
Creates a route calculator resource in your Amazon Web Services 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.
If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the Amazon Web Services service terms for more details.
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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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<DeleteKeyResult> deleteKeyAsync(DeleteKeyRequest deleteKeyRequest)
Deletes the specified API key. The API key must have been deactivated more than 90 days previously.
deleteKeyRequest
- Future<DeleteKeyResult> deleteKeyAsync(DeleteKeyRequest deleteKeyRequest, AsyncHandler<DeleteKeyRequest,DeleteKeyResult> asyncHandler)
Deletes the specified API key. The API key must have been deactivated more than 90 days previously.
deleteKeyRequest
- 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services account.
This operation deletes the resource permanently.
deletePlaceIndexRequest
- Future<DeletePlaceIndexResult> deletePlaceIndexAsync(DeletePlaceIndexRequest deletePlaceIndexRequest, AsyncHandler<DeletePlaceIndexRequest,DeletePlaceIndexResult> asyncHandler)
Deletes a place index resource from your Amazon Web Services 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 Amazon Web Services account.
This operation deletes the resource permanently.
deleteRouteCalculatorRequest
- Future<DeleteRouteCalculatorResult> deleteRouteCalculatorAsync(DeleteRouteCalculatorRequest deleteRouteCalculatorRequest, AsyncHandler<DeleteRouteCalculatorRequest,DeleteRouteCalculatorResult> asyncHandler)
Deletes a route calculator resource from your Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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<DescribeKeyResult> describeKeyAsync(DescribeKeyRequest describeKeyRequest)
Retrieves the API key resource details.
describeKeyRequest
- Future<DescribeKeyResult> describeKeyAsync(DescribeKeyRequest describeKeyRequest, AsyncHandler<DescribeKeyRequest,DescribeKeyResult> asyncHandler)
Retrieves the API key resource details.
describeKeyRequest
- 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<ForecastGeofenceEventsResult> forecastGeofenceEventsAsync(ForecastGeofenceEventsRequest forecastGeofenceEventsRequest)
Evaluates device positions against geofence geometries from a given geofence collection. The event forecasts three states for which a device can be in relative to a geofence:
ENTER
: If a device is outside of a geofence, but would breach the fence if the device is moving at
its current speed within time horizon window.
EXIT
: If a device is inside of a geofence, but would breach the fence if the device is moving at its
current speed within time horizon window.
IDLE
: If a device is inside of a geofence, and the device is not moving.
forecastGeofenceEventsRequest
- Future<ForecastGeofenceEventsResult> forecastGeofenceEventsAsync(ForecastGeofenceEventsRequest forecastGeofenceEventsRequest, AsyncHandler<ForecastGeofenceEventsRequest,ForecastGeofenceEventsResult> asyncHandler)
Evaluates device positions against geofence geometries from a given geofence collection. The event forecasts three states for which a device can be in relative to a geofence:
ENTER
: If a device is outside of a geofence, but would breach the fence if the device is moving at
its current speed within time horizon window.
EXIT
: If a device is inside of a geofence, but would breach the fence if the device is moving at its
current speed within time horizon window.
IDLE
: If a device is inside of a geofence, and the device is not moving.
forecastGeofenceEventsRequest
- 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.
The returned geometry will always match the geometry format used when the geofence was created.
getGeofenceRequest
- Future<GetGeofenceResult> getGeofenceAsync(GetGeofenceRequest getGeofenceRequest, AsyncHandler<GetGeofenceRequest,GetGeofenceResult> asyncHandler)
Retrieves the geofence details from a geofence collection.
The returned geometry will always match the geometry format used when the geofence was created.
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 specifications 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 specifications 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<GetPlaceResult> getPlaceAsync(GetPlaceRequest getPlaceRequest)
Finds a place by its unique ID. A PlaceId
is returned by other search operations.
A PlaceId is valid only if all of the following are the same in the original search request and the call to
GetPlace
.
Customer Amazon Web Services account
Amazon Web Services Region
Data provider specified in the place index resource
getPlaceRequest
- Future<GetPlaceResult> getPlaceAsync(GetPlaceRequest getPlaceRequest, AsyncHandler<GetPlaceRequest,GetPlaceResult> asyncHandler)
Finds a place by its unique ID. A PlaceId
is returned by other search operations.
A PlaceId is valid only if all of the following are the same in the original search request and the call to
GetPlace
.
Customer Amazon Web Services account
Amazon Web Services Region
Data provider specified in the place index resource
getPlaceRequest
- 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)
A batch request to retrieve all device positions.
listDevicePositionsRequest
- Future<ListDevicePositionsResult> listDevicePositionsAsync(ListDevicePositionsRequest listDevicePositionsRequest, AsyncHandler<ListDevicePositionsRequest,ListDevicePositionsResult> asyncHandler)
A batch request to retrieve all device positions.
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 Amazon Web Services account.
listGeofenceCollectionsRequest
- Future<ListGeofenceCollectionsResult> listGeofenceCollectionsAsync(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest, AsyncHandler<ListGeofenceCollectionsRequest,ListGeofenceCollectionsResult> asyncHandler)
Lists geofence collections in your Amazon Web Services 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<ListKeysResult> listKeysAsync(ListKeysRequest listKeysRequest)
Lists API key resources in your Amazon Web Services account.
listKeysRequest
- Future<ListKeysResult> listKeysAsync(ListKeysRequest listKeysRequest, AsyncHandler<ListKeysRequest,ListKeysResult> asyncHandler)
Lists API key resources in your Amazon Web Services account.
listKeysRequest
- 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 Amazon Web Services account.
listMapsRequest
- Future<ListMapsResult> listMapsAsync(ListMapsRequest listMapsRequest, AsyncHandler<ListMapsRequest,ListMapsResult> asyncHandler)
Lists map resources in your Amazon Web Services 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 Amazon Web Services account.
listPlaceIndexesRequest
- Future<ListPlaceIndexesResult> listPlaceIndexesAsync(ListPlaceIndexesRequest listPlaceIndexesRequest, AsyncHandler<ListPlaceIndexesRequest,ListPlaceIndexesResult> asyncHandler)
Lists place index resources in your Amazon Web Services 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 Amazon Web Services account.
listRouteCalculatorsRequest
- Future<ListRouteCalculatorsResult> listRouteCalculatorsAsync(ListRouteCalculatorsRequest listRouteCalculatorsRequest, AsyncHandler<ListRouteCalculatorsRequest,ListRouteCalculatorsResult> asyncHandler)
Lists route calculator resources in your Amazon Web Services 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 a list of tags that are applied to the specified Amazon Location resource.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of tags that are applied to the specified Amazon Location 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 Amazon Web Services account.
listTrackersRequest
- Future<ListTrackersResult> listTrackersAsync(ListTrackersRequest listTrackersRequest, AsyncHandler<ListTrackersRequest,ListTrackersResult> asyncHandler)
Lists tracker resources in your Amazon Web Services 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<SearchPlaceIndexForSuggestionsResult> searchPlaceIndexForSuggestionsAsync(SearchPlaceIndexForSuggestionsRequest searchPlaceIndexForSuggestionsRequest)
Generates suggestions for addresses and points of interest based on partial or misspelled free-form text. This operation is also known as autocomplete, autosuggest, or fuzzy matching.
Optional parameters let you narrow your search results by bounding box or country, or bias your search toward a specific position on the globe.
You can search for suggested place names near a specified position by using BiasPosition
, or filter
results within a bounding box by using FilterBBox
. These parameters are mutually exclusive; using
both BiasPosition
and FilterBBox
in the same command returns an error.
searchPlaceIndexForSuggestionsRequest
- Future<SearchPlaceIndexForSuggestionsResult> searchPlaceIndexForSuggestionsAsync(SearchPlaceIndexForSuggestionsRequest searchPlaceIndexForSuggestionsRequest, AsyncHandler<SearchPlaceIndexForSuggestionsRequest,SearchPlaceIndexForSuggestionsResult> asyncHandler)
Generates suggestions for addresses and points of interest based on partial or misspelled free-form text. This operation is also known as autocomplete, autosuggest, or fuzzy matching.
Optional parameters let you narrow your search results by bounding box or country, or bias your search toward a specific position on the globe.
You can search for suggested place names near a specified position by using BiasPosition
, or filter
results within a bounding box by using FilterBBox
. These parameters are mutually exclusive; using
both BiasPosition
and FilterBBox
in the same command returns an error.
searchPlaceIndexForSuggestionsRequest
- 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.
Optional parameters let you narrow your search results by bounding box or country, or bias your search toward a specific position on the globe.
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.
Search results are returned in order of highest to lowest relevance.
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.
Optional parameters let you narrow your search results by bounding box or country, or bias your search toward a specific position on the globe.
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.
Search results are returned in order of highest to lowest relevance.
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.
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.
You can use the TagResource
operation 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's already associated with the resource, the new tag value that you
specify replaces the previous value for that tag.
You can associate up to 50 tags with a resource.
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.
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.
You can use the TagResource
operation 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's already associated with the resource, the new tag value that you
specify replaces the previous value for that tag.
You can associate up to 50 tags with a resource.
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 resource.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from the specified Amazon Location 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.Future<UpdateGeofenceCollectionResult> updateGeofenceCollectionAsync(UpdateGeofenceCollectionRequest updateGeofenceCollectionRequest)
Updates the specified properties of a given geofence collection.
updateGeofenceCollectionRequest
- Future<UpdateGeofenceCollectionResult> updateGeofenceCollectionAsync(UpdateGeofenceCollectionRequest updateGeofenceCollectionRequest, AsyncHandler<UpdateGeofenceCollectionRequest,UpdateGeofenceCollectionResult> asyncHandler)
Updates the specified properties of a given geofence collection.
updateGeofenceCollectionRequest
- 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<UpdateKeyResult> updateKeyAsync(UpdateKeyRequest updateKeyRequest)
Updates the specified properties of a given API key resource.
updateKeyRequest
- Future<UpdateKeyResult> updateKeyAsync(UpdateKeyRequest updateKeyRequest, AsyncHandler<UpdateKeyRequest,UpdateKeyResult> asyncHandler)
Updates the specified properties of a given API key resource.
updateKeyRequest
- 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<UpdateMapResult> updateMapAsync(UpdateMapRequest updateMapRequest)
Updates the specified properties of a given map resource.
updateMapRequest
- Future<UpdateMapResult> updateMapAsync(UpdateMapRequest updateMapRequest, AsyncHandler<UpdateMapRequest,UpdateMapResult> asyncHandler)
Updates the specified properties of a given map resource.
updateMapRequest
- 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<UpdatePlaceIndexResult> updatePlaceIndexAsync(UpdatePlaceIndexRequest updatePlaceIndexRequest)
Updates the specified properties of a given place index resource.
updatePlaceIndexRequest
- Future<UpdatePlaceIndexResult> updatePlaceIndexAsync(UpdatePlaceIndexRequest updatePlaceIndexRequest, AsyncHandler<UpdatePlaceIndexRequest,UpdatePlaceIndexResult> asyncHandler)
Updates the specified properties of a given place index resource.
updatePlaceIndexRequest
- 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<UpdateRouteCalculatorResult> updateRouteCalculatorAsync(UpdateRouteCalculatorRequest updateRouteCalculatorRequest)
Updates the specified properties for a given route calculator resource.
updateRouteCalculatorRequest
- Future<UpdateRouteCalculatorResult> updateRouteCalculatorAsync(UpdateRouteCalculatorRequest updateRouteCalculatorRequest, AsyncHandler<UpdateRouteCalculatorRequest,UpdateRouteCalculatorResult> asyncHandler)
Updates the specified properties for a given route calculator resource.
updateRouteCalculatorRequest
- 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<UpdateTrackerResult> updateTrackerAsync(UpdateTrackerRequest updateTrackerRequest)
Updates the specified properties of a given tracker resource.
updateTrackerRequest
- Future<UpdateTrackerResult> updateTrackerAsync(UpdateTrackerRequest updateTrackerRequest, AsyncHandler<UpdateTrackerRequest,UpdateTrackerResult> asyncHandler)
Updates the specified properties of a given tracker resource.
updateTrackerRequest
- 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<VerifyDevicePositionResult> verifyDevicePositionAsync(VerifyDevicePositionRequest verifyDevicePositionRequest)
Verifies the integrity of the device's position by determining if it was reported behind a proxy, and by comparing it to an inferred position estimated based on the device's state.
verifyDevicePositionRequest
- Future<VerifyDevicePositionResult> verifyDevicePositionAsync(VerifyDevicePositionRequest verifyDevicePositionRequest, AsyncHandler<VerifyDevicePositionRequest,VerifyDevicePositionResult> asyncHandler)
Verifies the integrity of the device's position by determining if it was reported behind a proxy, and by comparing it to an inferred position estimated based on the device's state.
verifyDevicePositionRequest
- 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.