| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateTrackerConsumerResponse |
LocationClient.associateTrackerConsumer(AssociateTrackerConsumerRequest associateTrackerConsumerRequest)
Creates an association between a geofence collection and a tracker resource.
|
default AssociateTrackerConsumerResponse |
LocationClient.associateTrackerConsumer(Consumer<AssociateTrackerConsumerRequest.Builder> associateTrackerConsumerRequest)
Creates an association between a geofence collection and a tracker resource.
|
default BatchDeleteDevicePositionHistoryResponse |
LocationClient.batchDeleteDevicePositionHistory(BatchDeleteDevicePositionHistoryRequest batchDeleteDevicePositionHistoryRequest)
Deletes the position history of one or more devices from a tracker resource.
|
default BatchDeleteDevicePositionHistoryResponse |
LocationClient.batchDeleteDevicePositionHistory(Consumer<BatchDeleteDevicePositionHistoryRequest.Builder> batchDeleteDevicePositionHistoryRequest)
Deletes the position history of one or more devices from a tracker resource.
|
default BatchDeleteGeofenceResponse |
LocationClient.batchDeleteGeofence(BatchDeleteGeofenceRequest batchDeleteGeofenceRequest)
Deletes a batch of geofences from a geofence collection.
|
default BatchDeleteGeofenceResponse |
LocationClient.batchDeleteGeofence(Consumer<BatchDeleteGeofenceRequest.Builder> batchDeleteGeofenceRequest)
Deletes a batch of geofences from a geofence collection.
|
default BatchEvaluateGeofencesResponse |
LocationClient.batchEvaluateGeofences(BatchEvaluateGeofencesRequest batchEvaluateGeofencesRequest)
Evaluates device positions against the geofence geometries from a given geofence collection.
|
default BatchEvaluateGeofencesResponse |
LocationClient.batchEvaluateGeofences(Consumer<BatchEvaluateGeofencesRequest.Builder> batchEvaluateGeofencesRequest)
Evaluates device positions against the geofence geometries from a given geofence collection.
|
default BatchGetDevicePositionResponse |
LocationClient.batchGetDevicePosition(BatchGetDevicePositionRequest batchGetDevicePositionRequest)
Lists the latest device positions for requested devices.
|
default BatchGetDevicePositionResponse |
LocationClient.batchGetDevicePosition(Consumer<BatchGetDevicePositionRequest.Builder> batchGetDevicePositionRequest)
Lists the latest device positions for requested devices.
|
default BatchPutGeofenceResponse |
LocationClient.batchPutGeofence(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.
|
default BatchPutGeofenceResponse |
LocationClient.batchPutGeofence(Consumer<BatchPutGeofenceRequest.Builder> 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.
|
default BatchUpdateDevicePositionResponse |
LocationClient.batchUpdateDevicePosition(BatchUpdateDevicePositionRequest batchUpdateDevicePositionRequest)
Uploads position update data for one or more devices to a tracker resource.
|
default BatchUpdateDevicePositionResponse |
LocationClient.batchUpdateDevicePosition(Consumer<BatchUpdateDevicePositionRequest.Builder> batchUpdateDevicePositionRequest)
Uploads position update data for one or more devices to a tracker resource.
|
default CalculateRouteResponse |
LocationClient.calculateRoute(CalculateRouteRequest calculateRouteRequest)
Calculates a route
given the following required parameters:
DeparturePostiton and DestinationPosition. |
default CalculateRouteResponse |
LocationClient.calculateRoute(Consumer<CalculateRouteRequest.Builder> calculateRouteRequest)
Calculates a route
given the following required parameters:
DeparturePostiton and DestinationPosition. |
default DeleteGeofenceCollectionResponse |
LocationClient.deleteGeofenceCollection(Consumer<DeleteGeofenceCollectionRequest.Builder> deleteGeofenceCollectionRequest)
Deletes a geofence collection from your AWS account.
|
default DeleteGeofenceCollectionResponse |
LocationClient.deleteGeofenceCollection(DeleteGeofenceCollectionRequest deleteGeofenceCollectionRequest)
Deletes a geofence collection from your AWS account.
|
default DeleteMapResponse |
LocationClient.deleteMap(Consumer<DeleteMapRequest.Builder> deleteMapRequest)
Deletes a map resource from your AWS account.
|
default DeleteMapResponse |
LocationClient.deleteMap(DeleteMapRequest deleteMapRequest)
Deletes a map resource from your AWS account.
|
default DeletePlaceIndexResponse |
LocationClient.deletePlaceIndex(Consumer<DeletePlaceIndexRequest.Builder> deletePlaceIndexRequest)
Deletes a place index resource from your AWS account.
|
default DeletePlaceIndexResponse |
LocationClient.deletePlaceIndex(DeletePlaceIndexRequest deletePlaceIndexRequest)
Deletes a place index resource from your AWS account.
|
default DeleteRouteCalculatorResponse |
LocationClient.deleteRouteCalculator(Consumer<DeleteRouteCalculatorRequest.Builder> deleteRouteCalculatorRequest)
Deletes a route calculator resource from your AWS account.
|
default DeleteRouteCalculatorResponse |
LocationClient.deleteRouteCalculator(DeleteRouteCalculatorRequest deleteRouteCalculatorRequest)
Deletes a route calculator resource from your AWS account.
|
default DeleteTrackerResponse |
LocationClient.deleteTracker(Consumer<DeleteTrackerRequest.Builder> deleteTrackerRequest)
Deletes a tracker resource from your AWS account.
|
default DeleteTrackerResponse |
LocationClient.deleteTracker(DeleteTrackerRequest deleteTrackerRequest)
Deletes a tracker resource from your AWS account.
|
default DescribeGeofenceCollectionResponse |
LocationClient.describeGeofenceCollection(Consumer<DescribeGeofenceCollectionRequest.Builder> describeGeofenceCollectionRequest)
Retrieves the geofence collection details.
|
default DescribeGeofenceCollectionResponse |
LocationClient.describeGeofenceCollection(DescribeGeofenceCollectionRequest describeGeofenceCollectionRequest)
Retrieves the geofence collection details.
|
default DescribeMapResponse |
LocationClient.describeMap(Consumer<DescribeMapRequest.Builder> describeMapRequest)
Retrieves the map resource details.
|
default DescribeMapResponse |
LocationClient.describeMap(DescribeMapRequest describeMapRequest)
Retrieves the map resource details.
|
default DescribePlaceIndexResponse |
LocationClient.describePlaceIndex(Consumer<DescribePlaceIndexRequest.Builder> describePlaceIndexRequest)
Retrieves the place index resource details.
|
default DescribePlaceIndexResponse |
LocationClient.describePlaceIndex(DescribePlaceIndexRequest describePlaceIndexRequest)
Retrieves the place index resource details.
|
default DescribeRouteCalculatorResponse |
LocationClient.describeRouteCalculator(Consumer<DescribeRouteCalculatorRequest.Builder> describeRouteCalculatorRequest)
Retrieves the route calculator resource details.
|
default DescribeRouteCalculatorResponse |
LocationClient.describeRouteCalculator(DescribeRouteCalculatorRequest describeRouteCalculatorRequest)
Retrieves the route calculator resource details.
|
default DescribeTrackerResponse |
LocationClient.describeTracker(Consumer<DescribeTrackerRequest.Builder> describeTrackerRequest)
Retrieves the tracker resource details.
|
default DescribeTrackerResponse |
LocationClient.describeTracker(DescribeTrackerRequest describeTrackerRequest)
Retrieves the tracker resource details.
|
default DisassociateTrackerConsumerResponse |
LocationClient.disassociateTrackerConsumer(Consumer<DisassociateTrackerConsumerRequest.Builder> disassociateTrackerConsumerRequest)
Removes the association between a tracker resource and a geofence collection.
|
default DisassociateTrackerConsumerResponse |
LocationClient.disassociateTrackerConsumer(DisassociateTrackerConsumerRequest disassociateTrackerConsumerRequest)
Removes the association between a tracker resource and a geofence collection.
|
default GetDevicePositionResponse |
LocationClient.getDevicePosition(Consumer<GetDevicePositionRequest.Builder> getDevicePositionRequest)
Retrieves a device's most recent position according to its sample time.
|
default GetDevicePositionResponse |
LocationClient.getDevicePosition(GetDevicePositionRequest getDevicePositionRequest)
Retrieves a device's most recent position according to its sample time.
|
default GetDevicePositionHistoryResponse |
LocationClient.getDevicePositionHistory(Consumer<GetDevicePositionHistoryRequest.Builder> getDevicePositionHistoryRequest)
Retrieves the device position history from a tracker resource within a specified range of time.
|
default GetDevicePositionHistoryResponse |
LocationClient.getDevicePositionHistory(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest)
Retrieves the device position history from a tracker resource within a specified range of time.
|
default GetDevicePositionHistoryIterable |
LocationClient.getDevicePositionHistoryPaginator(Consumer<GetDevicePositionHistoryRequest.Builder> getDevicePositionHistoryRequest)
Retrieves the device position history from a tracker resource within a specified range of time.
|
default GetDevicePositionHistoryIterable |
LocationClient.getDevicePositionHistoryPaginator(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest)
Retrieves the device position history from a tracker resource within a specified range of time.
|
default GetGeofenceResponse |
LocationClient.getGeofence(Consumer<GetGeofenceRequest.Builder> getGeofenceRequest)
Retrieves the geofence details from a geofence collection.
|
default GetGeofenceResponse |
LocationClient.getGeofence(GetGeofenceRequest getGeofenceRequest)
Retrieves the geofence details from a geofence collection.
|
default GetMapGlyphsResponse |
LocationClient.getMapGlyphs(Consumer<GetMapGlyphsRequest.Builder> getMapGlyphsRequest)
Retrieves glyphs used to display labels on a map.
|
default GetMapGlyphsResponse |
LocationClient.getMapGlyphs(GetMapGlyphsRequest getMapGlyphsRequest)
Retrieves glyphs used to display labels on a map.
|
default GetMapSpritesResponse |
LocationClient.getMapSprites(Consumer<GetMapSpritesRequest.Builder> getMapSpritesRequest)
Retrieves the sprite sheet corresponding to a map resource.
|
default GetMapSpritesResponse |
LocationClient.getMapSprites(GetMapSpritesRequest getMapSpritesRequest)
Retrieves the sprite sheet corresponding to a map resource.
|
default GetMapStyleDescriptorResponse |
LocationClient.getMapStyleDescriptor(Consumer<GetMapStyleDescriptorRequest.Builder> getMapStyleDescriptorRequest)
Retrieves the map style descriptor from a map resource.
|
default GetMapStyleDescriptorResponse |
LocationClient.getMapStyleDescriptor(GetMapStyleDescriptorRequest getMapStyleDescriptorRequest)
Retrieves the map style descriptor from a map resource.
|
default GetMapTileResponse |
LocationClient.getMapTile(Consumer<GetMapTileRequest.Builder> getMapTileRequest)
Retrieves a vector data tile from the map resource.
|
default GetMapTileResponse |
LocationClient.getMapTile(GetMapTileRequest getMapTileRequest)
Retrieves a vector data tile from the map resource.
|
default ListGeofencesResponse |
LocationClient.listGeofences(Consumer<ListGeofencesRequest.Builder> listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
default ListGeofencesResponse |
LocationClient.listGeofences(ListGeofencesRequest listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
default ListGeofencesIterable |
LocationClient.listGeofencesPaginator(Consumer<ListGeofencesRequest.Builder> listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
default ListGeofencesIterable |
LocationClient.listGeofencesPaginator(ListGeofencesRequest listGeofencesRequest)
Lists geofences stored in a given geofence collection.
|
default ListTagsForResourceResponse |
LocationClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of tags that are applied to the specified Amazon Location resource.
|
default ListTagsForResourceResponse |
LocationClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags that are applied to the specified Amazon Location resource.
|
default ListTrackerConsumersResponse |
LocationClient.listTrackerConsumers(Consumer<ListTrackerConsumersRequest.Builder> listTrackerConsumersRequest)
Lists geofence collections currently associated to the given tracker resource.
|
default ListTrackerConsumersResponse |
LocationClient.listTrackerConsumers(ListTrackerConsumersRequest listTrackerConsumersRequest)
Lists geofence collections currently associated to the given tracker resource.
|
default ListTrackerConsumersIterable |
LocationClient.listTrackerConsumersPaginator(Consumer<ListTrackerConsumersRequest.Builder> listTrackerConsumersRequest)
Lists geofence collections currently associated to the given tracker resource.
|
default ListTrackerConsumersIterable |
LocationClient.listTrackerConsumersPaginator(ListTrackerConsumersRequest listTrackerConsumersRequest)
Lists geofence collections currently associated to the given tracker resource.
|
default PutGeofenceResponse |
LocationClient.putGeofence(Consumer<PutGeofenceRequest.Builder> 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.
|
default PutGeofenceResponse |
LocationClient.putGeofence(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.
|
default SearchPlaceIndexForPositionResponse |
LocationClient.searchPlaceIndexForPosition(Consumer<SearchPlaceIndexForPositionRequest.Builder> searchPlaceIndexForPositionRequest)
Reverse geocodes a given coordinate and returns a legible address.
|
default SearchPlaceIndexForPositionResponse |
LocationClient.searchPlaceIndexForPosition(SearchPlaceIndexForPositionRequest searchPlaceIndexForPositionRequest)
Reverse geocodes a given coordinate and returns a legible address.
|
default SearchPlaceIndexForSuggestionsResponse |
LocationClient.searchPlaceIndexForSuggestions(Consumer<SearchPlaceIndexForSuggestionsRequest.Builder> searchPlaceIndexForSuggestionsRequest)
Generates suggestions for addresses and points of interest based on partial or misspelled free-form text.
|
default SearchPlaceIndexForSuggestionsResponse |
LocationClient.searchPlaceIndexForSuggestions(SearchPlaceIndexForSuggestionsRequest searchPlaceIndexForSuggestionsRequest)
Generates suggestions for addresses and points of interest based on partial or misspelled free-form text.
|
default SearchPlaceIndexForTextResponse |
LocationClient.searchPlaceIndexForText(Consumer<SearchPlaceIndexForTextRequest.Builder> searchPlaceIndexForTextRequest)
Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of
interest.
|
default SearchPlaceIndexForTextResponse |
LocationClient.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.
|
default TagResourceResponse |
LocationClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified Amazon Location Service resource.
|
default TagResourceResponse |
LocationClient.tagResource(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified Amazon Location Service resource.
|
default UntagResourceResponse |
LocationClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified Amazon Location resource.
|
default UntagResourceResponse |
LocationClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified Amazon Location resource.
|
default UpdateGeofenceCollectionResponse |
LocationClient.updateGeofenceCollection(Consumer<UpdateGeofenceCollectionRequest.Builder> updateGeofenceCollectionRequest)
Updates the specified properties of a given geofence collection.
|
default UpdateGeofenceCollectionResponse |
LocationClient.updateGeofenceCollection(UpdateGeofenceCollectionRequest updateGeofenceCollectionRequest)
Updates the specified properties of a given geofence collection.
|
default UpdateMapResponse |
LocationClient.updateMap(Consumer<UpdateMapRequest.Builder> updateMapRequest)
Updates the specified properties of a given map resource.
|
default UpdateMapResponse |
LocationClient.updateMap(UpdateMapRequest updateMapRequest)
Updates the specified properties of a given map resource.
|
default UpdatePlaceIndexResponse |
LocationClient.updatePlaceIndex(Consumer<UpdatePlaceIndexRequest.Builder> updatePlaceIndexRequest)
Updates the specified properties of a given place index resource.
|
default UpdatePlaceIndexResponse |
LocationClient.updatePlaceIndex(UpdatePlaceIndexRequest updatePlaceIndexRequest)
Updates the specified properties of a given place index resource.
|
default UpdateRouteCalculatorResponse |
LocationClient.updateRouteCalculator(Consumer<UpdateRouteCalculatorRequest.Builder> updateRouteCalculatorRequest)
Updates the specified properties for a given route calculator resource.
|
default UpdateRouteCalculatorResponse |
LocationClient.updateRouteCalculator(UpdateRouteCalculatorRequest updateRouteCalculatorRequest)
Updates the specified properties for a given route calculator resource.
|
default UpdateTrackerResponse |
LocationClient.updateTracker(Consumer<UpdateTrackerRequest.Builder> updateTrackerRequest)
Updates the specified properties of a given tracker resource.
|
default UpdateTrackerResponse |
LocationClient.updateTracker(UpdateTrackerRequest updateTrackerRequest)
Updates the specified properties of a given tracker resource.
|
Copyright © 2022. All rights reserved.