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