Uses of Class
com.amazonaws.services.simpleworkflow.model.DescribeWorkflowExecutionRequest
Packages that use DescribeWorkflowExecutionRequest
Package
Description
-
Uses of DescribeWorkflowExecutionRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type DescribeWorkflowExecutionRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflow.describeWorkflowExecution
(DescribeWorkflowExecutionRequest request) AmazonSimpleWorkflow.describeWorkflowExecution
(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest) Returns information about the specified workflow execution including its type and some statistics.AmazonSimpleWorkflowClient.describeWorkflowExecution
(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest) Returns information about the specified workflow execution including its type and some statistics.AbstractAmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync
(DescribeWorkflowExecutionRequest request) AbstractAmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync
(DescribeWorkflowExecutionRequest request, AsyncHandler<DescribeWorkflowExecutionRequest, WorkflowExecutionDetail> asyncHandler) AmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync
(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest) Returns information about the specified workflow execution including its type and some statistics.AmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync
(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest, AsyncHandler<DescribeWorkflowExecutionRequest, WorkflowExecutionDetail> asyncHandler) Returns information about the specified workflow execution including its type and some statistics.AmazonSimpleWorkflowAsyncClient.describeWorkflowExecutionAsync
(DescribeWorkflowExecutionRequest request) AmazonSimpleWorkflowAsyncClient.describeWorkflowExecutionAsync
(DescribeWorkflowExecutionRequest request, AsyncHandler<DescribeWorkflowExecutionRequest, WorkflowExecutionDetail> asyncHandler) Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type DescribeWorkflowExecutionRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync
(DescribeWorkflowExecutionRequest request, AsyncHandler<DescribeWorkflowExecutionRequest, WorkflowExecutionDetail> asyncHandler) AmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync
(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest, AsyncHandler<DescribeWorkflowExecutionRequest, WorkflowExecutionDetail> asyncHandler) Returns information about the specified workflow execution including its type and some statistics.AmazonSimpleWorkflowAsyncClient.describeWorkflowExecutionAsync
(DescribeWorkflowExecutionRequest request, AsyncHandler<DescribeWorkflowExecutionRequest, WorkflowExecutionDetail> asyncHandler) -
Uses of DescribeWorkflowExecutionRequest in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return DescribeWorkflowExecutionRequestModifier and TypeMethodDescriptionDescribeWorkflowExecutionRequest.clone()
DescribeWorkflowExecutionRequest.withDomain
(String domain) The name of the domain containing the workflow execution.DescribeWorkflowExecutionRequest.withExecution
(WorkflowExecution execution) The workflow execution to describe.