Uses of Class
io.gs2.serialKey.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.serialKey
Methods in io.gs2.serialKey with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2SerialKeyRestClient.createNamespace(CreateNamespaceRequest request) voidGs2SerialKeyRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.serialKey.request
Methods in io.gs2.serialKey.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withDescription(String description) CreateNamespaceRequest.withLogSetting(LogSetting logSetting)