| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model | |
| software.amazon.awssdk.services.connect.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationSummary> |
ListContactEvaluationsResponse.evaluationSummaryList()
Provides details about a list of contact evaluations belonging to an instance.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactEvaluationsResponse.Builder |
ListContactEvaluationsResponse.Builder.evaluationSummaryList(EvaluationSummary... evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactEvaluationsResponse.Builder |
ListContactEvaluationsResponse.Builder.evaluationSummaryList(Collection<EvaluationSummary> evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<EvaluationSummary> |
ListContactEvaluationsPublisher.evaluationSummaryList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<EvaluationSummary> |
ListContactEvaluationsIterable.evaluationSummaryList()
Returns an iterable to iterate through the paginated
ListContactEvaluationsResponse.evaluationSummaryList() member. |
Copyright © 2023. All rights reserved.