@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonLocation
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonLocation instead.
Suite of geospatial services including Maps, Places, Tracking, and Geofencing
| Modifier and Type | Field and Description |
|---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateTrackerConsumerResult |
associateTrackerConsumer(AssociateTrackerConsumerRequest associateTrackerConsumerRequest)
Creates an association between a geofence collection and a tracker resource.
|
BatchDeleteGeofenceResult |
batchDeleteGeofence(BatchDeleteGeofenceRequest batchDeleteGeofenceRequest)
Deletes a batch of geofences from a geofence collection.
|
BatchEvaluateGeofencesResult |
batchEvaluateGeofences(BatchEvaluateGeofencesRequest batchEvaluateGeofencesRequest)
Used in geofence monitoring.
|
BatchGetDevicePositionResult |
batchGetDevicePosition(BatchGetDevicePositionRequest batchGetDevicePositionRequest)
A batch request to retrieve device positions.
|
BatchPutGeofenceResult |
batchPutGeofence(BatchPutGeofenceRequest batchPutGeofenceRequest)
A batch request for storing geofences into a given geofence collection.
|
BatchUpdateDevicePositionResult |
batchUpdateDevicePosition(BatchUpdateDevicePositionRequest batchUpdateDevicePositionRequest)
Uploads a position update for one or more devices to a tracker resource.
|
CreateGeofenceCollectionResult |
createGeofenceCollection(CreateGeofenceCollectionRequest createGeofenceCollectionRequest)
Creates a geofence collection, which manages and stores geofences.
|
CreateMapResult |
createMap(CreateMapRequest createMapRequest)
Creates a map resource in your AWS account, which provides map tiles of different styles sourced from global
location data providers.
|
CreatePlaceIndexResult |
createPlaceIndex(CreatePlaceIndexRequest createPlaceIndexRequest)
Creates a Place index resource in your AWS account, which supports Places functions with geospatial data sourced
from your chosen data provider.
|
CreateTrackerResult |
createTracker(CreateTrackerRequest createTrackerRequest)
Creates a tracker resource in your AWS account, which lets you retrieve current and historical location of
devices.
|
DeleteGeofenceCollectionResult |
deleteGeofenceCollection(DeleteGeofenceCollectionRequest deleteGeofenceCollectionRequest)
Deletes a geofence collection from your AWS account.
|
DeleteMapResult |
deleteMap(DeleteMapRequest deleteMapRequest)
Deletes a map resource from your AWS account.
|
DeletePlaceIndexResult |
deletePlaceIndex(DeletePlaceIndexRequest deletePlaceIndexRequest)
Deletes a Place index resource from your AWS account.
|
DeleteTrackerResult |
deleteTracker(DeleteTrackerRequest deleteTrackerRequest)
Deletes a tracker resource from your AWS account.
|
DescribeGeofenceCollectionResult |
describeGeofenceCollection(DescribeGeofenceCollectionRequest describeGeofenceCollectionRequest)
Retrieves the geofence collection details.
|
DescribeMapResult |
describeMap(DescribeMapRequest describeMapRequest)
Retrieves the map resource details.
|
DescribePlaceIndexResult |
describePlaceIndex(DescribePlaceIndexRequest describePlaceIndexRequest)
Retrieves the Place index resource details.
|
DescribeTrackerResult |
describeTracker(DescribeTrackerRequest describeTrackerRequest)
Retrieves the tracker resource details.
|
DisassociateTrackerConsumerResult |
disassociateTrackerConsumer(DisassociateTrackerConsumerRequest disassociateTrackerConsumerRequest)
Removes the association bewteen a tracker resource and a geofence collection.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetDevicePositionResult |
getDevicePosition(GetDevicePositionRequest getDevicePositionRequest)
Retrieves the latest device position.
|
GetDevicePositionHistoryResult |
getDevicePositionHistory(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest)
Retrieves the device position history from a tracker resource within a specified range of time.
|
GetGeofenceResult |
getGeofence(GetGeofenceRequest getGeofenceRequest)
Retrieves the geofence details from a geofence collection.
|
GetMapGlyphsResult |
getMapGlyphs(GetMapGlyphsRequest getMapGlyphsRequest)
Retrieves glyphs used to display labels on a map.
|
GetMapSpritesResult |
getMapSprites(GetMapSpritesRequest getMapSpritesRequest)
Retrieves the sprite sheet corresponding to a map resource.
|
GetMapStyleDescriptorResult |
getMapStyleDescriptor(GetMapStyleDescriptorRequest getMapStyleDescriptorRequest)
Retrieves the map style descriptor from a map resource.
|
GetMapTileResult |
getMapTile(GetMapTileRequest getMapTileRequest)
Retrieves a vector data tile from the map resource.
|
ListGeofenceCollectionsResult |
listGeofenceCollections(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest)
Lists geofence collections in your AWS account.
|
ListGeofencesResult |
listGeofences(ListGeofencesRequest listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
ListMapsResult |
listMaps(ListMapsRequest listMapsRequest)
Lists map resources in your AWS account.
|
ListPlaceIndexesResult |
listPlaceIndexes(ListPlaceIndexesRequest listPlaceIndexesRequest)
Lists Place index resources in your AWS account.
|
ListTrackerConsumersResult |
listTrackerConsumers(ListTrackerConsumersRequest listTrackerConsumersRequest)
Lists geofence collections currently associated to the given tracker resource.
|
ListTrackersResult |
listTrackers(ListTrackersRequest listTrackersRequest)
Lists tracker resources in your AWS account.
|
PutGeofenceResult |
putGeofence(PutGeofenceRequest putGeofenceRequest)
Stores a geofence to a given geofence collection, or updates the geometry of an existing geofence if a geofence
ID is included in the request.
|
SearchPlaceIndexForPositionResult |
searchPlaceIndexForPosition(SearchPlaceIndexForPositionRequest searchPlaceIndexForPositionRequest)
Reverse geocodes a given coordinate and returns a legible address.
|
SearchPlaceIndexForTextResult |
searchPlaceIndexForText(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.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
static final String ENDPOINT_PREFIX
AssociateTrackerConsumerResult associateTrackerConsumer(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.
associateTrackerConsumerRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.ConflictException - The request was unsuccessful due to a conflict.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.BatchDeleteGeofenceResult batchDeleteGeofence(BatchDeleteGeofenceRequest batchDeleteGeofenceRequest)
Deletes a batch of geofences from a geofence collection.
This action deletes the resource permanently. You can't undo this action.
batchDeleteGeofenceRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.BatchEvaluateGeofencesResult batchEvaluateGeofences(BatchEvaluateGeofencesRequest batchEvaluateGeofencesRequest)
Used in geofence monitoring. Evaluates device positions against the position of geofences in a given geofence collection.
batchEvaluateGeofencesRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.BatchGetDevicePositionResult batchGetDevicePosition(BatchGetDevicePositionRequest batchGetDevicePositionRequest)
A batch request to retrieve device positions.
The response will return the device positions from the last 24 hours.
batchGetDevicePositionRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.BatchPutGeofenceResult batchPutGeofence(BatchPutGeofenceRequest batchPutGeofenceRequest)
A batch request for storing geofences into a given geofence collection.
batchPutGeofenceRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.BatchUpdateDevicePositionResult batchUpdateDevicePosition(BatchUpdateDevicePositionRequest batchUpdateDevicePositionRequest)
Uploads a position update for one or more devices to a tracker resource. The data is used for API queries requesting the device position and position history.
Limitation — Location data is sampled at a fixed rate of 1 position per 30 second interval, and retained for 1 year before it is deleted.
batchUpdateDevicePositionRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.CreateGeofenceCollectionResult createGeofenceCollection(CreateGeofenceCollectionRequest createGeofenceCollectionRequest)
Creates a geofence collection, which manages and stores geofences.
createGeofenceCollectionRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ConflictException - The request was unsuccessful due to a conflict.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.CreateMapResult createMap(CreateMapRequest createMapRequest)
Creates a map resource in your AWS account, which provides map tiles of different styles sourced from global location data providers.
By using Maps, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using. For more information, see the AWS Service Terms for Amazon Location Service.
createMapRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ConflictException - The request was unsuccessful due to a conflict.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.CreatePlaceIndexResult createPlaceIndex(CreatePlaceIndexRequest createPlaceIndexRequest)
Creates a Place index resource in your AWS account, which supports Places functions with geospatial data sourced from your chosen data provider.
By using Places, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using.
Because of licensing limitations, you may not use HERE to store results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
createPlaceIndexRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ConflictException - The request was unsuccessful due to a conflict.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.CreateTrackerResult createTracker(CreateTrackerRequest createTrackerRequest)
Creates a tracker resource in your AWS account, which lets you retrieve current and historical location of devices.
createTrackerRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ConflictException - The request was unsuccessful due to a conflict.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.DeleteGeofenceCollectionResult deleteGeofenceCollection(DeleteGeofenceCollectionRequest deleteGeofenceCollectionRequest)
Deletes a geofence collection from your AWS account.
This action deletes the resource permanently. You can't undo this action. If the geofence collection is the target of a tracker resource, the devices will no longer be monitored.
deleteGeofenceCollectionRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.DeleteMapResult deleteMap(DeleteMapRequest deleteMapRequest)
Deletes a map resource from your AWS account.
This action deletes the resource permanently. You cannot undo this action. If the map is being used in an application, the map may not render.
deleteMapRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.DeletePlaceIndexResult deletePlaceIndex(DeletePlaceIndexRequest deletePlaceIndexRequest)
Deletes a Place index resource from your AWS account.
This action deletes the resource permanently. You cannot undo this action.
deletePlaceIndexRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.DeleteTrackerResult deleteTracker(DeleteTrackerRequest deleteTrackerRequest)
Deletes a tracker resource from your AWS account.
This action deletes the resource permanently. You can't undo this action. If the tracker resource is in use, you may encounter an error. Make sure that the target resource is not a dependency for your applications.
deleteTrackerRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.DescribeGeofenceCollectionResult describeGeofenceCollection(DescribeGeofenceCollectionRequest describeGeofenceCollectionRequest)
Retrieves the geofence collection details.
describeGeofenceCollectionRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.DescribeMapResult describeMap(DescribeMapRequest describeMapRequest)
Retrieves the map resource details.
describeMapRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.DescribePlaceIndexResult describePlaceIndex(DescribePlaceIndexRequest describePlaceIndexRequest)
Retrieves the Place index resource details.
describePlaceIndexRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.DescribeTrackerResult describeTracker(DescribeTrackerRequest describeTrackerRequest)
Retrieves the tracker resource details.
describeTrackerRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.DisassociateTrackerConsumerResult disassociateTrackerConsumer(DisassociateTrackerConsumerRequest disassociateTrackerConsumerRequest)
Removes the association bewteen a tracker resource and a geofence collection.
Once you unlink a tracker resource from a geofence collection, the tracker positions will no longer be automatically evaluated against geofences.
disassociateTrackerConsumerRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.GetDevicePositionResult getDevicePosition(GetDevicePositionRequest getDevicePositionRequest)
Retrieves the latest device position.
Limitation — Device positions are deleted after one year.
getDevicePositionRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.GetDevicePositionHistoryResult getDevicePositionHistory(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest)
Retrieves the device position history from a tracker resource within a specified range of time.
Limitation — Device positions are deleted after one year.
getDevicePositionHistoryRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.GetGeofenceResult getGeofence(GetGeofenceRequest getGeofenceRequest)
Retrieves the geofence details from a geofence collection.
getGeofenceRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.GetMapGlyphsResult getMapGlyphs(GetMapGlyphsRequest getMapGlyphsRequest)
Retrieves glyphs used to display labels on a map.
getMapGlyphsRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.GetMapSpritesResult getMapSprites(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 - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.GetMapStyleDescriptorResult getMapStyleDescriptor(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 - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.GetMapTileResult getMapTile(GetMapTileRequest getMapTileRequest)
Retrieves a vector data tile from the map resource. Map tiles are used by clients to render a map. They are addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level.
The origin (0, 0) is the top left of the map. Increasing the zoom level by 1 doubles both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0) will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).
getMapTileRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.ListGeofenceCollectionsResult listGeofenceCollections(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest)
Lists geofence collections in your AWS account.
listGeofenceCollectionsRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.ListGeofencesResult listGeofences(ListGeofencesRequest listGeofencesRequest)
Lists geofences stored in a given geofence collection.
listGeofencesRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.ListMapsResult listMaps(ListMapsRequest listMapsRequest)
Lists map resources in your AWS account.
listMapsRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.ListPlaceIndexesResult listPlaceIndexes(ListPlaceIndexesRequest listPlaceIndexesRequest)
Lists Place index resources in your AWS account.
listPlaceIndexesRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.ListTrackerConsumersResult listTrackerConsumers(ListTrackerConsumersRequest listTrackerConsumersRequest)
Lists geofence collections currently associated to the given tracker resource.
listTrackerConsumersRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.ListTrackersResult listTrackers(ListTrackersRequest listTrackersRequest)
Lists tracker resources in your AWS account.
listTrackersRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.PutGeofenceResult putGeofence(PutGeofenceRequest putGeofenceRequest)
Stores a geofence to a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.
putGeofenceRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.ConflictException - The request was unsuccessful due to a conflict.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.SearchPlaceIndexForPositionResult searchPlaceIndexForPosition(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.
By using Places, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using.
Because of licensing limitations, you may not use HERE to store results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
searchPlaceIndexForPositionRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.SearchPlaceIndexForTextResult searchPlaceIndexForText(SearchPlaceIndexForTextRequest searchPlaceIndexForTextRequest)
Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of interest.
Includes the option to apply additional parameters to narrow your list of results.
You can search for places near a given position using BiasPosition, or filter results within a
bounding box using FilterBBox. Providing both parameters simultaneously returns an error.
By using Places, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using.
Also, when using HERE as your data provider, you may not (a) use HERE Places for Asset Management, or (b) select
the Storage option for the IntendedUse parameter when requesting Places in Japan. For
more information, see the AWS Service Terms for Amazon
Location Service.
searchPlaceIndexForTextRequest - InternalServerException - The request has failed to process because of an unknown server error, exception, or failure.ResourceNotFoundException - The resource that you've entered was not found in your AWS account.AccessDeniedException - The request was denied due to insufficient access or permission. Check with an administrator to verify
your permissions.ValidationException - The input failed to meet the constraints specified by the AWS service.ThrottlingException - The request was denied due to request throttling.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request - The originally executed request.