Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListWorkflowsResponse
-
Packages that use ListWorkflowsResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of ListWorkflowsResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return ListWorkflowsResponse Modifier and Type Method Description default ListWorkflowsResponseCustomerProfilesClient. listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)Query to list all workflows.default ListWorkflowsResponseCustomerProfilesClient. listWorkflows(ListWorkflowsRequest listWorkflowsRequest)Query to list all workflows.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type ListWorkflowsResponse Modifier and Type Method Description default CompletableFuture<ListWorkflowsResponse>CustomerProfilesAsyncClient. listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)Query to list all workflows.default CompletableFuture<ListWorkflowsResponse>CustomerProfilesAsyncClient. listWorkflows(ListWorkflowsRequest listWorkflowsRequest)Query to list all workflows.
-