Uses of Class
io.gs2.cdk.matchmaking.model.options.NamespaceOptions
Packages that use NamespaceOptions
-
Uses of NamespaceOptions in io.gs2.cdk.matchmaking.model
Constructors in io.gs2.cdk.matchmaking.model with parameters of type NamespaceOptionsModifierConstructorDescriptionNamespace(Stack stack, String name, NamespaceCreateGatheringTriggerType createGatheringTriggerType, NamespaceCompleteMatchmakingTriggerType completeMatchmakingTriggerType, NamespaceOptions options) -
Uses of NamespaceOptions in io.gs2.cdk.matchmaking.model.options
Methods in io.gs2.cdk.matchmaking.model.options that return NamespaceOptionsModifier and TypeMethodDescriptionNamespaceOptions.withChangeRatingNotification(NotificationSetting changeRatingNotification) NamespaceOptions.withChangeRatingScript(ScriptSetting changeRatingScript) NamespaceOptions.withCollaborateSeasonRatingNamespaceId(String collaborateSeasonRatingNamespaceId) NamespaceOptions.withCollaborateSeasonRatingTtl(Integer collaborateSeasonRatingTtl) NamespaceOptions.withCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId) NamespaceOptions.withCompleteMatchmakingTriggerScriptId(String completeMatchmakingTriggerScriptId) NamespaceOptions.withCompleteNotification(NotificationSetting completeNotification) NamespaceOptions.withCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId) NamespaceOptions.withCreateGatheringTriggerScriptId(String createGatheringTriggerScriptId) NamespaceOptions.withDescription(String description) NamespaceOptions.withDisconnectDetectionTimeoutSeconds(Integer disconnectDetectionTimeoutSeconds) NamespaceOptions.withEnableCollaborateSeasonRating(NamespaceEnableCollaborateSeasonRating enableCollaborateSeasonRating) NamespaceOptions.withEnableDisconnectDetection(NamespaceEnableDisconnectDetection enableDisconnectDetection) NamespaceOptions.withEnableRating(Boolean enableRating) NamespaceOptions.withJoinNotification(NotificationSetting joinNotification) NamespaceOptions.withLeaveNotification(NotificationSetting leaveNotification) NamespaceOptions.withLogSetting(LogSetting logSetting)