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