Uses of Class
software.amazon.awssdk.services.connect.model.EvaluationSummary
-
Packages that use EvaluationSummary Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of EvaluationSummary in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EvaluationSummary Modifier and Type Method Description List<EvaluationSummary>ListContactEvaluationsResponse. evaluationSummaryList()Provides details about a list of contact evaluations belonging to an instance.Methods in software.amazon.awssdk.services.connect.model with parameters of type EvaluationSummary Modifier and Type Method Description ListContactEvaluationsResponse.BuilderListContactEvaluationsResponse.Builder. evaluationSummaryList(EvaluationSummary... evaluationSummaryList)Provides details about a list of contact evaluations belonging to an instance.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type EvaluationSummary Modifier and Type Method Description ListContactEvaluationsResponse.BuilderListContactEvaluationsResponse.Builder. evaluationSummaryList(Collection<EvaluationSummary> evaluationSummaryList)Provides details about a list of contact evaluations belonging to an instance. -
Uses of EvaluationSummary in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type EvaluationSummary Modifier and Type Method Description SdkIterable<EvaluationSummary>ListContactEvaluationsIterable. evaluationSummaryList()Returns an iterable to iterate through the paginatedListContactEvaluationsResponse.evaluationSummaryList()member.SdkPublisher<EvaluationSummary>ListContactEvaluationsPublisher. evaluationSummaryList()Returns a publisher that can be used to get a stream of data.
-