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