Uses of Class
software.amazon.awssdk.services.connect.model.SearchContactFlowsResponse
-
Packages that use SearchContactFlowsResponse Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.paginators -
-
Uses of SearchContactFlowsResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return SearchContactFlowsResponse Modifier and Type Method Description default SearchContactFlowsResponseConnectClient. searchContactFlows(Consumer<SearchContactFlowsRequest.Builder> searchContactFlowsRequest)Searches the contact flows in an Amazon Connect instance, with optional filtering.default SearchContactFlowsResponseConnectClient. searchContactFlows(SearchContactFlowsRequest searchContactFlowsRequest)Searches the contact flows in an Amazon Connect instance, with optional filtering.Methods in software.amazon.awssdk.services.connect that return types with arguments of type SearchContactFlowsResponse Modifier and Type Method Description default CompletableFuture<SearchContactFlowsResponse>ConnectAsyncClient. searchContactFlows(Consumer<SearchContactFlowsRequest.Builder> searchContactFlowsRequest)Searches the contact flows in an Amazon Connect instance, with optional filtering.default CompletableFuture<SearchContactFlowsResponse>ConnectAsyncClient. searchContactFlows(SearchContactFlowsRequest searchContactFlowsRequest)Searches the contact flows in an Amazon Connect instance, with optional filtering. -
Uses of SearchContactFlowsResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type SearchContactFlowsResponse Modifier and Type Method Description Iterator<SearchContactFlowsResponse>SearchContactFlowsIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type SearchContactFlowsResponse Modifier and Type Method Description voidSearchContactFlowsPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchContactFlowsResponse> subscriber)
-