Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.NamespaceStatus
-
Packages that use NamespaceStatus Package Description software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of NamespaceStatus in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return NamespaceStatus Modifier and Type Method Description static NamespaceStatusNamespaceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NamespaceStatusNamespace. status()The status of the namespace.static NamespaceStatusNamespaceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static NamespaceStatus[]NamespaceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type NamespaceStatus Modifier and Type Method Description static Set<NamespaceStatus>NamespaceStatus. knownValues()Methods in software.amazon.awssdk.services.redshiftserverless.model with parameters of type NamespaceStatus Modifier and Type Method Description Namespace.BuilderNamespace.Builder. status(NamespaceStatus status)The status of the namespace.
-