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