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