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

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

Introduction

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

The text is from its open source code.

Subclass

com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient has subclasses.
Click this link to see all its subclasses.

Constructor

AmazonSimpleWorkflowClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SWF using the specified AWS account credentials and client configuration options.
AmazonSimpleWorkflowClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SWF using the specified AWS account credentials provider and client configuration options.
AmazonSimpleWorkflowClient(AwsSyncClientParams clientParams, boolean endpointDiscoveryEnabled)
Constructs a new client to invoke service methods on Amazon SWF using the specified parameters.
AmazonSimpleWorkflowClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SWF.
AmazonSimpleWorkflowClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon SWF using the specified AWS account credentials.
AmazonSimpleWorkflowClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new client to invoke service methods on Amazon SWF using the specified AWS account credentials provider.
AmazonSimpleWorkflowClient(AwsSyncClientParams clientParams)
Constructs a new client to invoke service methods on Amazon SWF using the specified parameters.

Method

voidaddRequestHandler(RequestHandler requestHandler)
WorkflowExecutionCountcountOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest request)

Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.

voiddeprecateDomain(DeprecateDomainRequest request)

Deprecates the specified domain.

HistorygetWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest request)

Returns the history of the specified workflow execution.

WorkflowExecutionInfoslistClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest request)

Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.

DomainInfoslistDomains(ListDomainsRequest request)

Returns the list of domains registered in the account.

WorkflowExecutionInfoslistOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest request)

Returns a list of open workflow executions in the specified domain that meet the filtering criteria.

voidregisterDomain(RegisterDomainRequest request)

Registers a new domain.

voidsetEndpoint(String endpoint)
Overrides the default endpoint for this client.
voidsetRegion(Region region)
An alternative to AmazonWebServiceClient#setEndpoint(String) , sets the regional endpoint for this client's service calls.
voidterminateWorkflowExecution(TerminateWorkflowExecutionRequest request)

Records a WorkflowExecutionTerminated event and forces closure of the workflow execution identified by the given domain, runId, and workflowId.