Uses of Class
software.amazon.awssdk.services.connectcontactlens.model.IssueDetected
-
Packages that use IssueDetected Package Description software.amazon.awssdk.services.connectcontactlens.model -
-
Uses of IssueDetected in software.amazon.awssdk.services.connectcontactlens.model
Methods in software.amazon.awssdk.services.connectcontactlens.model that return types with arguments of type IssueDetected Modifier and Type Method Description List<IssueDetected>Transcript. issuesDetected()List of positions where issues were detected on the transcript.Methods in software.amazon.awssdk.services.connectcontactlens.model with parameters of type IssueDetected Modifier and Type Method Description Transcript.BuilderTranscript.Builder. issuesDetected(IssueDetected... issuesDetected)List of positions where issues were detected on the transcript.Method parameters in software.amazon.awssdk.services.connectcontactlens.model with type arguments of type IssueDetected Modifier and Type Method Description Transcript.BuilderTranscript.Builder. issuesDetected(Collection<IssueDetected> issuesDetected)List of positions where issues were detected on the transcript.
-