Uses of Interface
software.amazon.awssdk.services.codecatalyst.model.ListWorkflowRunsRequest.Builder
-
Packages that use ListWorkflowRunsRequest.Builder Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference.software.amazon.awssdk.services.codecatalyst.model -
-
Uses of ListWorkflowRunsRequest.Builder in software.amazon.awssdk.services.codecatalyst
Method parameters in software.amazon.awssdk.services.codecatalyst with type arguments of type ListWorkflowRunsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListWorkflowRunsResponse>CodeCatalystAsyncClient. listWorkflowRuns(Consumer<ListWorkflowRunsRequest.Builder> listWorkflowRunsRequest)Retrieves a list of workflow runs of a specified workflow.default ListWorkflowRunsResponseCodeCatalystClient. listWorkflowRuns(Consumer<ListWorkflowRunsRequest.Builder> listWorkflowRunsRequest)Retrieves a list of workflow runs of a specified workflow.default ListWorkflowRunsPublisherCodeCatalystAsyncClient. listWorkflowRunsPaginator(Consumer<ListWorkflowRunsRequest.Builder> listWorkflowRunsRequest)Retrieves a list of workflow runs of a specified workflow.default ListWorkflowRunsIterableCodeCatalystClient. listWorkflowRunsPaginator(Consumer<ListWorkflowRunsRequest.Builder> listWorkflowRunsRequest)Retrieves a list of workflow runs of a specified workflow. -
Uses of ListWorkflowRunsRequest.Builder in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return ListWorkflowRunsRequest.Builder Modifier and Type Method Description static ListWorkflowRunsRequest.BuilderListWorkflowRunsRequest. builder()ListWorkflowRunsRequest.BuilderListWorkflowRunsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to show in a single call to this API.ListWorkflowRunsRequest.BuilderListWorkflowRunsRequest.Builder. nextToken(String nextToken)A token returned from a call to this API to indicate the next batch of results to return, if any.ListWorkflowRunsRequest.BuilderListWorkflowRunsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkflowRunsRequest.BuilderListWorkflowRunsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkflowRunsRequest.BuilderListWorkflowRunsRequest.Builder. projectName(String projectName)The name of the project in the space.ListWorkflowRunsRequest.BuilderListWorkflowRunsRequest.Builder. sortBy(Collection<WorkflowRunSortCriteria> sortBy)Information used to sort the items in the returned list.ListWorkflowRunsRequest.BuilderListWorkflowRunsRequest.Builder. sortBy(Consumer<WorkflowRunSortCriteria.Builder>... sortBy)Information used to sort the items in the returned list.ListWorkflowRunsRequest.BuilderListWorkflowRunsRequest.Builder. sortBy(WorkflowRunSortCriteria... sortBy)Information used to sort the items in the returned list.ListWorkflowRunsRequest.BuilderListWorkflowRunsRequest.Builder. spaceName(String spaceName)The name of the space.ListWorkflowRunsRequest.BuilderListWorkflowRunsRequest. toBuilder()ListWorkflowRunsRequest.BuilderListWorkflowRunsRequest.Builder. workflowId(String workflowId)The ID of the workflow.Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type ListWorkflowRunsRequest.Builder Modifier and Type Method Description static Class<? extends ListWorkflowRunsRequest.Builder>ListWorkflowRunsRequest. serializableBuilderClass()
-