Uses of Class
software.amazon.awssdk.services.connect.model.IvrRecordingTrack
-
Packages that use IvrRecordingTrack Package Description software.amazon.awssdk.services.connect.model -
-
Uses of IvrRecordingTrack in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return IvrRecordingTrack Modifier and Type Method Description static IvrRecordingTrackIvrRecordingTrack. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IvrRecordingTrackVoiceRecordingConfiguration. ivrRecordingTrack()Identifies which IVR track is being recorded.static IvrRecordingTrackIvrRecordingTrack. valueOf(String name)Returns the enum constant of this type with the specified name.static IvrRecordingTrack[]IvrRecordingTrack. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type IvrRecordingTrack Modifier and Type Method Description static Set<IvrRecordingTrack>IvrRecordingTrack. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type IvrRecordingTrack Modifier and Type Method Description VoiceRecordingConfiguration.BuilderVoiceRecordingConfiguration.Builder. ivrRecordingTrack(IvrRecordingTrack ivrRecordingTrack)Identifies which IVR track is being recorded.
-