类 ListKeysResponse

  • 所有已实现的接口:
    Serializable

    public class ListKeysResponse
    extends KmsResponse
    Contains the details returned from Kms after calling the ListKeys operation.
    另请参阅:
    序列化表格
    • 构造器详细资料

      • ListKeysResponse

        public ListKeysResponse()
    • 方法详细资料

      • setNextMarker

        public void setNextMarker​(String nextMarker)
      • getNextMarker

        public String getNextMarker()
      • setTruncated

        public void setTruncated​(boolean truncated)
      • getTruncated

        public boolean getTruncated()