Uses of Class
io.gs2.log.request.DeleteInsightRequest
Packages that use DeleteInsightRequest
-
Uses of DeleteInsightRequest in io.gs2.log
Methods in io.gs2.log with parameters of type DeleteInsightRequestModifier and TypeMethodDescriptionGs2LogRestClient.deleteInsight(DeleteInsightRequest request) voidGs2LogRestClient.deleteInsightAsync(DeleteInsightRequest request, AsyncAction<AsyncResult<DeleteInsightResult>> callback) -
Uses of DeleteInsightRequest in io.gs2.log.request
Methods in io.gs2.log.request that return DeleteInsightRequestModifier and TypeMethodDescriptionstatic DeleteInsightRequestDeleteInsightRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DeleteInsightRequest.withInsightName(String insightName) DeleteInsightRequest.withNamespaceName(String namespaceName)