Class AccountsHistory

java.lang.Object
com.strongdm.api.AccountsHistory

public class AccountsHistory extends Object
AccountsHistory records all changes to the state of an Account.
  • Constructor Details

    • AccountsHistory

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

    • withDeadlineAfter

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

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