Class GroupUpdatePrivateKeyResult


  • public final class GroupUpdatePrivateKeyResult
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete()  
      protected void finalize()  
      GroupId getId()
      the id of the group whose private key was rotated
      boolean getNeedsRotation()
      true if the group still needs rotation, else false
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getNeedsRotation

        public final boolean getNeedsRotation()
        true if the group still needs rotation, else false
      • getId

        public final GroupId getId()
        the id of the group whose private key was rotated
      • delete

        public void delete()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable