Package com.strongdm.api
Class AccountsGroups
java.lang.Object
com.strongdm.api.AccountsGroups
- All Implemented Interfaces:
SnapshotAccountsGroups
An AccountGroup links an account and a group.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(AccountGroup accountGroup) Create create a new AccountGroup.Delete removes an AccountGroup by ID.Get reads one AccountGroup by ID.List gets a list of AccountGroups matching a given set of criteria.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the AccountsGroups service which has the given deadline set for all method calls.
-
Constructor Details
-
AccountsGroups
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the AccountsGroups service which has the given deadline set for all method calls. -
create
Create create a new AccountGroup.- Throws:
RpcException
-
get
Get reads one AccountGroup by ID.- Specified by:
get
in interfaceSnapshotAccountsGroups
- Throws:
RpcException
-
delete
Delete removes an AccountGroup by ID.- Throws:
RpcException
-
list
List gets a list of AccountGroups matching a given set of criteria.- Specified by:
list
in interfaceSnapshotAccountsGroups
- Throws:
RpcException
-