| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
ListKeysResponseEntry |
ListKeysResponseEntry.clone() |
ListKeysResponseEntry |
ListKeysResponseEntry.withCreateTime(Date createTime)
The timestamp of when the API key was created, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
ListKeysResponseEntry |
ListKeysResponseEntry.withDescription(String description)
The optional description for the API key resource.
|
ListKeysResponseEntry |
ListKeysResponseEntry.withExpireTime(Date expireTime)
The timestamp for when the API key resource will expire, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
ListKeysResponseEntry |
ListKeysResponseEntry.withKeyName(String keyName)
The name of the API key resource.
|
ListKeysResponseEntry |
ListKeysResponseEntry.withRestrictions(ApiKeyRestrictions restrictions) |
ListKeysResponseEntry |
ListKeysResponseEntry.withUpdateTime(Date updateTime)
The timestamp of when the API key was last updated, in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
| Modifier and Type | Method and Description |
|---|---|
List<ListKeysResponseEntry> |
ListKeysResult.getEntries()
Contains API key resources in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListKeysResult |
ListKeysResult.withEntries(ListKeysResponseEntry... entries)
Contains API key resources in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListKeysResult.setEntries(Collection<ListKeysResponseEntry> entries)
Contains API key resources in your Amazon Web Services account.
|
ListKeysResult |
ListKeysResult.withEntries(Collection<ListKeysResponseEntry> entries)
Contains API key resources in your Amazon Web Services account.
|
Copyright © 2023. All rights reserved.