| 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 |
|---|---|
DescribeKeyResult |
AbstractAmazonLocation.describeKey(DescribeKeyRequest request) |
DescribeKeyResult |
AmazonLocation.describeKey(DescribeKeyRequest describeKeyRequest)
Retrieves the API key resource details.
|
DescribeKeyResult |
AmazonLocationClient.describeKey(DescribeKeyRequest request)
Retrieves the API key resource details.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeKeyResult> |
AmazonLocationAsyncClient.describeKeyAsync(DescribeKeyRequest request,
AsyncHandler<DescribeKeyRequest,DescribeKeyResult> asyncHandler) |
Future<DescribeKeyResult> |
AbstractAmazonLocationAsync.describeKeyAsync(DescribeKeyRequest request,
AsyncHandler<DescribeKeyRequest,DescribeKeyResult> asyncHandler) |
Future<DescribeKeyResult> |
AmazonLocationAsync.describeKeyAsync(DescribeKeyRequest describeKeyRequest,
AsyncHandler<DescribeKeyRequest,DescribeKeyResult> asyncHandler)
Retrieves the API key resource details.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeKeyResult |
DescribeKeyResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeKeyResult |
DescribeKeyResult.clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeKeyResult |
DescribeKeyResult.clone() |
DescribeKeyResult |
DescribeKeyResult.withCreateTime(Date createTime)
The timestamp for when the API key resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
DescribeKeyResult |
DescribeKeyResult.withDescription(String description)
The optional description for the API key resource.
|
DescribeKeyResult |
DescribeKeyResult.withExpireTime(Date expireTime)
The timestamp for when the API key resource will expire in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
DescribeKeyResult |
DescribeKeyResult.withKey(String key)
The key value/string of an API key.
|
DescribeKeyResult |
DescribeKeyResult.withKeyArn(String keyArn)
The Amazon Resource Name (ARN) for the API key resource.
|
DescribeKeyResult |
DescribeKeyResult.withKeyName(String keyName)
The name of the API key resource.
|
DescribeKeyResult |
DescribeKeyResult.withRestrictions(ApiKeyRestrictions restrictions) |
DescribeKeyResult |
DescribeKeyResult.withTags(Map<String,String> tags)
Tags associated with the API key resource.
|
DescribeKeyResult |
DescribeKeyResult.withUpdateTime(Date updateTime)
The timestamp for when the API key resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
Copyright © 2023. All rights reserved.