Uses of Class
software.amazon.awssdk.services.location.model.UpdateKeyRequest
-
Packages that use UpdateKeyRequest 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 UpdateKeyRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type UpdateKeyRequest Modifier and Type Method Description default CompletableFuture<UpdateKeyResponse>LocationAsyncClient. updateKey(UpdateKeyRequest 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. -
Uses of UpdateKeyRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type UpdateKeyRequest Modifier and Type Method Description SdkHttpFullRequestUpdateKeyRequestMarshaller. marshall(UpdateKeyRequest updateKeyRequest)
-