Uses of Class
software.amazon.awssdk.services.codecatalyst.model.WorkflowSortCriteria
-
Packages that use WorkflowSortCriteria Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of WorkflowSortCriteria in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type WorkflowSortCriteria Modifier and Type Method Description List<WorkflowSortCriteria>ListWorkflowsRequest. sortBy()Information used to sort the items in the returned list.Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type WorkflowSortCriteria Modifier and Type Method Description ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. sortBy(WorkflowSortCriteria... sortBy)Information used to sort the items in the returned list.Method parameters in software.amazon.awssdk.services.codecatalyst.model with type arguments of type WorkflowSortCriteria Modifier and Type Method Description ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. sortBy(Collection<WorkflowSortCriteria> sortBy)Information used to sort the items in the returned list.
-