Uses of Enum Class
io.gs2.cdk.matchmaking.model.enums.NamespaceCreateGatheringTriggerType
Packages that use NamespaceCreateGatheringTriggerType
-
Uses of NamespaceCreateGatheringTriggerType in io.gs2.cdk.matchmaking.model
Constructors in io.gs2.cdk.matchmaking.model with parameters of type NamespaceCreateGatheringTriggerTypeModifierConstructorDescriptionNamespace(Stack stack, String name, NamespaceCreateGatheringTriggerType createGatheringTriggerType, NamespaceCompleteMatchmakingTriggerType completeMatchmakingTriggerType) Namespace(Stack stack, String name, NamespaceCreateGatheringTriggerType createGatheringTriggerType, NamespaceCompleteMatchmakingTriggerType completeMatchmakingTriggerType, NamespaceOptions options) -
Uses of NamespaceCreateGatheringTriggerType in io.gs2.cdk.matchmaking.model.enums
Methods in io.gs2.cdk.matchmaking.model.enums that return NamespaceCreateGatheringTriggerTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static NamespaceCreateGatheringTriggerType[]NamespaceCreateGatheringTriggerType.values()Returns an array containing the constants of this enum class, in the order they are declared.