| 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 DeleteKeyResponse |
LocationClient.deleteKey(Consumer<DeleteKeyRequest.Builder> deleteKeyRequest)
Deletes the specified API key.
|
default DeleteKeyResponse |
LocationClient.deleteKey(DeleteKeyRequest deleteKeyRequest)
Deletes the specified API key.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteKeyResponse> |
LocationAsyncClient.deleteKey(Consumer<DeleteKeyRequest.Builder> deleteKeyRequest)
Deletes the specified API key.
|
default CompletableFuture<DeleteKeyResponse> |
LocationAsyncClient.deleteKey(DeleteKeyRequest deleteKeyRequest)
Deletes the specified API key.
|
Copyright © 2023. All rights reserved.