Uses of Class
software.amazon.awssdk.services.connect.model.ListEvaluationFormsResponse
-
Packages that use ListEvaluationFormsResponse Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.paginators -
-
Uses of ListEvaluationFormsResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListEvaluationFormsResponse Modifier and Type Method Description default ListEvaluationFormsResponseConnectClient. listEvaluationForms(Consumer<ListEvaluationFormsRequest.Builder> listEvaluationFormsRequest)Lists evaluation forms in the specified Amazon Connect instance.default ListEvaluationFormsResponseConnectClient. listEvaluationForms(ListEvaluationFormsRequest listEvaluationFormsRequest)Lists evaluation forms in the specified Amazon Connect instance.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ListEvaluationFormsResponse Modifier and Type Method Description default CompletableFuture<ListEvaluationFormsResponse>ConnectAsyncClient. listEvaluationForms(Consumer<ListEvaluationFormsRequest.Builder> listEvaluationFormsRequest)Lists evaluation forms in the specified Amazon Connect instance.default CompletableFuture<ListEvaluationFormsResponse>ConnectAsyncClient. listEvaluationForms(ListEvaluationFormsRequest listEvaluationFormsRequest)Lists evaluation forms in the specified Amazon Connect instance. -
Uses of ListEvaluationFormsResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListEvaluationFormsResponse Modifier and Type Method Description Iterator<ListEvaluationFormsResponse>ListEvaluationFormsIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type ListEvaluationFormsResponse Modifier and Type Method Description voidListEvaluationFormsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEvaluationFormsResponse> subscriber)
-