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