Package com.strongdm.api
Class Replays
java.lang.Object
com.strongdm.api.Replays
A Replay captures the data transferred over a long-running SSH, RDP, or Kubernetes interactive session
(otherwise referred to as a query). The Replays service is read-only.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList gets a list of ReplayChunks for the Query ID specified by the filter criteria.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the Replays service which has the given deadline set for all method calls.
-
Constructor Details
-
Replays
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the Replays service which has the given deadline set for all method calls. -
list
List gets a list of ReplayChunks for the Query ID specified by the filter criteria.- Throws:
RpcException
-