Uses of Class
software.amazon.awssdk.services.location.model.CreateKeyResponse
-
Packages that use CreateKeyResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of CreateKeyResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return CreateKeyResponse Modifier and Type Method Description default CreateKeyResponseLocationClient. createKey(Consumer<CreateKeyRequest.Builder> 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.Methods in software.amazon.awssdk.services.location that return types with arguments of type CreateKeyResponse Modifier and Type Method Description default CompletableFuture<CreateKeyResponse>LocationAsyncClient. createKey(Consumer<CreateKeyRequest.Builder> 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 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.
-