Uses of Interface
software.amazon.awssdk.services.swf.model.WorkflowTypeFilter.Builder
-
Packages that use WorkflowTypeFilter.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of WorkflowTypeFilter.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowTypeFilter.Builder Modifier and Type Method Description static WorkflowTypeFilter.BuilderWorkflowTypeFilter. builder()WorkflowTypeFilter.BuilderWorkflowTypeFilter.Builder. name(String name)Name of the workflow type.WorkflowTypeFilter.BuilderWorkflowTypeFilter. toBuilder()WorkflowTypeFilter.BuilderWorkflowTypeFilter.Builder. version(String version)Version of the workflow type.Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type WorkflowTypeFilter.Builder Modifier and Type Method Description static Class<? extends WorkflowTypeFilter.Builder>WorkflowTypeFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type WorkflowTypeFilter.Builder Modifier and Type Method Description default CountClosedWorkflowExecutionsRequest.BuilderCountClosedWorkflowExecutionsRequest.Builder. typeFilter(Consumer<WorkflowTypeFilter.Builder> typeFilter)If specified, indicates the type of the workflow executions to be counted.default CountOpenWorkflowExecutionsRequest.BuilderCountOpenWorkflowExecutionsRequest.Builder. typeFilter(Consumer<WorkflowTypeFilter.Builder> typeFilter)Specifies the type of the workflow executions to be counted.default ListClosedWorkflowExecutionsRequest.BuilderListClosedWorkflowExecutionsRequest.Builder. typeFilter(Consumer<WorkflowTypeFilter.Builder> typeFilter)If specified, only executions of the type specified in the filter are returned.default ListOpenWorkflowExecutionsRequest.BuilderListOpenWorkflowExecutionsRequest.Builder. typeFilter(Consumer<WorkflowTypeFilter.Builder> typeFilter)If specified, only executions of the type specified in the filter are returned.
-