Uses of Class
com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest

Packages that use GetWorkflowExecutionHistoryRequest
com.amazonaws.services.simpleworkflow Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow. 
com.amazonaws.services.simpleworkflow.model Classes modeling the various types represented by AmazonSimpleWorkflow. 
 

Uses of GetWorkflowExecutionHistoryRequest in com.amazonaws.services.simpleworkflow
 

Methods in com.amazonaws.services.simpleworkflow with parameters of type GetWorkflowExecutionHistoryRequest
 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.
 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 GetWorkflowExecutionHistoryRequest
 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 GetWorkflowExecutionHistoryRequest in com.amazonaws.services.simpleworkflow.model
 

Methods in com.amazonaws.services.simpleworkflow.model that return GetWorkflowExecutionHistoryRequest
 GetWorkflowExecutionHistoryRequest GetWorkflowExecutionHistoryRequest.withDomain(String domain)
          The name of the domain containing the workflow execution.
 GetWorkflowExecutionHistoryRequest GetWorkflowExecutionHistoryRequest.withExecution(WorkflowExecution execution)
          Specifies the workflow execution for which to return the history.
 GetWorkflowExecutionHistoryRequest GetWorkflowExecutionHistoryRequest.withMaximumPageSize(Integer maximumPageSize)
          Specifies the maximum number of history events returned in one page.
 GetWorkflowExecutionHistoryRequest GetWorkflowExecutionHistoryRequest.withNextPageToken(String nextPageToken)
          If a NextPageToken is returned, the result has more than one pages.
 GetWorkflowExecutionHistoryRequest GetWorkflowExecutionHistoryRequest.withReverseOrder(Boolean reverseOrder)
          When set to true, returns the events in reverse order.
 



Copyright © 2016. All rights reserved.