Uses of Class
io.gs2.cdk.quest.model.options.NamespaceOptions
Packages that use NamespaceOptions
-
Uses of NamespaceOptions in io.gs2.cdk.quest.model
Constructors in io.gs2.cdk.quest.model with parameters of type NamespaceOptionsModifierConstructorDescriptionNamespace(Stack stack, String name, TransactionSetting transactionSetting, NamespaceOptions options) -
Uses of NamespaceOptions in io.gs2.cdk.quest.model.options
Methods in io.gs2.cdk.quest.model.options that return NamespaceOptionsModifier and TypeMethodDescriptionNamespaceOptions.withCompleteQuestScript(ScriptSetting completeQuestScript) NamespaceOptions.withDescription(String description) NamespaceOptions.withFailedQuestScript(ScriptSetting failedQuestScript) NamespaceOptions.withLogSetting(LogSetting logSetting) NamespaceOptions.withQueueNamespaceId(String queueNamespaceId) NamespaceOptions.withStartQuestScript(ScriptSetting startQuestScript)