Uses of Class
io.gs2.log.request.PutLogRequest
Packages that use PutLogRequest
-
Uses of PutLogRequest in io.gs2.log
Methods in io.gs2.log with parameters of type PutLogRequestModifier and TypeMethodDescriptionGs2LogRestClient.putLog(PutLogRequest request) voidGs2LogRestClient.putLogAsync(PutLogRequest request, AsyncAction<AsyncResult<PutLogResult>> callback) -
Uses of PutLogRequest in io.gs2.log.request
Methods in io.gs2.log.request that return PutLogRequestModifier and TypeMethodDescriptionstatic PutLogRequestPutLogRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) PutLogRequest.withLogCategory(String logCategory) PutLogRequest.withLoggingNamespaceId(String loggingNamespaceId) PutLogRequest.withPayload(String payload)