Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.ItemType
-
Packages that use ItemType Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of ItemType in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return ItemType Modifier and Type Method Description static ItemTypeItemType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ItemTypeCallAnalyticsItem. type()The type of item identified.ItemTypeItem. type()The type of item identified.ItemTypeMedicalItem. type()The type of item identified.static ItemTypeItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static ItemType[]ItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type ItemType Modifier and Type Method Description static Set<ItemType>ItemType. knownValues()Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type ItemType Modifier and Type Method Description CallAnalyticsItem.BuilderCallAnalyticsItem.Builder. type(ItemType type)The type of item identified.Item.BuilderItem.Builder. type(ItemType type)The type of item identified.MedicalItem.BuilderMedicalItem.Builder. type(ItemType type)The type of item identified.
-