| Package | Description |
|---|---|
| com.amazonaws.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
CreateKeyResult |
AbstractAmazonLocation.createKey(CreateKeyRequest request) |
CreateKeyResult |
AmazonLocation.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.
|
CreateKeyResult |
AmazonLocationClient.createKey(CreateKeyRequest request)
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateKeyResult> |
AmazonLocationAsyncClient.createKeyAsync(CreateKeyRequest request) |
Future<CreateKeyResult> |
AmazonLocationAsync.createKeyAsync(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.
|
Future<CreateKeyResult> |
AbstractAmazonLocationAsync.createKeyAsync(CreateKeyRequest request) |
Future<CreateKeyResult> |
AmazonLocationAsyncClient.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
Future<CreateKeyResult> |
AmazonLocationAsync.createKeyAsync(CreateKeyRequest createKeyRequest,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
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.
|
Future<CreateKeyResult> |
AbstractAmazonLocationAsync.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateKeyResult> |
AmazonLocationAsyncClient.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
Future<CreateKeyResult> |
AmazonLocationAsync.createKeyAsync(CreateKeyRequest createKeyRequest,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
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.
|
Future<CreateKeyResult> |
AbstractAmazonLocationAsync.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateKeyResult |
CreateKeyResult.clone() |
CreateKeyResult |
CreateKeyResult.withCreateTime(Date createTime)
The timestamp for when the API key resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
CreateKeyResult |
CreateKeyResult.withKey(String key)
The key value/string of an API key.
|
CreateKeyResult |
CreateKeyResult.withKeyArn(String keyArn)
The Amazon Resource Name (ARN) for the API key resource.
|
CreateKeyResult |
CreateKeyResult.withKeyName(String keyName)
The name of the API key resource.
|
Copyright © 2023. All rights reserved.