| 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 |
AbstractAmazonLocation.updateKey(UpdateKeyRequest request) |
UpdateKeyResult |
AmazonLocation.updateKey(UpdateKeyRequest updateKeyRequest)
Updates the specified properties of a given API key resource.
|
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 |
|---|---|
UpdateKeyRequest |
UpdateKeyRequest.clone() |
UpdateKeyRequest |
UpdateKeyRequest.withDescription(String description)
Updates the description for the API key resource.
|
UpdateKeyRequest |
UpdateKeyRequest.withExpireTime(Date expireTime)
Updates the timestamp for when the API key resource will expire in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
UpdateKeyRequest |
UpdateKeyRequest.withForceUpdate(Boolean forceUpdate)
The boolean flag to be included for updating
ExpireTime or Restrictions details. |
UpdateKeyRequest |
UpdateKeyRequest.withKeyName(String keyName)
The name of the API key resource to update.
|
UpdateKeyRequest |
UpdateKeyRequest.withNoExpiry(Boolean noExpiry)
Whether the API key should expire.
|
UpdateKeyRequest |
UpdateKeyRequest.withRestrictions(ApiKeyRestrictions restrictions)
Updates the API key restrictions for the API key resource.
|
Copyright © 2024. All rights reserved.