Uses of Interface
software.amazon.awssdk.services.connect.model.EvaluationNote.Builder
-
Packages that use EvaluationNote.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EvaluationNote.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EvaluationNote.Builder Modifier and Type Method Description static EvaluationNote.BuilderEvaluationNote. builder()EvaluationNote.BuilderEvaluationNote. toBuilder()EvaluationNote.BuilderEvaluationNote.Builder. value(String value)The note for an item (section or question) in a contact evaluation.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EvaluationNote.Builder Modifier and Type Method Description static Class<? extends EvaluationNote.Builder>EvaluationNote. serializableBuilderClass()
-