Class LogsClient
- java.lang.Object
-
- com.rivet.api.resources.cloud.logs.LogsClient
-
public class LogsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description LogsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetRayPerfLogsResponsegetRayPerfLogs(java.util.UUID rayId)GetRayPerfLogsResponsegetRayPerfLogs(java.util.UUID rayId, RequestOptions requestOptions)
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
LogsClient
public LogsClient(ClientOptions clientOptions)
-
-
Method Detail
-
getRayPerfLogs
public GetRayPerfLogsResponse getRayPerfLogs(java.util.UUID rayId)
-
getRayPerfLogs
public GetRayPerfLogsResponse getRayPerfLogs(java.util.UUID rayId, RequestOptions requestOptions)
-
-