Class GroupsHistory

java.lang.Object
com.strongdm.api.GroupsHistory

public class GroupsHistory extends Object
GroupsHistory records all changes to the state of a Group.
  • Constructor Details

    • GroupsHistory

      public GroupsHistory(io.grpc.ManagedChannel channel, Client client)
  • Method Details

    • withDeadlineAfter

      public GroupsHistory withDeadlineAfter(long duration, TimeUnit units)
      This function returns a copy of the GroupsHistory service which has the given deadline set for all method calls.
    • list

      public Iterable<GroupHistory> list(String filter, Object... args) throws RpcException
      List gets a list of GroupHistory records matching a given set of criteria.
      Throws:
      RpcException