Package com.strongdm.api
Interface SnapshotProxyClusterKeys
- All Known Implementing Classes:
ProxyClusterKeys
public interface SnapshotProxyClusterKeys
A SnapshotProxyClusterKeys exposes the read only methods of the ProxyClusterKeys
service for historical queries.
-
Method Summary
Modifier and TypeMethodDescriptionGet reads one ProxyClusterKey by ID.List gets a list of ProxyClusterKeys matching a given set of criteria.
-
Method Details
-
get
Get reads one ProxyClusterKey by ID.- Throws:
RpcException
-
list
List gets a list of ProxyClusterKeys matching a given set of criteria.- Throws:
RpcException
-