|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use History | |
---|---|
com.amazonaws.services.simpleworkflow | Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow. |
com.amazonaws.services.simpleworkflow.flow.common | |
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of History in com.amazonaws.services.simpleworkflow |
---|
Methods in com.amazonaws.services.simpleworkflow that return History | |
---|---|
History |
AmazonSimpleWorkflowClient.getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution. |
History |
AmazonSimpleWorkflow.getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution. |
Methods in com.amazonaws.services.simpleworkflow that return types with arguments of type History | |
---|---|
Future<History> |
AmazonSimpleWorkflowAsyncClient.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution. |
Future<History> |
AmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution. |
Future<History> |
AmazonSimpleWorkflowAsyncClient.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest,
AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler)
Returns the history of the specified workflow execution. |
Future<History> |
AmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest,
AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler)
Returns the history of the specified workflow execution. |
Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type History | |
---|---|
Future<History> |
AmazonSimpleWorkflowAsyncClient.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest,
AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler)
Returns the history of the specified workflow execution. |
Future<History> |
AmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest,
AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler)
Returns the history of the specified workflow execution. |
Uses of History in com.amazonaws.services.simpleworkflow.flow.common |
---|
Methods in com.amazonaws.services.simpleworkflow.flow.common that return History | |
---|---|
static History |
WorkflowExecutionUtils.getHistoryPage(String nextPageToken,
AmazonSimpleWorkflow service,
String domain,
WorkflowExecution workflowExecution)
|
Methods in com.amazonaws.services.simpleworkflow.flow.common with parameters of type History | |
---|---|
static String |
WorkflowExecutionUtils.prettyPrintHistory(History history,
boolean showWorkflowTasks)
Returns workflow instance history in a human readable format. |
Uses of History in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return History | |
---|---|
History |
History.withEvents(Collection<HistoryEvent> events)
The list of history events. |
History |
History.withEvents(HistoryEvent... events)
The list of history events. |
History |
History.withNextPageToken(String nextPageToken)
The token for the next page. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |