Uses of Class
software.amazon.awssdk.services.location.model.CreateKeyRequest
-
Packages that use CreateKeyRequest 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 CreateKeyRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type CreateKeyRequest Modifier and Type Method Description default CompletableFuture<CreateKeyResponse>LocationAsyncClient. createKey(CreateKeyRequest createKeyRequest)Creates an API key resource in your Amazon Web Services account, which lets you grant actions for Amazon Location resources to the API key bearer.default CreateKeyResponseLocationClient. createKey(CreateKeyRequest createKeyRequest)Creates an API key resource in your Amazon Web Services account, which lets you grant actions for Amazon Location resources to the API key bearer. -
Uses of CreateKeyRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type CreateKeyRequest Modifier and Type Method Description SdkHttpFullRequestCreateKeyRequestMarshaller. marshall(CreateKeyRequest createKeyRequest)
-