Uses of Class
software.amazon.awssdk.services.location.model.UpdateKeyResponse
-
Packages that use UpdateKeyResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of UpdateKeyResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return UpdateKeyResponse Modifier and Type Method Description default UpdateKeyResponseLocationClient. updateKey(Consumer<UpdateKeyRequest.Builder> updateKeyRequest)Updates the specified properties of a given API key resource.default UpdateKeyResponseLocationClient. updateKey(UpdateKeyRequest updateKeyRequest)Updates the specified properties of a given API key resource.Methods in software.amazon.awssdk.services.location that return types with arguments of type UpdateKeyResponse Modifier and Type Method Description default CompletableFuture<UpdateKeyResponse>LocationAsyncClient. updateKey(Consumer<UpdateKeyRequest.Builder> updateKeyRequest)Updates the specified properties of a given API key resource.default CompletableFuture<UpdateKeyResponse>LocationAsyncClient. updateKey(UpdateKeyRequest updateKeyRequest)Updates the specified properties of a given API key resource.
-