com.baidubce.services.kms.model
Class ListKeysResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.kms.model.KmsResponse
com.baidubce.services.kms.model.ListKeysResponse
- All Implemented Interfaces:
- Serializable
public class ListKeysResponse
- extends KmsResponse
Contains the details returned from Kms after calling the ListKeys operation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListKeysResponse
public ListKeysResponse()
setNextMarker
public void setNextMarker(String nextMarker)
getNextMarker
public String getNextMarker()
setTruncated
public void setTruncated(boolean truncated)
getTruncated
public boolean getTruncated()
setKeys
public void setKeys(List<ListKeysResponse.Key> keys)
getKeys
public List<ListKeysResponse.Key> getKeys()
Copyright © 2018. All rights reserved.