| Package | Description |
|---|---|
| com.amazonaws.services.simpleworkflow.model | |
| com.amazonaws.services.simpleworkflow.model.transform |
| Modifier and Type | Method and Description |
|---|---|
CloseStatusFilter |
CloseStatusFilter.clone() |
CloseStatusFilter |
ListClosedWorkflowExecutionsRequest.getCloseStatusFilter()
If specified, only workflow executions that match this close status are listed.
|
CloseStatusFilter |
CountClosedWorkflowExecutionsRequest.getCloseStatusFilter()
If specified, only workflow executions that match this close status are counted.
|
CloseStatusFilter |
CloseStatusFilter.withStatus(CloseStatus status)
Required. The close status that must match the close status of an execution for it to meet the criteria of
this filter.
|
CloseStatusFilter |
CloseStatusFilter.withStatus(String status)
Required. The close status that must match the close status of an execution for it to meet the criteria of
this filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListClosedWorkflowExecutionsRequest.setCloseStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close status are listed.
|
void |
CountClosedWorkflowExecutionsRequest.setCloseStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close status are counted.
|
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.withCloseStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close status are listed.
|
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withCloseStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close status are counted.
|
| Modifier and Type | Method and Description |
|---|---|
CloseStatusFilter |
CloseStatusFilterJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CloseStatusFilterMarshaller.marshall(CloseStatusFilter closeStatusFilter,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.