Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListWorkflowsItem
-
Packages that use ListWorkflowsItem Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ListWorkflowsItem in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ListWorkflowsItem Modifier and Type Method Description List<ListWorkflowsItem>ListWorkflowsResponse. items()List containing workflow details.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type ListWorkflowsItem Modifier and Type Method Description ListWorkflowsResponse.BuilderListWorkflowsResponse.Builder. items(ListWorkflowsItem... items)List containing workflow details.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type ListWorkflowsItem Modifier and Type Method Description ListWorkflowsResponse.BuilderListWorkflowsResponse.Builder. items(Collection<ListWorkflowsItem> items)List containing workflow details.
-