Modifier and Type | Method and Description |
---|---|
WorkflowExecutionDetail |
AmazonSimpleWorkflowClient.describeWorkflowExecution(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)
Returns information about the specified workflow execution including its
type and some statistics.
|
WorkflowExecutionDetail |
AmazonSimpleWorkflow.describeWorkflowExecution(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)
Returns information about the specified workflow execution including its
type and some statistics.
|
WorkflowExecutionDetail |
AbstractAmazonSimpleWorkflow.describeWorkflowExecution(DescribeWorkflowExecutionRequest request) |
java.util.concurrent.Future<WorkflowExecutionDetail> |
AmazonSimpleWorkflowAsyncClient.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest request) |
java.util.concurrent.Future<WorkflowExecutionDetail> |
AmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)
Returns information about the specified workflow execution including its
type and some statistics.
|
java.util.concurrent.Future<WorkflowExecutionDetail> |
AbstractAmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest request) |
java.util.concurrent.Future<WorkflowExecutionDetail> |
AmazonSimpleWorkflowAsyncClient.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest request,
AsyncHandler<DescribeWorkflowExecutionRequest,WorkflowExecutionDetail> asyncHandler) |
java.util.concurrent.Future<WorkflowExecutionDetail> |
AmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest,
AsyncHandler<DescribeWorkflowExecutionRequest,WorkflowExecutionDetail> asyncHandler)
Returns information about the specified workflow execution including its
type and some statistics.
|
java.util.concurrent.Future<WorkflowExecutionDetail> |
AbstractAmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest request,
AsyncHandler<DescribeWorkflowExecutionRequest,WorkflowExecutionDetail> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeWorkflowExecutionRequest |
DescribeWorkflowExecutionRequest.clone() |
DescribeWorkflowExecutionRequest |
DescribeWorkflowExecutionRequest.withDomain(java.lang.String domain)
The name of the domain containing the workflow execution.
|
DescribeWorkflowExecutionRequest |
DescribeWorkflowExecutionRequest.withExecution(WorkflowExecution execution)
The workflow execution to describe.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeWorkflowExecutionRequest> |
DescribeWorkflowExecutionRequestMarshaller.marshall(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DescribeWorkflowExecutionRequest> |
DescribeWorkflowExecutionRequestMarshaller.marshall(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest) |