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