| 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.
|
Future<CreateKeyResult> |
AmazonLocationAsyncClient.createKeyAsync(CreateKeyRequest request) |
Future<CreateKeyResult> |
AbstractAmazonLocationAsync.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> |
AmazonLocationAsyncClient.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
Future<CreateKeyResult> |
AbstractAmazonLocationAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateKeyResult> |
AmazonLocationAsyncClient.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
Future<CreateKeyResult> |
AbstractAmazonLocationAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateKeyRequest |
CreateKeyRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateKeyRequest |
CreateKeyRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateKeyRequest |
CreateKeyRequest.clone() |
CreateKeyRequest |
CreateKeyRequest.withDescription(String description)
An optional description for the API key resource.
|
CreateKeyRequest |
CreateKeyRequest.withExpireTime(Date expireTime)
The optional timestamp for when the API key resource will expire in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
CreateKeyRequest |
CreateKeyRequest.withKeyName(String keyName)
A custom name for the API key resource.
|
CreateKeyRequest |
CreateKeyRequest.withNoExpiry(Boolean noExpiry)
Optionally set to
true to set no expiration time for the API key. |
CreateKeyRequest |
CreateKeyRequest.withRestrictions(ApiKeyRestrictions restrictions)
The API key restrictions for the API key resource.
|
CreateKeyRequest |
CreateKeyRequest.withTags(Map<String,String> tags)
Applies one or more tags to the map resource.
|
Copyright © 2023. All rights reserved.