Uses of Class
software.amazon.awssdk.services.redshift.model.NamespaceRegistrationStatus
-
Packages that use NamespaceRegistrationStatus Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of NamespaceRegistrationStatus in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return NamespaceRegistrationStatus Modifier and Type Method Description static NamespaceRegistrationStatusNamespaceRegistrationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NamespaceRegistrationStatusDeregisterNamespaceResponse. status()The registration status of the cluster or serverless namespace.NamespaceRegistrationStatusRegisterNamespaceResponse. status()The registration status of the cluster or serverless namespace.static NamespaceRegistrationStatusNamespaceRegistrationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static NamespaceRegistrationStatus[]NamespaceRegistrationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type NamespaceRegistrationStatus Modifier and Type Method Description static Set<NamespaceRegistrationStatus>NamespaceRegistrationStatus. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type NamespaceRegistrationStatus Modifier and Type Method Description DeregisterNamespaceResponse.BuilderDeregisterNamespaceResponse.Builder. status(NamespaceRegistrationStatus status)The registration status of the cluster or serverless namespace.RegisterNamespaceResponse.BuilderRegisterNamespaceResponse.Builder. status(NamespaceRegistrationStatus status)The registration status of the cluster or serverless namespace.
-