Uses of Class
software.amazon.awssdk.services.connect.model.ListContactFlowsResponse
-
Packages that use ListContactFlowsResponse Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.paginators -
-
Uses of ListContactFlowsResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListContactFlowsResponse Modifier and Type Method Description default ListContactFlowsResponseConnectClient. listContactFlows(Consumer<ListContactFlowsRequest.Builder> listContactFlowsRequest)Provides information about the flows for the specified Amazon Connect instance.default ListContactFlowsResponseConnectClient. listContactFlows(ListContactFlowsRequest listContactFlowsRequest)Provides information about the flows for the specified Amazon Connect instance.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ListContactFlowsResponse Modifier and Type Method Description default CompletableFuture<ListContactFlowsResponse>ConnectAsyncClient. listContactFlows(Consumer<ListContactFlowsRequest.Builder> listContactFlowsRequest)Provides information about the flows for the specified Amazon Connect instance.default CompletableFuture<ListContactFlowsResponse>ConnectAsyncClient. listContactFlows(ListContactFlowsRequest listContactFlowsRequest)Provides information about the flows for the specified Amazon Connect instance. -
Uses of ListContactFlowsResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListContactFlowsResponse Modifier and Type Method Description Iterator<ListContactFlowsResponse>ListContactFlowsIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type ListContactFlowsResponse Modifier and Type Method Description voidListContactFlowsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListContactFlowsResponse> subscriber)
-