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