| 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 CreateKeyResponse |
LocationClient.createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest)
Creates an API key resource in your Amazon Web Services account, which lets you grant
geo:GetMap*
actions for Amazon Location Map 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
geo:GetMap*
actions for Amazon Location Map resources to the API key bearer. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateKeyResponse> |
LocationAsyncClient.createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest)
Creates an API key resource in your Amazon Web Services account, which lets you grant
geo:GetMap*
actions for Amazon Location Map resources to the API key bearer. |
default CompletableFuture<CreateKeyResponse> |
LocationAsyncClient.createKey(CreateKeyRequest createKeyRequest)
Creates an API key resource in your Amazon Web Services account, which lets you grant
geo:GetMap*
actions for Amazon Location Map resources to the API key bearer. |
Copyright © 2023. All rights reserved.