| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
KeyListEntry |
KeyListEntry.clone() |
KeyListEntry |
KeyListEntry.withKeyArn(String keyArn)
ARN of the key.
|
KeyListEntry |
KeyListEntry.withKeyId(String keyId)
Unique identifier of the key.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeyListEntry> |
ListKeysResult.getKeys()
A list of KMS keys.
|
| Modifier and Type | Method and Description |
|---|---|
ListKeysResult |
ListKeysResult.withKeys(KeyListEntry... keys)
A list of KMS keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListKeysResult.setKeys(Collection<KeyListEntry> keys)
A list of KMS keys.
|
ListKeysResult |
ListKeysResult.withKeys(Collection<KeyListEntry> keys)
A list of KMS keys.
|
Copyright © 2025. All rights reserved.