Uses of Class
software.amazon.awssdk.services.location.model.DeleteKeyResponse
-
Packages that use DeleteKeyResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of DeleteKeyResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return DeleteKeyResponse Modifier and Type Method Description default DeleteKeyResponseLocationClient. deleteKey(Consumer<DeleteKeyRequest.Builder> deleteKeyRequest)Deletes the specified API key.default DeleteKeyResponseLocationClient. deleteKey(DeleteKeyRequest deleteKeyRequest)Deletes the specified API key.Methods in software.amazon.awssdk.services.location that return types with arguments of type DeleteKeyResponse Modifier and Type Method 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.
-