Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.CallLegType
-
Packages that use CallLegType Package Description software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of CallLegType in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return CallLegType Modifier and Type Method Description CallLegTypeStartSpeakerSearchTaskRequest. callLeg()Specifies which call leg to stream for speaker search.static CallLegTypeCallLegType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CallLegTypeCallLegType. valueOf(String name)Returns the enum constant of this type with the specified name.static CallLegType[]CallLegType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkvoice.model that return types with arguments of type CallLegType Modifier and Type Method Description static Set<CallLegType>CallLegType. knownValues()Methods in software.amazon.awssdk.services.chimesdkvoice.model with parameters of type CallLegType Modifier and Type Method Description StartSpeakerSearchTaskRequest.BuilderStartSpeakerSearchTaskRequest.Builder. callLeg(CallLegType callLeg)Specifies which call leg to stream for speaker search.
-