Uses of Class
software.amazon.awssdk.services.connect.model.EvaluationFormSummary
-
Packages that use EvaluationFormSummary Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of EvaluationFormSummary in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EvaluationFormSummary Modifier and Type Method Description List<EvaluationFormSummary>ListEvaluationFormsResponse. evaluationFormSummaryList()Provides details about a list of evaluation forms belonging to an instance.Methods in software.amazon.awssdk.services.connect.model with parameters of type EvaluationFormSummary Modifier and Type Method Description ListEvaluationFormsResponse.BuilderListEvaluationFormsResponse.Builder. evaluationFormSummaryList(EvaluationFormSummary... evaluationFormSummaryList)Provides details about a list of evaluation forms belonging to an instance.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type EvaluationFormSummary Modifier and Type Method Description ListEvaluationFormsResponse.BuilderListEvaluationFormsResponse.Builder. evaluationFormSummaryList(Collection<EvaluationFormSummary> evaluationFormSummaryList)Provides details about a list of evaluation forms belonging to an instance. -
Uses of EvaluationFormSummary in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type EvaluationFormSummary Modifier and Type Method Description SdkIterable<EvaluationFormSummary>ListEvaluationFormsIterable. evaluationFormSummaryList()Returns an iterable to iterate through the paginatedListEvaluationFormsResponse.evaluationFormSummaryList()member.SdkPublisher<EvaluationFormSummary>ListEvaluationFormsPublisher. evaluationFormSummaryList()Returns a publisher that can be used to get a stream of data.
-