Uses of Class
software.amazon.awssdk.services.codecatalyst.model.ListWorkflowRunsResponse
-
Packages that use ListWorkflowRunsResponse Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference.software.amazon.awssdk.services.codecatalyst.paginators -
-
Uses of ListWorkflowRunsResponse in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst that return ListWorkflowRunsResponse Modifier and Type Method Description default ListWorkflowRunsResponseCodeCatalystClient. listWorkflowRuns(Consumer<ListWorkflowRunsRequest.Builder> listWorkflowRunsRequest)Retrieves a list of workflow runs of a specified workflow.default ListWorkflowRunsResponseCodeCatalystClient. listWorkflowRuns(ListWorkflowRunsRequest listWorkflowRunsRequest)Retrieves a list of workflow runs of a specified workflow.Methods in software.amazon.awssdk.services.codecatalyst that return types with arguments of type ListWorkflowRunsResponse 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 CompletableFuture<ListWorkflowRunsResponse>CodeCatalystAsyncClient. listWorkflowRuns(ListWorkflowRunsRequest listWorkflowRunsRequest)Retrieves a list of workflow runs of a specified workflow. -
Uses of ListWorkflowRunsResponse in software.amazon.awssdk.services.codecatalyst.paginators
Methods in software.amazon.awssdk.services.codecatalyst.paginators that return types with arguments of type ListWorkflowRunsResponse Modifier and Type Method Description Iterator<ListWorkflowRunsResponse>ListWorkflowRunsIterable. iterator()Method parameters in software.amazon.awssdk.services.codecatalyst.paginators with type arguments of type ListWorkflowRunsResponse Modifier and Type Method Description voidListWorkflowRunsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWorkflowRunsResponse> subscriber)
-