Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private WorkflowTypeFilter |
ListOpenWorkflowExecutionsRequest.typeFilter
If specified, only executions of the type specified in the filter are
returned.
|
private WorkflowTypeFilter |
ListClosedWorkflowExecutionsRequest.typeFilter
If specified, only executions of the type specified in the filter are
returned.
|
private WorkflowTypeFilter |
CountOpenWorkflowExecutionsRequest.typeFilter
Specifies the type of the workflow executions to be counted.
|
private WorkflowTypeFilter |
CountClosedWorkflowExecutionsRequest.typeFilter
If specified, indicates the type of the workflow executions to be
counted.
|
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 |
ListClosedWorkflowExecutionsRequest.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 |
CountClosedWorkflowExecutionsRequest.getTypeFilter()
If specified, indicates the type of the workflow executions to be
counted.
|
WorkflowTypeFilter |
WorkflowTypeFilter.withName(java.lang.String name)
Required. Name of the workflow type.
|
WorkflowTypeFilter |
WorkflowTypeFilter.withVersion(java.lang.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 |
ListClosedWorkflowExecutionsRequest.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 |
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.
|
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.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.
|
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withTypeFilter(WorkflowTypeFilter typeFilter)
If specified, indicates the type of the workflow executions to be
counted.
|
Modifier and Type | Method and Description |
---|---|
WorkflowTypeFilter |
WorkflowTypeFilterJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowTypeFilterJsonMarshaller.marshall(WorkflowTypeFilter workflowTypeFilter,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|