| 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 |
|---|---|
UpdateKeyResult |
AmazonLocationClient.updateKey(UpdateKeyRequest request)
Updates the specified properties of a given API key resource.
|
UpdateKeyResult |
AmazonLocation.updateKey(UpdateKeyRequest updateKeyRequest)
Updates the specified properties of a given API key resource.
|
UpdateKeyResult |
AbstractAmazonLocation.updateKey(UpdateKeyRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateKeyResult> |
AmazonLocationAsyncClient.updateKeyAsync(UpdateKeyRequest request) |
Future<UpdateKeyResult> |
AbstractAmazonLocationAsync.updateKeyAsync(UpdateKeyRequest request) |
Future<UpdateKeyResult> |
AmazonLocationAsync.updateKeyAsync(UpdateKeyRequest updateKeyRequest)
Updates the specified properties of a given API key resource.
|
Future<UpdateKeyResult> |
AmazonLocationAsyncClient.updateKeyAsync(UpdateKeyRequest request,
AsyncHandler<UpdateKeyRequest,UpdateKeyResult> asyncHandler) |
Future<UpdateKeyResult> |
AbstractAmazonLocationAsync.updateKeyAsync(UpdateKeyRequest request,
AsyncHandler<UpdateKeyRequest,UpdateKeyResult> asyncHandler) |
Future<UpdateKeyResult> |
AmazonLocationAsync.updateKeyAsync(UpdateKeyRequest updateKeyRequest,
AsyncHandler<UpdateKeyRequest,UpdateKeyResult> asyncHandler)
Updates the specified properties of a given API key resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateKeyResult> |
AmazonLocationAsyncClient.updateKeyAsync(UpdateKeyRequest request,
AsyncHandler<UpdateKeyRequest,UpdateKeyResult> asyncHandler) |
Future<UpdateKeyResult> |
AbstractAmazonLocationAsync.updateKeyAsync(UpdateKeyRequest request,
AsyncHandler<UpdateKeyRequest,UpdateKeyResult> asyncHandler) |
Future<UpdateKeyResult> |
AmazonLocationAsync.updateKeyAsync(UpdateKeyRequest updateKeyRequest,
AsyncHandler<UpdateKeyRequest,UpdateKeyResult> asyncHandler)
Updates the specified properties of a given API key resource.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateKeyResult |
UpdateKeyResult.clone() |
UpdateKeyResult |
UpdateKeyResult.withKeyArn(String keyArn)
The Amazon Resource Name (ARN) for the API key resource.
|
UpdateKeyResult |
UpdateKeyResult.withKeyName(String keyName)
The name of the API key resource.
|
UpdateKeyResult |
UpdateKeyResult.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.