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