Uses of Class
software.amazon.awssdk.services.location.model.DeleteKeyRequest
-
Packages that use DeleteKeyRequest Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.transform -
-
Uses of DeleteKeyRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type DeleteKeyRequest Modifier and Type Method Description default CompletableFuture<DeleteKeyResponse>LocationAsyncClient. deleteKey(DeleteKeyRequest deleteKeyRequest)Deletes the specified API key.default DeleteKeyResponseLocationClient. deleteKey(DeleteKeyRequest deleteKeyRequest)Deletes the specified API key. -
Uses of DeleteKeyRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type DeleteKeyRequest Modifier and Type Method Description SdkHttpFullRequestDeleteKeyRequestMarshaller. marshall(DeleteKeyRequest deleteKeyRequest)
-