Uses of Class
io.gs2.schedule.request.DeleteNamespaceRequest
Packages that use DeleteNamespaceRequest
-
Uses of DeleteNamespaceRequest in io.gs2.schedule
Methods in io.gs2.schedule with parameters of type DeleteNamespaceRequestModifier and TypeMethodDescriptionGs2ScheduleRestClient.deleteNamespace(DeleteNamespaceRequest request) voidGs2ScheduleRestClient.deleteNamespaceAsync(DeleteNamespaceRequest request, AsyncAction<AsyncResult<DeleteNamespaceResult>> callback) -
Uses of DeleteNamespaceRequest in io.gs2.schedule.request
Methods in io.gs2.schedule.request that return DeleteNamespaceRequestModifier and TypeMethodDescriptionstatic DeleteNamespaceRequestDeleteNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DeleteNamespaceRequest.withNamespaceName(String namespaceName)