Uses of Class
software.amazon.awssdk.services.connect.model.ContactRecordingType
-
Packages that use ContactRecordingType Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ContactRecordingType in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ContactRecordingType Modifier and Type Method Description ContactRecordingTypeResumeContactRecordingRequest. contactRecordingType()The type of recording being operated on.ContactRecordingTypeStopContactRecordingRequest. contactRecordingType()The type of recording being operated on.ContactRecordingTypeSuspendContactRecordingRequest. contactRecordingType()The type of recording being operated on.static ContactRecordingTypeContactRecordingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContactRecordingTypeContactRecordingType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContactRecordingType[]ContactRecordingType. 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 ContactRecordingType Modifier and Type Method Description static Set<ContactRecordingType>ContactRecordingType. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type ContactRecordingType Modifier and Type Method Description ResumeContactRecordingRequest.BuilderResumeContactRecordingRequest.Builder. contactRecordingType(ContactRecordingType contactRecordingType)The type of recording being operated on.StopContactRecordingRequest.BuilderStopContactRecordingRequest.Builder. contactRecordingType(ContactRecordingType contactRecordingType)The type of recording being operated on.SuspendContactRecordingRequest.BuilderSuspendContactRecordingRequest.Builder. contactRecordingType(ContactRecordingType contactRecordingType)The type of recording being operated on.
-