| 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 customer master keys (CMKs).
|
| Modifier and Type | Method and Description |
|---|---|
ListKeysResult |
ListKeysResult.withKeys(KeyListEntry... keys)
A list of customer master keys (CMKs).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListKeysResult.setKeys(Collection<KeyListEntry> keys)
A list of customer master keys (CMKs).
|
ListKeysResult |
ListKeysResult.withKeys(Collection<KeyListEntry> keys)
A list of customer master keys (CMKs).
|
Copyright © 2021. All rights reserved.