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