Package | Description |
---|---|
com.amazonaws.services.kms.model | |
com.amazonaws.services.kms.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<KeyListEntry> |
ListKeysResult.keys
A list of keys.
|
Modifier and Type | Method and Description |
---|---|
KeyListEntry |
KeyListEntry.clone() |
KeyListEntry |
KeyListEntry.withKeyArn(java.lang.String keyArn)
ARN of the key.
|
KeyListEntry |
KeyListEntry.withKeyId(java.lang.String keyId)
Unique identifier of the key.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<KeyListEntry> keys)
A list of keys.
|
ListKeysResult |
ListKeysResult.withKeys(java.util.Collection<KeyListEntry> keys)
A list of keys.
|
Modifier and Type | Method and Description |
---|---|
KeyListEntry |
KeyListEntryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
KeyListEntryJsonMarshaller.marshall(KeyListEntry keyListEntry,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|