Uses of Class
io.gs2.formation.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.formation
Methods in io.gs2.formation with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2FormationRestClient.createNamespace(CreateNamespaceRequest request) voidGs2FormationRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.formation.request
Methods in io.gs2.formation.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withDescription(String description) CreateNamespaceRequest.withLogSetting(LogSetting logSetting) CreateNamespaceRequest.withTransactionSetting(TransactionSetting transactionSetting) CreateNamespaceRequest.withUpdateFormScript(ScriptSetting updateFormScript) CreateNamespaceRequest.withUpdateMoldScript(ScriptSetting updateMoldScript)