Java com.amazonaws.services.simpleworkflow AmazonSimpleWorkflow fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.simpleworkflow AmazonSimpleWorkflow fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.simpleworkflow AmazonSimpleWorkflow.

The text is from its open source code.

Method

DomainDetaildescribeDomain(DescribeDomainRequest describeDomainRequest)

Returns information about the specified domain, including description and status.

WorkflowExecutionDetaildescribeWorkflowExecution( DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)

Returns information about the specified workflow execution including its type and some statistics.

DomainInfoslistDomains(ListDomainsRequest listDomainsRequest)

Returns the list of domains registered in the account.

voidregisterDomain(RegisterDomainRequest registerDomainRequest)

Registers a new domain.

voidrequestCancelWorkflowExecution( RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)

Records a WorkflowExecutionCancelRequested event in the currently running workflow execution identified by the given domain, workflowId, and runId.

voidsetEndpoint(String endpoint)
Overrides the default endpoint for this client ("swf.us-east-1.amazonaws.com").
voidsetRegion(Region region)
An alternative to AmazonSimpleWorkflow#setEndpoint(String) , sets the regional endpoint for this client's service calls.
voidshutdown()
Shuts down this client object, releasing any resources that might be held open.
RunstartWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)

Starts an execution of the workflow type in the specified domain using the provided workflowId and input data.