| 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 CompletableFuture<CreateKeyResponse> |
LocationAsyncClient.createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest)
Creates an API key resource in your Amazon Web Services account, which lets you grant
geo:GetMap*
actions for Amazon Location Map resources to the API key bearer. |
default CreateKeyResponse |
LocationClient.createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest)
Creates an API key resource in your Amazon Web Services account, which lets you grant
geo:GetMap*
actions for Amazon Location Map resources to the API key bearer. |
| Modifier and Type | Method and Description |
|---|---|
static CreateKeyRequest.Builder |
CreateKeyRequest.builder() |
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.description(String description)
An optional description for the API key resource.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.expireTime(Instant expireTime)
The optional timestamp for when the API key resource will expire in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.keyName(String keyName)
A custom name for the API key resource.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.noExpiry(Boolean noExpiry)
Optionally set to
true to set no expiration time for the API key. |
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.restrictions(ApiKeyRestrictions restrictions)
The API key restrictions for the API key resource.
|
default CreateKeyRequest.Builder |
CreateKeyRequest.Builder.restrictions(Consumer<ApiKeyRestrictions.Builder> restrictions)
The API key restrictions for the API key resource.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.tags(Map<String,String> tags)
Applies one or more tags to the map resource.
|
CreateKeyRequest.Builder |
CreateKeyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateKeyRequest.Builder> |
CreateKeyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.