default AssociateTrackerConsumerResponse |
LocationClient.associateTrackerConsumer(Consumer<AssociateTrackerConsumerRequest.Builder> associateTrackerConsumerRequest) |
Creates an association between a geofence collection and a tracker resource.
|
default AssociateTrackerConsumerResponse |
LocationClient.associateTrackerConsumer(AssociateTrackerConsumerRequest associateTrackerConsumerRequest) |
Creates an association between a geofence collection and a tracker resource.
|
default CreateGeofenceCollectionResponse |
LocationClient.createGeofenceCollection(Consumer<CreateGeofenceCollectionRequest.Builder> createGeofenceCollectionRequest) |
Creates a geofence collection, which manages and stores geofences.
|
default CreateGeofenceCollectionResponse |
LocationClient.createGeofenceCollection(CreateGeofenceCollectionRequest createGeofenceCollectionRequest) |
Creates a geofence collection, which manages and stores geofences.
|
default CreateKeyResponse |
LocationClient.createKey(Consumer<CreateKeyRequest.Builder> 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.
|
default CreateKeyResponse |
LocationClient.createKey(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.
|
default CreateMapResponse |
LocationClient.createMap(Consumer<CreateMapRequest.Builder> createMapRequest) |
Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced
from global location data providers.
|
default CreateMapResponse |
LocationClient.createMap(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.
|
default CreatePlaceIndexResponse |
LocationClient.createPlaceIndex(Consumer<CreatePlaceIndexRequest.Builder> createPlaceIndexRequest) |
Creates a place index resource in your Amazon Web Services account.
|
default CreatePlaceIndexResponse |
LocationClient.createPlaceIndex(CreatePlaceIndexRequest createPlaceIndexRequest) |
Creates a place index resource in your Amazon Web Services account.
|
default CreateRouteCalculatorResponse |
LocationClient.createRouteCalculator(Consumer<CreateRouteCalculatorRequest.Builder> createRouteCalculatorRequest) |
Creates a route calculator resource in your Amazon Web Services account.
|
default CreateRouteCalculatorResponse |
LocationClient.createRouteCalculator(CreateRouteCalculatorRequest createRouteCalculatorRequest) |
Creates a route calculator resource in your Amazon Web Services account.
|
default CreateTrackerResponse |
LocationClient.createTracker(Consumer<CreateTrackerRequest.Builder> createTrackerRequest) |
Creates a tracker resource in your Amazon Web Services account, which lets you retrieve current and historical
location of devices.
|
default CreateTrackerResponse |
LocationClient.createTracker(CreateTrackerRequest createTrackerRequest) |
Creates a tracker resource in your Amazon Web Services account, which lets you retrieve current and historical
location of devices.
|
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.
|