Uses of Class
software.amazon.awssdk.services.redshift.model.NamespaceIdentifierUnion.Type
-
Packages that use NamespaceIdentifierUnion.Type Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of NamespaceIdentifierUnion.Type in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return NamespaceIdentifierUnion.Type Modifier and Type Method Description NamespaceIdentifierUnion.TypeNamespaceIdentifierUnion. type()Retrieve an enum value representing which member of this object is populated.static NamespaceIdentifierUnion.TypeNamespaceIdentifierUnion.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static NamespaceIdentifierUnion.Type[]NamespaceIdentifierUnion.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-