类 UpdateRotationRequest


  • public class UpdateRotationRequest
    extends GenericKmsRequest
    Provides options for enableKey master key.
    • 构造器详细资料

      • UpdateRotationRequest

        public UpdateRotationRequest()
      • UpdateRotationRequest

        public UpdateRotationRequest​(String keyId,
                                     int rotateCycle)
    • 方法详细资料

      • setKeyId

        public void setKeyId​(String keyId)
      • getKeyId

        public String getKeyId()
      • setRotateCycle

        public void setRotateCycle​(int rotateCycle)
      • getRotateCycle

        public int getRotateCycle()