Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
WorkflowTypeFilter |
WorkflowTypeFilter.clone() |
WorkflowTypeFilter |
ListOpenWorkflowExecutionsRequest.getTypeFilter()
If specified, only executions of the type specified in the filter are
returned.
|
WorkflowTypeFilter |
CountOpenWorkflowExecutionsRequest.getTypeFilter()
Specifies the type of the workflow executions to be counted.
|
WorkflowTypeFilter |
ListClosedWorkflowExecutionsRequest.getTypeFilter()
If specified, only executions of the type specified in the filter are
returned.
|
WorkflowTypeFilter |
CountClosedWorkflowExecutionsRequest.getTypeFilter()
If specified, indicates the type of the workflow executions to be
counted.
|
WorkflowTypeFilter |
WorkflowTypeFilter.withName(String name)
Required. Name of the workflow type.
|
WorkflowTypeFilter |
WorkflowTypeFilter.withVersion(String version)
Version of the workflow type.
|
Modifier and Type | Method and Description |
---|---|
void |
ListOpenWorkflowExecutionsRequest.setTypeFilter(WorkflowTypeFilter typeFilter)
If specified, only executions of the type specified in the filter are
returned.
|
void |
CountOpenWorkflowExecutionsRequest.setTypeFilter(WorkflowTypeFilter typeFilter)
Specifies the type of the workflow executions to be counted.
|
void |
ListClosedWorkflowExecutionsRequest.setTypeFilter(WorkflowTypeFilter typeFilter)
If specified, only executions of the type specified in the filter are
returned.
|
void |
CountClosedWorkflowExecutionsRequest.setTypeFilter(WorkflowTypeFilter typeFilter)
If specified, indicates the type of the workflow executions to be
counted.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withTypeFilter(WorkflowTypeFilter typeFilter)
If specified, only executions of the type specified in the filter are
returned.
|
CountOpenWorkflowExecutionsRequest |
CountOpenWorkflowExecutionsRequest.withTypeFilter(WorkflowTypeFilter typeFilter)
Specifies the type of the workflow executions to be counted.
|
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.withTypeFilter(WorkflowTypeFilter typeFilter)
If specified, only executions of the type specified in the filter are
returned.
|
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withTypeFilter(WorkflowTypeFilter typeFilter)
If specified, indicates the type of the workflow executions to be
counted.
|
Copyright © 2018. All rights reserved.