Uses of Enum Class
io.gs2.cdk.realtime.model.enums.NamespaceServerType
Packages that use NamespaceServerType
-
Uses of NamespaceServerType in io.gs2.cdk.realtime.model
Constructors in io.gs2.cdk.realtime.model with parameters of type NamespaceServerTypeModifierConstructorDescriptionNamespace(Stack stack, String name, NamespaceServerType serverType, NamespaceServerSpec serverSpec) Namespace(Stack stack, String name, NamespaceServerType serverType, NamespaceServerSpec serverSpec, NamespaceOptions options) -
Uses of NamespaceServerType in io.gs2.cdk.realtime.model.enums
Methods in io.gs2.cdk.realtime.model.enums that return NamespaceServerTypeModifier and TypeMethodDescriptionstatic NamespaceServerTypeReturns the enum constant of this class with the specified name.static NamespaceServerType[]NamespaceServerType.values()Returns an array containing the constants of this enum class, in the order they are declared.