Uses of Interface
software.amazon.awssdk.services.codecatalyst.model.ListWorkflowsRequest.Builder
-
Packages that use ListWorkflowsRequest.Builder Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference.software.amazon.awssdk.services.codecatalyst.model -
-
Uses of ListWorkflowsRequest.Builder in software.amazon.awssdk.services.codecatalyst
Method parameters in software.amazon.awssdk.services.codecatalyst with type arguments of type ListWorkflowsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListWorkflowsResponse>CodeCatalystAsyncClient. listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)Retrieves a list of workflows in a specified project.default ListWorkflowsResponseCodeCatalystClient. listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)Retrieves a list of workflows in a specified project.default ListWorkflowsPublisherCodeCatalystAsyncClient. listWorkflowsPaginator(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)Retrieves a list of workflows in a specified project.default ListWorkflowsIterableCodeCatalystClient. listWorkflowsPaginator(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)Retrieves a list of workflows in a specified project. -
Uses of ListWorkflowsRequest.Builder in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return ListWorkflowsRequest.Builder Modifier and Type Method Description static ListWorkflowsRequest.BuilderListWorkflowsRequest. builder()ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to show in a single call to this API.ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. nextToken(String nextToken)A token returned from a call to this API to indicate the next batch of results to return, if any.ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. projectName(String projectName)The name of the project in the space.ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. sortBy(Collection<WorkflowSortCriteria> sortBy)Information used to sort the items in the returned list.ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. sortBy(Consumer<WorkflowSortCriteria.Builder>... sortBy)Information used to sort the items in the returned list.ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. sortBy(WorkflowSortCriteria... sortBy)Information used to sort the items in the returned list.ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. spaceName(String spaceName)The name of the space.ListWorkflowsRequest.BuilderListWorkflowsRequest. toBuilder()Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type ListWorkflowsRequest.Builder Modifier and Type Method Description static Class<? extends ListWorkflowsRequest.Builder>ListWorkflowsRequest. serializableBuilderClass()
-