public class ListKeysResponse extends KmsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListKeysResponse.Key |
metadata| Constructor and Description |
|---|
ListKeysResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<ListKeysResponse.Key> |
getKeys() |
String |
getNextMarker() |
boolean |
getTruncated() |
void |
setKeys(List<ListKeysResponse.Key> keys) |
void |
setNextMarker(String nextMarker) |
void |
setTruncated(boolean truncated) |
getMetadatapublic void setNextMarker(String nextMarker)
public String getNextMarker()
public void setTruncated(boolean truncated)
public boolean getTruncated()
public void setKeys(List<ListKeysResponse.Key> keys)
public List<ListKeysResponse.Key> getKeys()
Copyright © 2023. All rights reserved.