Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private CloseStatusFilter |
ListClosedWorkflowExecutionsRequest.closeStatusFilter
If specified, only workflow executions that match this close
status are listed.
|
private CloseStatusFilter |
CountClosedWorkflowExecutionsRequest.closeStatusFilter
If specified, only workflow executions that match this close status are
counted.
|
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(java.lang.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 |
CloseStatusFilterJsonMarshaller.marshall(CloseStatusFilter closeStatusFilter,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|