| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateKeyResponse |
LocationClient.updateKey(Consumer<UpdateKeyRequest.Builder> updateKeyRequest)
Updates the specified properties of a given API key resource.
|
default CompletableFuture<UpdateKeyResponse> |
LocationAsyncClient.updateKey(Consumer<UpdateKeyRequest.Builder> updateKeyRequest)
Updates the specified properties of a given API key resource.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateKeyRequest.Builder |
UpdateKeyRequest.builder() |
UpdateKeyRequest.Builder |
UpdateKeyRequest.Builder.description(String description)
Updates the description for the API key resource.
|
UpdateKeyRequest.Builder |
UpdateKeyRequest.Builder.expireTime(Instant expireTime)
Updates the timestamp for when the API key resource will expire in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
UpdateKeyRequest.Builder |
UpdateKeyRequest.Builder.forceUpdate(Boolean forceUpdate)
The boolean flag to be included for updating
ExpireTime or Restrictions details. |
UpdateKeyRequest.Builder |
UpdateKeyRequest.Builder.keyName(String keyName)
The name of the API key resource to update.
|
UpdateKeyRequest.Builder |
UpdateKeyRequest.Builder.noExpiry(Boolean noExpiry)
Whether the API key should expire.
|
UpdateKeyRequest.Builder |
UpdateKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateKeyRequest.Builder |
UpdateKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateKeyRequest.Builder |
UpdateKeyRequest.Builder.restrictions(ApiKeyRestrictions restrictions)
Updates the API key restrictions for the API key resource.
|
default UpdateKeyRequest.Builder |
UpdateKeyRequest.Builder.restrictions(Consumer<ApiKeyRestrictions.Builder> restrictions)
Updates the API key restrictions for the API key resource.
|
UpdateKeyRequest.Builder |
UpdateKeyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateKeyRequest.Builder> |
UpdateKeyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.