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