Uses of Class
io.gs2.stateMachine.request.UpdateNamespaceRequest
Packages that use UpdateNamespaceRequest
-
Uses of UpdateNamespaceRequest in io.gs2.stateMachine
Methods in io.gs2.stateMachine with parameters of type UpdateNamespaceRequestModifier and TypeMethodDescriptionGs2StateMachineRestClient.updateNamespace(UpdateNamespaceRequest request) voidGs2StateMachineRestClient.updateNamespaceAsync(UpdateNamespaceRequest request, AsyncAction<AsyncResult<UpdateNamespaceResult>> callback) -
Uses of UpdateNamespaceRequest in io.gs2.stateMachine.request
Methods in io.gs2.stateMachine.request that return UpdateNamespaceRequestModifier and TypeMethodDescriptionstatic UpdateNamespaceRequestUpdateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateNamespaceRequest.withDescription(String description) UpdateNamespaceRequest.withErrorScript(ScriptSetting errorScript) UpdateNamespaceRequest.withLogSetting(LogSetting logSetting) UpdateNamespaceRequest.withLowestStateMachineVersion(Long lowestStateMachineVersion) UpdateNamespaceRequest.withNamespaceName(String namespaceName) UpdateNamespaceRequest.withPassScript(ScriptSetting passScript) UpdateNamespaceRequest.withStartScript(ScriptSetting startScript) UpdateNamespaceRequest.withSupportSpeculativeExecution(String supportSpeculativeExecution) UpdateNamespaceRequest.withTransactionSetting(TransactionSetting transactionSetting)