Skip navigation links
A B C D E F G H I L M O P R S T U V W 

A

AbstractAmazonSimpleWorkflow - Class in com.amazonaws.services.simpleworkflow
Abstract implementation of AmazonSimpleWorkflow.
AbstractAmazonSimpleWorkflow() - Constructor for class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
AbstractAmazonSimpleWorkflowAsync - Class in com.amazonaws.services.simpleworkflow
Abstract implementation of AmazonSimpleWorkflowAsync.
AbstractAmazonSimpleWorkflowAsync() - Constructor for class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
ActivityTask - Class in com.amazonaws.services.simpleworkflow.model
Unit of work sent to an activity worker.
ActivityTask() - Constructor for class com.amazonaws.services.simpleworkflow.model.ActivityTask
 
ActivityTaskCanceledEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ActivityTaskCanceled event.
ActivityTaskCanceledEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
 
ActivityTaskCancelRequestedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ActivityTaskCancelRequested event.
ActivityTaskCancelRequestedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ActivityTaskCancelRequestedEventAttributes
 
ActivityTaskCompletedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ActivityTaskCompleted event.
ActivityTaskCompletedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
 
ActivityTaskFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ActivityTaskFailed event.
ActivityTaskFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
 
ActivityTaskScheduledEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ActivityTaskScheduled event.
ActivityTaskScheduledEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
 
ActivityTaskStartedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ActivityTaskStarted event.
ActivityTaskStartedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ActivityTaskStartedEventAttributes
 
ActivityTaskStatus - Class in com.amazonaws.services.simpleworkflow.model
Status information about an activity task.
ActivityTaskStatus() - Constructor for class com.amazonaws.services.simpleworkflow.model.ActivityTaskStatus
 
ActivityTaskTimedOutEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ActivityTaskTimedOut event.
ActivityTaskTimedOutEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
 
ActivityTaskTimeoutType - Enum in com.amazonaws.services.simpleworkflow.model
 
ActivityType - Class in com.amazonaws.services.simpleworkflow.model
Represents an activity type.
ActivityType() - Constructor for class com.amazonaws.services.simpleworkflow.model.ActivityType
 
ActivityTypeConfiguration - Class in com.amazonaws.services.simpleworkflow.model
Configuration settings registered with the activity type.
ActivityTypeConfiguration() - Constructor for class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
 
ActivityTypeDetail - Class in com.amazonaws.services.simpleworkflow.model
Detailed information about an activity type.
ActivityTypeDetail() - Constructor for class com.amazonaws.services.simpleworkflow.model.ActivityTypeDetail
 
ActivityTypeInfo - Class in com.amazonaws.services.simpleworkflow.model
Detailed information about an activity type.
ActivityTypeInfo() - Constructor for class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
 
ActivityTypeInfos - Class in com.amazonaws.services.simpleworkflow.model
Contains a paginated list of activity type information structures.
ActivityTypeInfos() - Constructor for class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfos
 
AmazonSimpleWorkflow - Interface in com.amazonaws.services.simpleworkflow
Interface for accessing Amazon SWF.
AmazonSimpleWorkflowAsync - Interface in com.amazonaws.services.simpleworkflow
Interface for accessing Amazon SWF asynchronously.
AmazonSimpleWorkflowAsyncClient - Class in com.amazonaws.services.simpleworkflow
Client for accessing Amazon SWF asynchronously.
AmazonSimpleWorkflowAsyncClient() - Constructor for class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
Deprecated.
AmazonSimpleWorkflowAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
AmazonSimpleWorkflowAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
AmazonSimpleWorkflowAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
AmazonSimpleWorkflowAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
AmazonSimpleWorkflowAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
AmazonSimpleWorkflowAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
AmazonSimpleWorkflowAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
AmazonSimpleWorkflowAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
AmazonSimpleWorkflowAsyncClientBuilder - Class in com.amazonaws.services.simpleworkflow
Fluent builder for AmazonSimpleWorkflowAsync.
AmazonSimpleWorkflowClient - Class in com.amazonaws.services.simpleworkflow
Client for accessing Amazon SWF.
AmazonSimpleWorkflowClient() - Constructor for class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
AmazonSimpleWorkflowClient(ClientConfiguration) - Constructor for class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
AmazonSimpleWorkflowClient(AWSCredentials) - Constructor for class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AmazonSimpleWorkflowClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AmazonSimpleWorkflowClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
AmazonSimpleWorkflowClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
AmazonSimpleWorkflowClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
AmazonSimpleWorkflowClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
AmazonSimpleWorkflowClientBuilder - Class in com.amazonaws.services.simpleworkflow
Fluent builder for AmazonSimpleWorkflow.
AmazonSimpleWorkflowClientConfigurationFactory - Class in com.amazonaws.services.simpleworkflow
 
AmazonSimpleWorkflowClientConfigurationFactory() - Constructor for class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClientConfigurationFactory
 
AmazonSimpleWorkflowException - Exception in com.amazonaws.services.simpleworkflow.model
Base exception for all service exceptions thrown by Amazon Simple Workflow Service
AmazonSimpleWorkflowException(String) - Constructor for exception com.amazonaws.services.simpleworkflow.model.AmazonSimpleWorkflowException
Constructs a new AmazonSimpleWorkflowException with the specified error message.
asyncBuilder() - Static method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 

B

build(AwsAsyncClientParams) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClientBuilder
Construct an asynchronous implementation of AmazonSimpleWorkflowAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClientBuilder
Construct a synchronous implementation of AmazonSimpleWorkflow using the current builder configuration.
builder() - Static method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
 

C

CancelTimerDecisionAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the CancelTimer decision.
CancelTimerDecisionAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.CancelTimerDecisionAttributes
 
CancelTimerFailedCause - Enum in com.amazonaws.services.simpleworkflow.model
 
CancelTimerFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the CancelTimerFailed event.
CancelTimerFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
 
CancelWorkflowExecutionDecisionAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the CancelWorkflowExecution decision.
CancelWorkflowExecutionDecisionAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionDecisionAttributes
 
CancelWorkflowExecutionFailedCause - Enum in com.amazonaws.services.simpleworkflow.model
 
CancelWorkflowExecutionFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the CancelWorkflowExecutionFailed event.
CancelWorkflowExecutionFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedEventAttributes
 
ChildPolicy - Enum in com.amazonaws.services.simpleworkflow.model
 
ChildWorkflowExecutionCanceledEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provide details of the ChildWorkflowExecutionCanceled event.
ChildWorkflowExecutionCanceledEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
 
ChildWorkflowExecutionCompletedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ChildWorkflowExecutionCompleted event.
ChildWorkflowExecutionCompletedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
 
ChildWorkflowExecutionFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ChildWorkflowExecutionFailed event.
ChildWorkflowExecutionFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
 
ChildWorkflowExecutionStartedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ChildWorkflowExecutionStarted event.
ChildWorkflowExecutionStartedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes
 
ChildWorkflowExecutionTerminatedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ChildWorkflowExecutionTerminated event.
ChildWorkflowExecutionTerminatedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
 
ChildWorkflowExecutionTimedOutEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ChildWorkflowExecutionTimedOut event.
ChildWorkflowExecutionTimedOutEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCancelRequestedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStartedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStatus
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityType
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeDetail
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfos
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerDecisionAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionDecisionAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.CloseStatusFilter
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionDecisionAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingActivityTasksRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingDecisionTasksRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.Decision
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskScheduledEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskStartedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateActivityTypeRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateDomainRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateWorkflowTypeRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeActivityTypeRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeDomainRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowExecutionRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowTypeRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.DomainConfiguration
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.DomainDetail
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfos
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ExecutionTimeFilter
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionCancelRequestedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionSignaledEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionDecisionAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.History
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionCompletedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionStartedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ListTagsForResourceOutput
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ListTagsForResourceRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.PendingTaskCount
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.PollForActivityTaskRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.RecordActivityTaskHeartbeatRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerDecisionAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskDecisionAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelWorkflowExecutionRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ResourceTag
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCanceledRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCompletedRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskFailedRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.RespondDecisionTaskCompletedRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.Run
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerDecisionAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.TagFilter
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.TagResourceRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.TaskList
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.TimerCanceledEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.TimerFiredEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateActivityTypeRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateDomainRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateWorkflowTypeRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.UntagResourceRequest
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecution
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCanceledEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCompletedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCount
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFailedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFilter
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfos
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowType
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeDetail
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeFilter
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
 
clone() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfos
 
CloseStatus - Enum in com.amazonaws.services.simpleworkflow.model
 
CloseStatusFilter - Class in com.amazonaws.services.simpleworkflow.model
Used to filter the closed workflow executions in visibility APIs by their close status.
CloseStatusFilter() - Constructor for class com.amazonaws.services.simpleworkflow.model.CloseStatusFilter
 
com.amazonaws.auth.policy.actions - package com.amazonaws.auth.policy.actions
 
com.amazonaws.services.simpleworkflow - package com.amazonaws.services.simpleworkflow
Amazon Simple Workflow Service
com.amazonaws.services.simpleworkflow.model - package com.amazonaws.services.simpleworkflow.model
 
CompleteWorkflowExecutionDecisionAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the CompleteWorkflowExecution decision.
CompleteWorkflowExecutionDecisionAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionDecisionAttributes
 
CompleteWorkflowExecutionFailedCause - Enum in com.amazonaws.services.simpleworkflow.model
 
CompleteWorkflowExecutionFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the CompleteWorkflowExecutionFailed event.
CompleteWorkflowExecutionFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedEventAttributes
 
configFactory - Static variable in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Client configuration factory providing ClientConfigurations tailored to this client
ContinueAsNewWorkflowExecutionDecisionAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ContinueAsNewWorkflowExecution decision.
ContinueAsNewWorkflowExecutionDecisionAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
 
ContinueAsNewWorkflowExecutionFailedCause - Enum in com.amazonaws.services.simpleworkflow.model
 
ContinueAsNewWorkflowExecutionFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ContinueAsNewWorkflowExecutionFailed event.
ContinueAsNewWorkflowExecutionFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedEventAttributes
 
countClosedWorkflowExecutions(CountClosedWorkflowExecutionsRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
countClosedWorkflowExecutions(CountClosedWorkflowExecutionsRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.
countClosedWorkflowExecutions(CountClosedWorkflowExecutionsRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.
countClosedWorkflowExecutionsAsync(CountClosedWorkflowExecutionsRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
countClosedWorkflowExecutionsAsync(CountClosedWorkflowExecutionsRequest, AsyncHandler<CountClosedWorkflowExecutionsRequest, WorkflowExecutionCount>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
countClosedWorkflowExecutionsAsync(CountClosedWorkflowExecutionsRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.
countClosedWorkflowExecutionsAsync(CountClosedWorkflowExecutionsRequest, AsyncHandler<CountClosedWorkflowExecutionsRequest, WorkflowExecutionCount>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.
countClosedWorkflowExecutionsAsync(CountClosedWorkflowExecutionsRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
countClosedWorkflowExecutionsAsync(CountClosedWorkflowExecutionsRequest, AsyncHandler<CountClosedWorkflowExecutionsRequest, WorkflowExecutionCount>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
CountClosedWorkflowExecutionsRequest - Class in com.amazonaws.services.simpleworkflow.model
 
CountClosedWorkflowExecutionsRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
 
countOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
countOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.
countOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.
countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest, AsyncHandler<CountOpenWorkflowExecutionsRequest, WorkflowExecutionCount>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.
countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest, AsyncHandler<CountOpenWorkflowExecutionsRequest, WorkflowExecutionCount>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.
countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest, AsyncHandler<CountOpenWorkflowExecutionsRequest, WorkflowExecutionCount>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
CountOpenWorkflowExecutionsRequest - Class in com.amazonaws.services.simpleworkflow.model
 
CountOpenWorkflowExecutionsRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
 
countPendingActivityTasks(CountPendingActivityTasksRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
countPendingActivityTasks(CountPendingActivityTasksRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Returns the estimated number of activity tasks in the specified task list.
countPendingActivityTasks(CountPendingActivityTasksRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Returns the estimated number of activity tasks in the specified task list.
countPendingActivityTasksAsync(CountPendingActivityTasksRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
countPendingActivityTasksAsync(CountPendingActivityTasksRequest, AsyncHandler<CountPendingActivityTasksRequest, PendingTaskCount>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
countPendingActivityTasksAsync(CountPendingActivityTasksRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns the estimated number of activity tasks in the specified task list.
countPendingActivityTasksAsync(CountPendingActivityTasksRequest, AsyncHandler<CountPendingActivityTasksRequest, PendingTaskCount>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns the estimated number of activity tasks in the specified task list.
countPendingActivityTasksAsync(CountPendingActivityTasksRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
countPendingActivityTasksAsync(CountPendingActivityTasksRequest, AsyncHandler<CountPendingActivityTasksRequest, PendingTaskCount>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
CountPendingActivityTasksRequest - Class in com.amazonaws.services.simpleworkflow.model
 
CountPendingActivityTasksRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.CountPendingActivityTasksRequest
 
countPendingDecisionTasks(CountPendingDecisionTasksRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
countPendingDecisionTasks(CountPendingDecisionTasksRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Returns the estimated number of decision tasks in the specified task list.
countPendingDecisionTasks(CountPendingDecisionTasksRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Returns the estimated number of decision tasks in the specified task list.
countPendingDecisionTasksAsync(CountPendingDecisionTasksRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
countPendingDecisionTasksAsync(CountPendingDecisionTasksRequest, AsyncHandler<CountPendingDecisionTasksRequest, PendingTaskCount>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
countPendingDecisionTasksAsync(CountPendingDecisionTasksRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns the estimated number of decision tasks in the specified task list.
countPendingDecisionTasksAsync(CountPendingDecisionTasksRequest, AsyncHandler<CountPendingDecisionTasksRequest, PendingTaskCount>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns the estimated number of decision tasks in the specified task list.
countPendingDecisionTasksAsync(CountPendingDecisionTasksRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
countPendingDecisionTasksAsync(CountPendingDecisionTasksRequest, AsyncHandler<CountPendingDecisionTasksRequest, PendingTaskCount>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
CountPendingDecisionTasksRequest - Class in com.amazonaws.services.simpleworkflow.model
 
CountPendingDecisionTasksRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.CountPendingDecisionTasksRequest
 

D

Decision - Class in com.amazonaws.services.simpleworkflow.model
Specifies a decision made by the decider.
Decision() - Constructor for class com.amazonaws.services.simpleworkflow.model.Decision
 
DecisionTask - Class in com.amazonaws.services.simpleworkflow.model
A structure that represents a decision task.
DecisionTask() - Constructor for class com.amazonaws.services.simpleworkflow.model.DecisionTask
 
DecisionTaskCompletedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the DecisionTaskCompleted event.
DecisionTaskCompletedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes
 
DecisionTaskScheduledEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides details about the DecisionTaskScheduled event.
DecisionTaskScheduledEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.DecisionTaskScheduledEventAttributes
 
DecisionTaskStartedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the DecisionTaskStarted event.
DecisionTaskStartedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.DecisionTaskStartedEventAttributes
 
DecisionTaskTimedOutEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the DecisionTaskTimedOut event.
DecisionTaskTimedOutEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
 
DecisionTaskTimeoutType - Enum in com.amazonaws.services.simpleworkflow.model
 
DecisionType - Enum in com.amazonaws.services.simpleworkflow.model
 
defaultClient() - Static method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClientBuilder
 
DefaultUndefinedException - Exception in com.amazonaws.services.simpleworkflow.model
The StartWorkflowExecution API action was called without the required parameters set.
DefaultUndefinedException(String) - Constructor for exception com.amazonaws.services.simpleworkflow.model.DefaultUndefinedException
Constructs a new DefaultUndefinedException with the specified error message.
deprecateActivityType(DeprecateActivityTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
deprecateActivityType(DeprecateActivityTypeRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Deprecates the specified activity type.
deprecateActivityType(DeprecateActivityTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Deprecates the specified activity type.
deprecateActivityTypeAsync(DeprecateActivityTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
deprecateActivityTypeAsync(DeprecateActivityTypeRequest, AsyncHandler<DeprecateActivityTypeRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
deprecateActivityTypeAsync(DeprecateActivityTypeRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Deprecates the specified activity type.
deprecateActivityTypeAsync(DeprecateActivityTypeRequest, AsyncHandler<DeprecateActivityTypeRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Deprecates the specified activity type.
deprecateActivityTypeAsync(DeprecateActivityTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
deprecateActivityTypeAsync(DeprecateActivityTypeRequest, AsyncHandler<DeprecateActivityTypeRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
DeprecateActivityTypeRequest - Class in com.amazonaws.services.simpleworkflow.model
 
DeprecateActivityTypeRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.DeprecateActivityTypeRequest
 
deprecateDomain(DeprecateDomainRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
deprecateDomain(DeprecateDomainRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Deprecates the specified domain.
deprecateDomain(DeprecateDomainRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Deprecates the specified domain.
deprecateDomainAsync(DeprecateDomainRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
deprecateDomainAsync(DeprecateDomainRequest, AsyncHandler<DeprecateDomainRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
deprecateDomainAsync(DeprecateDomainRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Deprecates the specified domain.
deprecateDomainAsync(DeprecateDomainRequest, AsyncHandler<DeprecateDomainRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Deprecates the specified domain.
deprecateDomainAsync(DeprecateDomainRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
deprecateDomainAsync(DeprecateDomainRequest, AsyncHandler<DeprecateDomainRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
DeprecateDomainRequest - Class in com.amazonaws.services.simpleworkflow.model
 
DeprecateDomainRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.DeprecateDomainRequest
 
deprecateWorkflowType(DeprecateWorkflowTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
deprecateWorkflowType(DeprecateWorkflowTypeRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Deprecates the specified workflow type.
deprecateWorkflowType(DeprecateWorkflowTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Deprecates the specified workflow type.
deprecateWorkflowTypeAsync(DeprecateWorkflowTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
deprecateWorkflowTypeAsync(DeprecateWorkflowTypeRequest, AsyncHandler<DeprecateWorkflowTypeRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
deprecateWorkflowTypeAsync(DeprecateWorkflowTypeRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Deprecates the specified workflow type.
deprecateWorkflowTypeAsync(DeprecateWorkflowTypeRequest, AsyncHandler<DeprecateWorkflowTypeRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Deprecates the specified workflow type.
deprecateWorkflowTypeAsync(DeprecateWorkflowTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
deprecateWorkflowTypeAsync(DeprecateWorkflowTypeRequest, AsyncHandler<DeprecateWorkflowTypeRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
DeprecateWorkflowTypeRequest - Class in com.amazonaws.services.simpleworkflow.model
 
DeprecateWorkflowTypeRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.DeprecateWorkflowTypeRequest
 
describeActivityType(DescribeActivityTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
describeActivityType(DescribeActivityTypeRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Returns information about the specified activity type.
describeActivityType(DescribeActivityTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Returns information about the specified activity type.
describeActivityTypeAsync(DescribeActivityTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
describeActivityTypeAsync(DescribeActivityTypeRequest, AsyncHandler<DescribeActivityTypeRequest, ActivityTypeDetail>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
describeActivityTypeAsync(DescribeActivityTypeRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns information about the specified activity type.
describeActivityTypeAsync(DescribeActivityTypeRequest, AsyncHandler<DescribeActivityTypeRequest, ActivityTypeDetail>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns information about the specified activity type.
describeActivityTypeAsync(DescribeActivityTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
describeActivityTypeAsync(DescribeActivityTypeRequest, AsyncHandler<DescribeActivityTypeRequest, ActivityTypeDetail>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
DescribeActivityTypeRequest - Class in com.amazonaws.services.simpleworkflow.model
 
DescribeActivityTypeRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.DescribeActivityTypeRequest
 
describeDomain(DescribeDomainRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
describeDomain(DescribeDomainRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Returns information about the specified domain, including description and status.
describeDomain(DescribeDomainRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Returns information about the specified domain, including description and status.
describeDomainAsync(DescribeDomainRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
describeDomainAsync(DescribeDomainRequest, AsyncHandler<DescribeDomainRequest, DomainDetail>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
describeDomainAsync(DescribeDomainRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns information about the specified domain, including description and status.
describeDomainAsync(DescribeDomainRequest, AsyncHandler<DescribeDomainRequest, DomainDetail>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns information about the specified domain, including description and status.
describeDomainAsync(DescribeDomainRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
describeDomainAsync(DescribeDomainRequest, AsyncHandler<DescribeDomainRequest, DomainDetail>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
DescribeDomainRequest - Class in com.amazonaws.services.simpleworkflow.model
 
DescribeDomainRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.DescribeDomainRequest
 
describeWorkflowExecution(DescribeWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
describeWorkflowExecution(DescribeWorkflowExecutionRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Returns information about the specified workflow execution including its type and some statistics.
describeWorkflowExecution(DescribeWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Returns information about the specified workflow execution including its type and some statistics.
describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest, AsyncHandler<DescribeWorkflowExecutionRequest, WorkflowExecutionDetail>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns information about the specified workflow execution including its type and some statistics.
describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest, AsyncHandler<DescribeWorkflowExecutionRequest, WorkflowExecutionDetail>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns information about the specified workflow execution including its type and some statistics.
describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest, AsyncHandler<DescribeWorkflowExecutionRequest, WorkflowExecutionDetail>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
DescribeWorkflowExecutionRequest - Class in com.amazonaws.services.simpleworkflow.model
 
DescribeWorkflowExecutionRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowExecutionRequest
 
describeWorkflowType(DescribeWorkflowTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
describeWorkflowType(DescribeWorkflowTypeRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Returns information about the specified workflow type.
describeWorkflowType(DescribeWorkflowTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Returns information about the specified workflow type.
describeWorkflowTypeAsync(DescribeWorkflowTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
describeWorkflowTypeAsync(DescribeWorkflowTypeRequest, AsyncHandler<DescribeWorkflowTypeRequest, WorkflowTypeDetail>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
describeWorkflowTypeAsync(DescribeWorkflowTypeRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns information about the specified workflow type.
describeWorkflowTypeAsync(DescribeWorkflowTypeRequest, AsyncHandler<DescribeWorkflowTypeRequest, WorkflowTypeDetail>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns information about the specified workflow type.
describeWorkflowTypeAsync(DescribeWorkflowTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
describeWorkflowTypeAsync(DescribeWorkflowTypeRequest, AsyncHandler<DescribeWorkflowTypeRequest, WorkflowTypeDetail>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
DescribeWorkflowTypeRequest - Class in com.amazonaws.services.simpleworkflow.model
 
DescribeWorkflowTypeRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowTypeRequest
 
DomainAlreadyExistsException - Exception in com.amazonaws.services.simpleworkflow.model
Returned if the domain already exists.
DomainAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.simpleworkflow.model.DomainAlreadyExistsException
Constructs a new DomainAlreadyExistsException with the specified error message.
DomainConfiguration - Class in com.amazonaws.services.simpleworkflow.model
Contains the configuration settings of a domain.
DomainConfiguration() - Constructor for class com.amazonaws.services.simpleworkflow.model.DomainConfiguration
 
DomainDeprecatedException - Exception in com.amazonaws.services.simpleworkflow.model
Returned when the specified domain has been deprecated.
DomainDeprecatedException(String) - Constructor for exception com.amazonaws.services.simpleworkflow.model.DomainDeprecatedException
Constructs a new DomainDeprecatedException with the specified error message.
DomainDetail - Class in com.amazonaws.services.simpleworkflow.model
Contains details of a domain.
DomainDetail() - Constructor for class com.amazonaws.services.simpleworkflow.model.DomainDetail
 
DomainInfo - Class in com.amazonaws.services.simpleworkflow.model
Contains general information about a domain.
DomainInfo() - Constructor for class com.amazonaws.services.simpleworkflow.model.DomainInfo
 
DomainInfos - Class in com.amazonaws.services.simpleworkflow.model
Contains a paginated collection of DomainInfo structures.
DomainInfos() - Constructor for class com.amazonaws.services.simpleworkflow.model.DomainInfos
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCancelRequestedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStartedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStatus
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityType
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeDetail
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfos
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerDecisionAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionDecisionAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.CloseStatusFilter
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionDecisionAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingActivityTasksRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingDecisionTasksRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskScheduledEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskStartedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateActivityTypeRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateDomainRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateWorkflowTypeRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeActivityTypeRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeDomainRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowExecutionRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowTypeRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.DomainConfiguration
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.DomainDetail
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfos
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ExecutionTimeFilter
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionCancelRequestedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionSignaledEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionDecisionAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.History
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionCompletedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionStartedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ListTagsForResourceOutput
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ListTagsForResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.PendingTaskCount
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.PollForActivityTaskRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.RecordActivityTaskHeartbeatRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerDecisionAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskDecisionAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelWorkflowExecutionRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ResourceTag
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCanceledRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCompletedRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskFailedRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.RespondDecisionTaskCompletedRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.Run
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerDecisionAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.TagFilter
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.TagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.TaskList
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.TimerCanceledEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.TimerFiredEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateActivityTypeRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateDomainRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateWorkflowTypeRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.UntagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecution
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCanceledEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCompletedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCount
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFailedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFilter
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfos
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowType
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeDetail
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeFilter
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
 
equals(Object) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfos
 
EventType - Enum in com.amazonaws.services.simpleworkflow.model
 
ExecutionStatus - Enum in com.amazonaws.services.simpleworkflow.model
 
ExecutionTimeFilter - Class in com.amazonaws.services.simpleworkflow.model
Used to filter the workflow executions in visibility APIs by various time-based rules.
ExecutionTimeFilter() - Constructor for class com.amazonaws.services.simpleworkflow.model.ExecutionTimeFilter
 
ExternalWorkflowExecutionCancelRequestedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ExternalWorkflowExecutionCancelRequested event.
ExternalWorkflowExecutionCancelRequestedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionCancelRequestedEventAttributes
 
ExternalWorkflowExecutionSignaledEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ExternalWorkflowExecutionSignaled event.
ExternalWorkflowExecutionSignaledEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionSignaledEventAttributes
 

F

FailWorkflowExecutionDecisionAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the FailWorkflowExecution decision.
FailWorkflowExecutionDecisionAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionDecisionAttributes
 
FailWorkflowExecutionFailedCause - Enum in com.amazonaws.services.simpleworkflow.model
 
FailWorkflowExecutionFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the FailWorkflowExecutionFailed event.
FailWorkflowExecutionFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedEventAttributes
 
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.ActivityTaskTimeoutType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.CancelTimerFailedCause
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedCause
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.ChildPolicy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.CloseStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedCause
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedCause
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.DecisionTaskTimeoutType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.DecisionType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.EventType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.ExecutionStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedCause
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimeoutType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedCause
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.RegistrationStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedCause
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedCause
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedCause
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedCause
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedCause
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedCause
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedCause
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.StartTimerFailedCause
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedCause
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedCause
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimeoutType
Use this in place of valueOf.

G

getActionName() - Method in enum com.amazonaws.auth.policy.actions.SwfActions
 
getActivityId() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The unique ID of the task.
getActivityId() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCancelRequestedEventAttributes
The unique ID of the task.
getActivityId() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The unique ID of the activity task.
getActivityId() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskDecisionAttributes
The activityId of the activity task to be canceled.
getActivityId() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
The activityId provided in the RequestCancelActivityTask decision that failed.
getActivityId() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
The activityId of the activity task.
getActivityId() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
The activityId provided in the ScheduleActivityTask decision that failed.
getActivityTaskCanceledEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event.
getActivityTaskCancelRequestedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event.
getActivityTaskCompletedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event.
getActivityTaskFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event.
getActivityTaskScheduledEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event.
getActivityTaskStartedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event.
getActivityTaskTimedOutEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event.
getActivityType() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The type of this activity task.
getActivityType() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The type of the activity task.
getActivityType() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
The ActivityType type structure representing the activity type.
getActivityType() - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateActivityTypeRequest
The activity type to deprecate.
getActivityType() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeActivityTypeRequest
The activity type to get information about.
getActivityType() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
The type of the activity task to schedule.
getActivityType() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
The activity type provided in the ScheduleActivityTask decision that failed.
getActivityType() - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateActivityTypeRequest
The activity type to undeprecate.
getArn() - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
The ARN of the domain.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCancelRequested() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStatus
Set to true if cancellation of the task is requested.
getCancelRequested() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
Set to true if a cancellation is requested for this workflow execution.
getCancelTimerDecisionAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the CancelTimer decision.
getCancelTimerFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event.
getCancelWorkflowExecutionDecisionAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the CancelWorkflowExecution decision.
getCancelWorkflowExecutionFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event.
getCause() - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
The cause of the failure.
getCause() - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedEventAttributes
The cause of the failure.
getCause() - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedEventAttributes
The cause of the failure.
getCause() - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedEventAttributes
The cause of the failure.
getCause() - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedEventAttributes
The cause of the failure.
getCause() - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
The cause of the failure.
getCause() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
The cause of the failure.
getCause() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The cause of the failure.
getCause() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
The cause of the failure.
getCause() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
The cause of the failure.
getCause() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The cause of the failure.
getCause() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
The cause of the failure.
getCause() - Method in class com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
The cause of the failure.
getCause() - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
The cause of the failure.
getCause() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause.
getCause() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
If set, indicates that the workflow execution was automatically terminated, and specifies the cause.
getChildPolicy() - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
getChildPolicy() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
getChildPolicy() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.
getChildPolicy() - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
If set, specifies the policy to use for the child workflow executions of this workflow execution if it is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
getChildPolicy() - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated.
getChildPolicy() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
getChildPolicy() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
getChildPolicy() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
getChildPolicy() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
The policy used for the child workflow executions of this workflow execution.
getChildPolicy() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
The policy used for the child workflow executions of this workflow execution.
getChildWorkflowExecutionCanceledEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event.
getChildWorkflowExecutionCompletedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event.
getChildWorkflowExecutionFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event.
getChildWorkflowExecutionStartedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event.
getChildWorkflowExecutionTerminatedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event.
getChildWorkflowExecutionTimedOutEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event.
getCloseStatus() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
If the execution status is closed then this specifies how the execution was closed:
getCloseStatusFilter() - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, only workflow executions that match this close status are counted.
getCloseStatusFilter() - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, only workflow executions that match this close status are listed.
getCloseTimeFilter() - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, only workflow executions that meet the close time criteria of the filter are counted.
getCloseTimeFilter() - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter.
getCloseTimestamp() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The time when the workflow execution was closed.
getCompleteWorkflowExecutionDecisionAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the CompleteWorkflowExecution decision.
getCompleteWorkflowExecutionFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event.
getConfiguration() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeDetail
The configuration settings registered with the activity type.
getConfiguration() - Method in class com.amazonaws.services.simpleworkflow.model.DomainDetail
The domain configuration.
getConfiguration() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeDetail
Configuration settings of the workflow type registered through RegisterWorkflowType
getContinueAsNewWorkflowExecutionDecisionAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the ContinueAsNewWorkflowExecution decision.
getContinueAsNewWorkflowExecutionFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event.
getContinuedExecutionRunId() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.
getControl() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
Data attached to the event that can be used by the decider in subsequent workflow tasks.
getControl() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
Data attached to the event that the decider can use in subsequent workflow tasks.
getControl() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes
The data attached to the event that can be used by the decider in subsequent workflow tasks.
getControl() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The data attached to the event that the decider can use in subsequent workflow tasks.
getControl() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
Data attached to the event that can be used by the decider in subsequent workflow tasks.
getControl() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
Data attached to the event that can be used by the decider in subsequent workflow tasks.
getControl() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
The data attached to the event that the decider can use in subsequent workflow tasks.
getControl() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
The data attached to the event that can be used by the decider in subsequent decision tasks.
getControl() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The data attached to the event that the decider can use in subsequent workflow tasks.
getControl() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
Data attached to the event that can be used by the decider in subsequent decision tasks.
getControl() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The data attached to the event that can be used by the decider in subsequent workflow tasks.
getControl() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
The data attached to the event that the decider can use in subsequent workflow tasks.
getControl() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
Data attached to the event that can be used by the decider in subsequent decision tasks.
getControl() - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerDecisionAttributes
The data attached to the event that can be used by the decider in subsequent workflow tasks.
getControl() - Method in class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
Data attached to the event that can be used by the decider in subsequent workflow tasks.
getCount() - Method in class com.amazonaws.services.simpleworkflow.model.PendingTaskCount
The number of tasks in the task list.
getCount() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCount
The number of workflow executions.
getCreationDate() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
The date and time this activity type was created through RegisterActivityType.
getCreationDate() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
The date when this type was registered.
getDecisions() - Method in class com.amazonaws.services.simpleworkflow.model.RespondDecisionTaskCompletedRequest
The list of decisions (possibly empty) made by the decider while processing this decision task.
getDecisionTaskCompletedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCancelRequestedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution decision for this cancellation request.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this activity task.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarker decision that requested this marker.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this Lambda task.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.TimerCanceledEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCanceledEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution decision for this cancellation request.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCompletedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution.
getDecisionTaskCompletedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution.
getDecisionTaskScheduledEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event.
getDecisionTaskStartedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event.
getDecisionTaskTimedOutEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event.
getDecisionType() - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Specifies the type of the decision.
getDefaultChildPolicy() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
getDefaultChildPolicy() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
getDefaultConfig() - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClientConfigurationFactory
 
getDefaultExecutionStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
If set, specifies the default maximum duration for executions of this workflow type.
getDefaultExecutionStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default maximum duration, specified when registering the workflow type, for executions of this workflow type.
getDefaultLambdaRole() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
The default IAM role attached to this workflow type.
getDefaultLambdaRole() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default IAM role attached to this workflow type.
getDefaultTaskHeartbeatTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
getDefaultTaskHeartbeatTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat.
getDefaultTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default task list specified for this activity type at registration.
getDefaultTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
If set, specifies the default task list to use for scheduling tasks of this activity type.
getDefaultTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type.
getDefaultTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type.
getDefaultTaskPriority() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default task priority for tasks of this activity type, specified at registration.
getDefaultTaskPriority() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
The default task priority to assign to the activity type.
getDefaultTaskPriority() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
The default task priority to assign to the workflow type.
getDefaultTaskPriority() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type.
getDefaultTaskScheduleToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default maximum duration, specified when registering the activity type, for tasks of this activity type.
getDefaultTaskScheduleToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
If set, specifies the default maximum duration for a task of this activity type.
getDefaultTaskScheduleToStartTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker.
getDefaultTaskScheduleToStartTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker.
getDefaultTaskStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default maximum duration for tasks of an activity type specified when registering the activity type.
getDefaultTaskStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
If set, specifies the default maximum duration that a worker can take to process tasks of this activity type.
getDefaultTaskStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
If set, specifies the default maximum duration of decision tasks for this workflow type.
getDefaultTaskStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure.
getDeprecationDate() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
If DEPRECATED, the date and time DeprecateActivityType was called.
getDeprecationDate() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
If the type is in deprecated state, then it is set to the date when the type was deprecated.
getDescription() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
The description of the activity type provided in RegisterActivityType.
getDescription() - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
The description of the domain provided through RegisterDomain.
getDescription() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
A textual description of the activity type.
getDescription() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
A text description of the domain.
getDescription() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
Textual description of the workflow type.
getDescription() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
The description of the type registered through RegisterWorkflowType.
getDetails() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
Details of the cancellation.
getDetails() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
The details of the failure.
getDetails() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.
getDetails() - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionDecisionAttributes
Details of the cancellation.
getDetails() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
Details of the cancellation (if provided).
getDetails() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The details of the failure (if provided).
getDetails() - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionDecisionAttributes
Details of the failure.
getDetails() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
The details of the failure.
getDetails() - Method in class com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
The details of the marker.
getDetails() - Method in class com.amazonaws.services.simpleworkflow.model.RecordActivityTaskHeartbeatRequest
If specified, contains details about the progress of the task.
getDetails() - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerDecisionAttributes
The details of the marker.
getDetails() - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCanceledRequest
Information about the cancellation.
getDetails() - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskFailedRequest
Detailed information about the failure.
getDetails() - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
Details for terminating the workflow execution.
getDetails() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCanceledEventAttributes
The details of the cancellation.
getDetails() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFailedEventAttributes
The details of the failure.
getDetails() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
The details provided for the termination.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
The name of the domain containing the workflow executions to count.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
The name of the domain containing the workflow executions to count.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingActivityTasksRequest
The name of the domain that contains the task list.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingDecisionTasksRequest
The name of the domain that contains the task list.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateActivityTypeRequest
The name of the domain in which the activity type is registered.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateWorkflowTypeRequest
The name of the domain in which the workflow type is registered.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeActivityTypeRequest
The name of the domain in which the activity type is registered.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowExecutionRequest
The name of the domain containing the workflow execution.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowTypeRequest
The name of the domain in which this workflow type is registered.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
The name of the domain containing the workflow execution.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
The name of the domain in which the activity types have been registered.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
The name of the domain that contains the workflow executions to list.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
The name of the domain that contains the workflow executions to list.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
The name of the domain in which the workflow types have been registered.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.PollForActivityTaskRequest
The name of the domain that contains the task lists being polled.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
The name of the domain containing the task lists to poll.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
The name of the domain in which this activity is to be registered.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
The name of the domain in which to register the workflow type.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelWorkflowExecutionRequest
The name of the domain containing the workflow execution to cancel.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
The name of the domain containing the workflow execution to signal.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The name of the domain in which the workflow execution is created.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
The domain of the workflow execution to terminate.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateActivityTypeRequest
The name of the domain of the deprecated activity type.
getDomain() - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateWorkflowTypeRequest
The name of the domain of the deprecated workflow type.
getDomainInfo() - Method in class com.amazonaws.services.simpleworkflow.model.DomainDetail
The basic information about a domain, such as its name, status, and description.
getDomainInfos() - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfos
A list of DomainInfo structures.
getEventId() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
The system generated ID of the event.
getEvents() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
A paginated list of history events of the workflow execution.
getEvents() - Method in class com.amazonaws.services.simpleworkflow.model.History
The list of history events.
getEventTimestamp() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
The date and time when the event occurred.
getEventType() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
The type of the history event.
getExecution() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowExecutionRequest
The workflow execution to describe.
getExecution() - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
Specifies the workflow execution for which to return the history.
getExecution() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The workflow execution this information is about.
getExecutionConfiguration() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
The configuration settings for this workflow execution including timeout values, tasklist etc.
getExecutionContext() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes
User defined context for the workflow execution.
getExecutionContext() - Method in class com.amazonaws.services.simpleworkflow.model.RespondDecisionTaskCompletedRequest
User defined context to add to workflow execution.
getExecutionFilter() - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, only workflow executions matching the WorkflowId in the filter are counted.
getExecutionFilter() - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
If specified, only workflow executions matching the WorkflowId in the filter are counted.
getExecutionFilter() - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
getExecutionFilter() - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
getExecutionInfo() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
Information about the workflow execution.
getExecutionInfos() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfos
The list of workflow information structures.
getExecutionStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
If set, specifies the total duration for this workflow execution.
getExecutionStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The total duration for this workflow execution.
getExecutionStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The maximum duration for the child workflow execution.
getExecutionStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The total duration for this workflow execution.
getExecutionStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The total duration for this workflow execution.
getExecutionStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The total duration allowed for the new workflow execution.
getExecutionStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The maximum duration for this workflow execution.
getExecutionStatus() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The current status of the execution.
getExecutorService() - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
Returns the executor service used by this client to execute async requests.
getExternalInitiatedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source workflow execution.
getExternalInitiatedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution.
getExternalWorkflowExecution() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
The external workflow execution for which the cancellation was requested.
getExternalWorkflowExecution() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
The workflow execution that sent the signal.
getExternalWorkflowExecutionCancelRequestedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event.
getExternalWorkflowExecutionSignaledEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event.
getFailWorkflowExecutionDecisionAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the FailWorkflowExecution decision.
getFailWorkflowExecutionFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event.
getHeartbeatTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat.
getHeartbeatTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
If set, specifies the maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat.
getId() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
The unique ID of the Lambda task.
getId() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
A string that identifies the Lambda function execution in the event history.
getId() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
The ID provided in the ScheduleLambdaFunction decision that failed.
getIdentity() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStartedEventAttributes
Identity of the worker that was assigned this task.
getIdentity() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskStartedEventAttributes
Identity of the decider making the request.
getIdentity() - Method in class com.amazonaws.services.simpleworkflow.model.PollForActivityTaskRequest
Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history.
getIdentity() - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history.
getInitiatedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
getInitiatedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
getInitiatedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
getInitiatedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
getInitiatedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
getInitiatedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
getInitiatedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionCancelRequestedEventAttributes
The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution.
getInitiatedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionSignaledEventAttributes
The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal.
getInitiatedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution.
getInitiatedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal.
getInitiatedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
When the cause is WORKFLOW_ALREADY_RUNNING, initiatedEventId is the ID of the StartChildWorkflowExecutionInitiated event that corresponds to the StartChildWorkflowExecution Decision to start the workflow execution.
getInput() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The inputs provided when the activity task was scheduled.
getInput() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The input provided to the activity task.
getInput() - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The input provided to the new workflow execution.
getInput() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
The input provided to the Lambda task.
getInput() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
The input provided to the activity task.
getInput() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
The optional input data to be supplied to the Lambda function.
getInput() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
The input data to be provided with the signal.
getInput() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
The input provided to the signal.
getInput() - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.
getInput() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The input to be provided to the workflow execution.
getInput() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The inputs provided to the child workflow execution.
getInput() - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The input for the workflow execution.
getInput() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The input provided to the new workflow execution.
getInput() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
The inputs provided with the signal.
getInput() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The input provided to the workflow execution.
getKey() - Method in class com.amazonaws.services.simpleworkflow.model.ResourceTag
The key of a tag.
getLambdaFunctionCompletedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the LambdaFunctionCompleted event.
getLambdaFunctionFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the LambdaFunctionFailed event.
getLambdaFunctionScheduledEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the LambdaFunctionScheduled event.
getLambdaFunctionStartedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the LambdaFunctionStarted event.
getLambdaFunctionTimedOutEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the LambdaFunctionTimedOut event.
getLambdaRole() - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The IAM role to attach to the new (continued) execution.
getLambdaRole() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The IAM role attached to the child workflow execution.
getLambdaRole() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The IAM role to attach to the child workflow execution.
getLambdaRole() - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The IAM role to attach to this workflow execution.
getLambdaRole() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The IAM role attached to the child workflow execution.
getLambdaRole() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The IAM role to attach to the new (continued) workflow execution.
getLambdaRole() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The IAM role attached to the workflow execution.
getLatestActivityTaskTimestamp() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
The time when the last activity task was scheduled for this workflow execution.
getLatestCancelRequestedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity task.
getLatestDate() - Method in class com.amazonaws.services.simpleworkflow.model.ExecutionTimeFilter
Specifies the latest start or close date and time to return.
getLatestExecutionContext() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
The latest executionContext provided by the decider for this workflow execution.
getMarkerName() - Method in class com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
The name of the marker.
getMarkerName() - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerDecisionAttributes
The name of the marker.
getMarkerName() - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
The marker's name.
getMarkerRecordedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type MarkerRecorded then this member is set and provides detailed information about the event.
getMaximumPageSize() - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
The maximum number of results that are returned per call.
getMaximumPageSize() - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
The maximum number of results that are returned per call.
getMaximumPageSize() - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
The maximum number of results that are returned per call.
getMaximumPageSize() - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
The maximum number of results that are returned per call.
getMaximumPageSize() - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
The maximum number of results that are returned per call.
getMaximumPageSize() - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
The maximum number of results that are returned per call.
getMaximumPageSize() - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
The maximum number of results that are returned per call.
getMessage() - Method in class com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
A description that can help diagnose the cause of the fault.
getName() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityType
The name of this activity.
getName() - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateDomainRequest
The name of the domain to deprecate.
getName() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeDomainRequest
The name of the domain to describe.
getName() - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
The name of the domain.
getName() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
The name of the Lambda function.
getName() - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
If specified, only lists the activity types that have this name.
getName() - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
If specified, lists the workflow type with this name.
getName() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
The name of the activity type within the domain.
getName() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
Name of the domain to register.
getName() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
The name of the workflow type.
getName() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
The name, or ARN, of the Lambda function to schedule.
getName() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
The name of the Lambda function.
getName() - Method in class com.amazonaws.services.simpleworkflow.model.TaskList
The name of the task list.
getName() - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateDomainRequest
The name of the domain of the deprecated workflow type.
getName() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowType
The name of the workflow type.
getName() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeFilter
Name of the workflow type.
getNewExecutionRunId() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The runId of the new workflow execution.
getNextPageToken() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfos
If a NextPageToken was returned by a previous call, there are more results available.
getNextPageToken() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
If a NextPageToken was returned by a previous call, there are more results available.
getNextPageToken() - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfos
If a NextPageToken was returned by a previous call, there are more results available.
getNextPageToken() - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
If NextPageToken is returned there are more results available.
getNextPageToken() - Method in class com.amazonaws.services.simpleworkflow.model.History
If a NextPageToken was returned by a previous call, there are more results available.
getNextPageToken() - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
If NextPageToken is returned there are more results available.
getNextPageToken() - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If NextPageToken is returned there are more results available.
getNextPageToken() - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
If NextPageToken is returned there are more results available.
getNextPageToken() - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
If NextPageToken is returned there are more results available.
getNextPageToken() - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
If NextPageToken is returned there are more results available.
getNextPageToken() - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
If NextPageToken is returned there are more results available.
getNextPageToken() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfos
If a NextPageToken was returned by a previous call, there are more results available.
getNextPageToken() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfos
If a NextPageToken was returned by a previous call, there are more results available.
getOldestDate() - Method in class com.amazonaws.services.simpleworkflow.model.ExecutionTimeFilter
Specifies the oldest start or close date and time to return.
getOpenActivityTasks() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
The count of activity tasks whose status is OPEN.
getOpenChildWorkflowExecutions() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
The count of child workflow executions whose status is OPEN.
getOpenCounts() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
The number of tasks for this workflow execution.
getOpenDecisionTasks() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
The count of decision tasks whose status is OPEN.
getOpenLambdaFunctions() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
The count of Lambda tasks whose status is OPEN.
getOpenTimers() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
The count of timers started by this workflow execution that have not fired yet.
getParent() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
getParentInitiatedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this workflow execution.
getParentWorkflowExecution() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The source workflow execution that started this workflow execution.
getPreviousStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider.
getReason() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
The reason provided for the failure.
getReason() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The reason for the failure (if provided).
getReason() - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionDecisionAttributes
A descriptive reason for the failure that may help in diagnostics.
getReason() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
The reason provided for the failure.
getReason() - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskFailedRequest
Description of the error that may assist in diagnostics.
getReason() - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
A descriptive reason for terminating the workflow execution.
getReason() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFailedEventAttributes
The descriptive reason provided for the failure.
getReason() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
The reason provided for the termination.
getRecordMarkerDecisionAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the RecordMarker decision.
getRecordMarkerFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event.
getRegistrationStatus() - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
Specifies the registration status of the activity types to list.
getRegistrationStatus() - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
Specifies the registration status of the domains to list.
getRegistrationStatus() - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
Specifies the registration status of the workflow types to list.
getRequestCancelActivityTaskDecisionAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the RequestCancelActivityTask decision.
getRequestCancelActivityTaskFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event.
getRequestCancelExternalWorkflowExecutionDecisionAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the RequestCancelExternalWorkflowExecution decision.
getRequestCancelExternalWorkflowExecutionFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event.
getRequestCancelExternalWorkflowExecutionInitiatedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event.
getResourceArn() - Method in class com.amazonaws.services.simpleworkflow.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) for the Amazon SWF domain.
getResourceArn() - Method in class com.amazonaws.services.simpleworkflow.model.TagResourceRequest
The Amazon Resource Name (ARN) for the Amazon SWF domain.
getResourceArn() - Method in class com.amazonaws.services.simpleworkflow.model.UntagResourceRequest
The Amazon Resource Name (ARN) for the Amazon SWF domain.
getResult() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
The results of the activity task.
getResult() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
The result of the child workflow execution.
getResult() - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionDecisionAttributes
The result of the workflow execution.
getResult() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionCompletedEventAttributes
The results of the Lambda task.
getResult() - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCompletedRequest
The result of the activity task.
getResult() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCompletedEventAttributes
The result produced by the workflow execution upon successful completion.
getReverseOrder() - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
When set to true, returns the events in reverse order.
getReverseOrder() - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
When set to true, returns the results in reverse order.
getReverseOrder() - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
When set to true, returns the results in reverse order.
getReverseOrder() - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
When set to true, returns the results in reverse order.
getReverseOrder() - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
When set to true, returns the results in reverse order.
getReverseOrder() - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
When set to true, returns the results in reverse order.
getReverseOrder() - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
When set to true, returns the events in reverse order.
getRunId() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes
The runId of the external workflow execution to cancel.
getRunId() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The runId of the external workflow execution.
getRunId() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
The runId of the external workflow execution to be canceled.
getRunId() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelWorkflowExecutionRequest
The runId of the workflow execution to cancel.
getRunId() - Method in class com.amazonaws.services.simpleworkflow.model.Run
The runId of a workflow execution.
getRunId() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
The runId of the workflow execution to be signaled.
getRunId() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The runId of the external workflow execution that the signal was being delivered to.
getRunId() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
The runId of the external workflow execution to send the signal to.
getRunId() - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
The runId of the workflow execution to signal.
getRunId() - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
The runId of the workflow execution to terminate.
getRunId() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecution
A system-generated unique identifier for the workflow execution.
getScheduleActivityTaskDecisionAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the ScheduleActivityTask decision.
getScheduleActivityTaskFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event.
getScheduledEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
getScheduledEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
getScheduledEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
getScheduledEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStartedEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
getScheduledEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
getScheduledEventId() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes
The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled.
getScheduledEventId() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskStartedEventAttributes
The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled.
getScheduledEventId() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled.
getScheduledEventId() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionCompletedEventAttributes
The ID of the LambdaFunctionScheduled event that was recorded when this Lambda task was scheduled.
getScheduledEventId() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled.
getScheduledEventId() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionStartedEventAttributes
The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled.
getScheduledEventId() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled.
getScheduledEventId() - Method in class com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
getScheduleLambdaFunctionDecisionAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the ScheduleLambdaFunction decision.
getScheduleLambdaFunctionFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the ScheduleLambdaFunctionFailed event.
getScheduleToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The maximum amount of time for this activity task.
getScheduleToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
The maximum duration for this activity task.
getScheduleToStartTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The maximum amount of time the activity task can wait to be assigned to a worker.
getScheduleToStartTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
If set, specifies the maximum duration the activity task can wait to be assigned to a worker.
getSignalExternalWorkflowExecutionDecisionAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the SignalExternalWorkflowExecution decision.
getSignalExternalWorkflowExecutionFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event.
getSignalExternalWorkflowExecutionInitiatedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event.
getSignalName() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
The name of the signal.The target workflow execution uses the signal name and input to process the signal.
getSignalName() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
The name of the signal.
getSignalName() - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
The name of the signal.
getSignalName() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
The name of the signal received.
getStartChildWorkflowExecutionDecisionAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the StartChildWorkflowExecution decision.
getStartChildWorkflowExecutionFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event.
getStartChildWorkflowExecutionInitiatedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The ID of the ActivityTaskStarted event recorded in the history.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
The ID of the ActivityTaskStarted event recorded when this activity task was started.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
The ID of the ActivityTaskStarted event recorded when this activity task was started.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
The ID of the ActivityTaskStarted event recorded when this activity task was started.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
The ID of the ActivityTaskStarted event recorded when this activity task was started.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
The ID of the DecisionTaskStarted event recorded in the history.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes
The ID of the DecisionTaskStarted event recorded when this decision task was started.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
The ID of the DecisionTaskStarted event recorded when this decision task was started.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionCompletedEventAttributes
The ID of the LambdaFunctionStarted event recorded when this activity task started.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
The ID of the LambdaFunctionStarted event recorded when this activity task started.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
The ID of the ActivityTaskStarted event that was recorded when this activity task started.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.TimerCanceledEventAttributes
The ID of the TimerStarted event that was recorded when this timer was started.
getStartedEventId() - Method in class com.amazonaws.services.simpleworkflow.model.TimerFiredEventAttributes
The ID of the TimerStarted event that was recorded when this timer was started.
getStartLambdaFunctionFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the StartLambdaFunctionFailed event.
getStartTimeFilter() - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, only workflow executions that meet the start time criteria of the filter are counted.
getStartTimeFilter() - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
Specifies the start time criteria that workflow executions must meet in order to be counted.
getStartTimeFilter() - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.
getStartTimeFilter() - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.
getStartTimerDecisionAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the StartTimer decision.
getStartTimerFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type StartTimerFailed then this member is set and provides detailed information about the event.
getStartTimestamp() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The time when the execution was started.
getStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The maximum amount of time a worker may take to process the activity task.
getStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskScheduledEventAttributes
The maximum duration for this decision task.
getStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
The maximum amount of time a worker can take to process the Lambda task.
getStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
If set, specifies the maximum duration a worker may take to process this activity task.
getStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started.
getStartToFireTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerDecisionAttributes
The duration to wait before firing the timer.
getStartToFireTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
The duration of time after which the timer fires.
getStatus() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
The current status of the activity type.
getStatus() - Method in class com.amazonaws.services.simpleworkflow.model.CloseStatusFilter
The close status that must match the close status of an execution for it to meet the criteria of this filter.
getStatus() - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
The status of the domain:
getStatus() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
The current status of the workflow type.
getTag() - Method in class com.amazonaws.services.simpleworkflow.model.TagFilter
Specifies the tag that must be associated with the execution for it to meet the filter criteria.
getTagFilter() - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, only executions that have a tag that matches the filter are counted.
getTagFilter() - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
If specified, only executions that have a tag that matches the filter are counted.
getTagFilter() - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, only executions that have the matching tag are listed.
getTagFilter() - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
If specified, only executions that have the matching tag are listed.
getTagKeys() - Method in class com.amazonaws.services.simpleworkflow.model.UntagResourceRequest
The list of tags to remove from the Amazon SWF domain.
getTagList() - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The list of tags to associate with the new workflow execution.
getTagList() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The list of tags to associate with the child workflow execution.
getTagList() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The list of tags to associated with the child workflow execution.
getTagList() - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The list of tags to associate with the workflow execution.
getTagList() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The list of tags associated with the new workflow execution.
getTagList() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The list of tags associated with the workflow execution.
getTagList() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The list of tags associated with this workflow execution.
getTags() - Method in class com.amazonaws.services.simpleworkflow.model.ListTagsForResourceOutput
An array of tags associated with the domain.
getTags() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
Tags to be added when registering a domain.
getTags() - Method in class com.amazonaws.services.simpleworkflow.model.TagResourceRequest
The list of tags to add to a domain.
getTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The task list in which the activity task has been scheduled.
getTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The task list to use for the decisions of the new (continued) workflow execution.
getTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingActivityTasksRequest
The name of the task list.
getTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingDecisionTasksRequest
The name of the task list.
getTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskScheduledEventAttributes
The name of the task list in which the decision task was scheduled.
getTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.PollForActivityTaskRequest
Specifies the task list to poll for activity tasks.
getTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
Specifies the task list to poll for decision tasks.
getTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
If set, specifies the name of the task list in which to schedule the activity task.
getTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The name of the task list to be used for decision tasks of the child workflow execution.
getTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The name of the task list used for the decision tasks of the child workflow execution.
getTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The task list to use for the decision tasks generated for this workflow execution.
getTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The task list used for the decision tasks generated for this workflow execution.
getTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The task list to use for the decisions of the new (continued) workflow execution.
getTaskList() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The name of the task list for scheduling the decision tasks for this workflow execution.
getTaskPriority() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The priority to assign to the scheduled activity task.
getTaskPriority() - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The task priority that, if set, specifies the priority for the decision tasks for this workflow execution.
getTaskPriority() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskScheduledEventAttributes
A task priority that, if set, specifies the priority for this decision task.
getTaskPriority() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
If set, specifies the priority with which the activity task is to be assigned to a worker.
getTaskPriority() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
A task priority that, if set, specifies the priority for a decision task of this workflow execution.
getTaskPriority() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The priority assigned for the decision tasks for this workflow execution.
getTaskPriority() - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The task priority to use for this workflow execution.
getTaskPriority() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The priority assigned to decision tasks for this workflow execution.
getTaskPriority() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The priority of the task to use for the decisions of the new (continued) workflow execution.
getTaskPriority() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The priority of the decision tasks in the workflow execution.
getTaskStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
Specifies the maximum duration of decision tasks for the new workflow execution.
getTaskStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
Specifies the maximum duration of decision tasks for this workflow execution.
getTaskStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The maximum duration allowed for the decision tasks for this workflow execution.
getTaskStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
Specifies the maximum duration of decision tasks for this workflow execution.
getTaskStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The maximum duration allowed for decision tasks for this workflow execution.
getTaskStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The maximum duration of decision tasks for the new workflow execution.
getTaskStartToCloseTimeout() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The maximum duration of decision tasks for this workflow type.
getTaskToken() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The opaque string used as a handle on the task.
getTaskToken() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
The opaque string used as a handle on the task.
getTaskToken() - Method in class com.amazonaws.services.simpleworkflow.model.RecordActivityTaskHeartbeatRequest
The taskToken of the ActivityTask.
getTaskToken() - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCanceledRequest
The taskToken of the ActivityTask.
getTaskToken() - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCompletedRequest
The taskToken of the ActivityTask.
getTaskToken() - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskFailedRequest
The taskToken of the ActivityTask.
getTaskToken() - Method in class com.amazonaws.services.simpleworkflow.model.RespondDecisionTaskCompletedRequest
The taskToken from the DecisionTask.
getTimeoutType() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
The type of the timeout that caused this event.
getTimeoutType() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
The type of the timeout that caused the child workflow execution to time out.
getTimeoutType() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
The type of timeout that expired before the decision task could be completed.
getTimeoutType() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
The type of the timeout that caused this event.
getTimeoutType() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
The type of timeout that caused this event.
getTimerCanceledEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type TimerCanceled then this member is set and provides detailed information about the event.
getTimerFiredEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type TimerFired then this member is set and provides detailed information about the event.
getTimerId() - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerDecisionAttributes
The unique ID of the timer to cancel.
getTimerId() - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
The timerId provided in the CancelTimer decision that failed.
getTimerId() - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerDecisionAttributes
The unique ID of the timer.
getTimerId() - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
The timerId provided in the StartTimer decision that failed.
getTimerId() - Method in class com.amazonaws.services.simpleworkflow.model.TimerCanceledEventAttributes
The unique ID of the timer that was canceled.
getTimerId() - Method in class com.amazonaws.services.simpleworkflow.model.TimerFiredEventAttributes
The unique ID of the timer that fired.
getTimerId() - Method in class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
The unique ID of the timer that was started.
getTimerStartedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type TimerStarted then this member is set and provides detailed information about the event.
getTruncated() - Method in class com.amazonaws.services.simpleworkflow.model.PendingTaskCount
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
getTruncated() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCount
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
getTypeFilter() - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, indicates the type of the workflow executions to be counted.
getTypeFilter() - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
Specifies the type of the workflow executions to be counted.
getTypeFilter() - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, only executions of the type specified in the filter are returned.
getTypeFilter() - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
If specified, only executions of the type specified in the filter are returned.
getTypeInfo() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeDetail
General information about the activity type.
getTypeInfo() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeDetail
General information about the workflow type.
getTypeInfos() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfos
List of activity type information.
getTypeInfos() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfos
The list of workflow type information.
getValue() - Method in class com.amazonaws.services.simpleworkflow.model.ResourceTag
The value of a tag.
getVersion() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityType
The version of this activity.
getVersion() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
The version of the activity type.
getVersion() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
The version of the workflow type.
getVersion() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowType
The version of the workflow type.
getVersion() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeFilter
Version of the workflow type.
getWorkflowExecution() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The workflow execution that started this activity task.
getWorkflowExecution() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
The child workflow execution that was canceled.
getWorkflowExecution() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
The child workflow execution that was completed.
getWorkflowExecution() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The child workflow execution that failed.
getWorkflowExecution() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes
The child workflow execution that was started.
getWorkflowExecution() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
The child workflow execution that was terminated.
getWorkflowExecution() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
The child workflow execution that timed out.
getWorkflowExecution() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
The workflow execution for which this decision task was created.
getWorkflowExecution() - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionCancelRequestedEventAttributes
The external workflow execution to which the cancellation request was delivered.
getWorkflowExecution() - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionSignaledEventAttributes
The external workflow execution that the signal was delivered to.
getWorkflowExecutionCanceledEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event.
getWorkflowExecutionCancelRequestedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event.
getWorkflowExecutionCompletedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event.
getWorkflowExecutionContinuedAsNewEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event.
getWorkflowExecutionFailedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event.
getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Returns the history of the specified workflow execution.
getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Returns the history of the specified workflow execution.
getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest, AsyncHandler<GetWorkflowExecutionHistoryRequest, History>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns the history of the specified workflow execution.
getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest, AsyncHandler<GetWorkflowExecutionHistoryRequest, History>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns the history of the specified workflow execution.
getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest, AsyncHandler<GetWorkflowExecutionHistoryRequest, History>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
GetWorkflowExecutionHistoryRequest - Class in com.amazonaws.services.simpleworkflow.model
 
GetWorkflowExecutionHistoryRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
 
getWorkflowExecutionRetentionPeriodInDays() - Method in class com.amazonaws.services.simpleworkflow.model.DomainConfiguration
The retention period for workflow executions in this domain.
getWorkflowExecutionRetentionPeriodInDays() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
The duration (in days) that records and histories of workflow executions on the domain should be kept by the service.
getWorkflowExecutionSignaledEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event.
getWorkflowExecutionStartedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event.
getWorkflowExecutionTerminatedEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event.
getWorkflowExecutionTimedOutEventAttributes() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event.
getWorkflowId() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes
The workflowId of the external workflow execution to cancel.
getWorkflowId() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The workflowId of the external workflow to which the cancel request was to be delivered.
getWorkflowId() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
The workflowId of the external workflow execution to be canceled.
getWorkflowId() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelWorkflowExecutionRequest
The workflowId of the workflow execution to cancel.
getWorkflowId() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
The workflowId of the workflow execution to be signaled.
getWorkflowId() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The workflowId of the external workflow execution that the signal was being delivered to.
getWorkflowId() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
The workflowId of the external workflow execution.
getWorkflowId() - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
The workflowId of the workflow execution to signal.
getWorkflowId() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The workflowId of the workflow execution.
getWorkflowId() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
The workflowId of the child workflow execution.
getWorkflowId() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The workflowId of the child workflow execution.
getWorkflowId() - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The user defined identifier associated with the workflow execution.
getWorkflowId() - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
The workflowId of the workflow execution to terminate.
getWorkflowId() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecution
The user defined identifier associated with the workflow execution.
getWorkflowId() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFilter
The workflowId to pass of match the criteria of this filter.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
The type of the child workflow execution.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
The type of the child workflow execution.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The type of the child workflow execution.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes
The type of the child workflow execution.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
The type of the child workflow execution.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
The type of the child workflow execution.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
The type of the workflow execution for which this decision task was created.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateWorkflowTypeRequest
The workflow type to deprecate.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowTypeRequest
The workflow type to describe.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The type of the workflow execution to be started.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
The workflow type provided in the StartChildWorkflowExecution Decision that failed.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The type of the child workflow execution.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The type of the workflow to start.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateWorkflowTypeRequest
The name of the domain of the deprecated workflow type.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The workflow type of this execution.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The type of the workflow execution.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The workflow type of this execution.
getWorkflowType() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
The workflow type this information is about.
getWorkflowTypeVersion() - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The version of the workflow to start.

H

hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCancelRequestedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStartedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStatus
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityType
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeDetail
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfos
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerDecisionAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionDecisionAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.CloseStatusFilter
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionDecisionAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingActivityTasksRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingDecisionTasksRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.Decision
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskScheduledEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskStartedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateActivityTypeRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateDomainRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateWorkflowTypeRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeActivityTypeRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeDomainRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowExecutionRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowTypeRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.DomainConfiguration
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.DomainDetail
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfos
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ExecutionTimeFilter
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionCancelRequestedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionSignaledEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionDecisionAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.History
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionCompletedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionStartedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ListTagsForResourceOutput
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ListTagsForResourceRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.PendingTaskCount
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.PollForActivityTaskRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.RecordActivityTaskHeartbeatRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerDecisionAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskDecisionAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelWorkflowExecutionRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ResourceTag
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCanceledRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCompletedRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskFailedRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.RespondDecisionTaskCompletedRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.Run
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerDecisionAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.TagFilter
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.TagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.TaskList
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.TimerCanceledEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.TimerFiredEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateActivityTypeRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateDomainRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateWorkflowTypeRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.UntagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecution
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCanceledEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCompletedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCount
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFailedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFilter
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfos
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowType
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeDetail
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeFilter
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
 
hashCode() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfos
 
History - Class in com.amazonaws.services.simpleworkflow.model
Paginated representation of a workflow history for a workflow execution.
History() - Constructor for class com.amazonaws.services.simpleworkflow.model.History
 
HistoryEvent - Class in com.amazonaws.services.simpleworkflow.model
Event within a workflow execution.
HistoryEvent() - Constructor for class com.amazonaws.services.simpleworkflow.model.HistoryEvent
 

I

isCancelRequested() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStatus
Set to true if cancellation of the task is requested.
isCancelRequested() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
Set to true if a cancellation is requested for this workflow execution.
isNotType() - Method in enum com.amazonaws.auth.policy.actions.SwfActions
 
isReverseOrder() - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
When set to true, returns the events in reverse order.
isReverseOrder() - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
When set to true, returns the results in reverse order.
isReverseOrder() - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
When set to true, returns the results in reverse order.
isReverseOrder() - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
When set to true, returns the results in reverse order.
isReverseOrder() - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
When set to true, returns the results in reverse order.
isReverseOrder() - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
When set to true, returns the results in reverse order.
isReverseOrder() - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
When set to true, returns the events in reverse order.
isTruncated() - Method in class com.amazonaws.services.simpleworkflow.model.PendingTaskCount
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
isTruncated() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCount
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

L

LambdaFunctionCompletedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the LambdaFunctionCompleted event.
LambdaFunctionCompletedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.LambdaFunctionCompletedEventAttributes
 
LambdaFunctionFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the LambdaFunctionFailed event.
LambdaFunctionFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
 
LambdaFunctionScheduledEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the LambdaFunctionScheduled event.
LambdaFunctionScheduledEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
 
LambdaFunctionStartedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the LambdaFunctionStarted event.
LambdaFunctionStartedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.LambdaFunctionStartedEventAttributes
 
LambdaFunctionTimedOutEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides details of the LambdaFunctionTimedOut event.
LambdaFunctionTimedOutEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
 
LambdaFunctionTimeoutType - Enum in com.amazonaws.services.simpleworkflow.model
 
LimitExceededException - Exception in com.amazonaws.services.simpleworkflow.model
Returned by any operation if a system imposed limitation has been reached.
LimitExceededException(String) - Constructor for exception com.amazonaws.services.simpleworkflow.model.LimitExceededException
Constructs a new LimitExceededException with the specified error message.
listActivityTypes(ListActivityTypesRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
listActivityTypes(ListActivityTypesRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Returns information about all activities registered in the specified domain that match the specified name and registration status.
listActivityTypes(ListActivityTypesRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Returns information about all activities registered in the specified domain that match the specified name and registration status.
listActivityTypesAsync(ListActivityTypesRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
listActivityTypesAsync(ListActivityTypesRequest, AsyncHandler<ListActivityTypesRequest, ActivityTypeInfos>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
listActivityTypesAsync(ListActivityTypesRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns information about all activities registered in the specified domain that match the specified name and registration status.
listActivityTypesAsync(ListActivityTypesRequest, AsyncHandler<ListActivityTypesRequest, ActivityTypeInfos>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns information about all activities registered in the specified domain that match the specified name and registration status.
listActivityTypesAsync(ListActivityTypesRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
listActivityTypesAsync(ListActivityTypesRequest, AsyncHandler<ListActivityTypesRequest, ActivityTypeInfos>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
ListActivityTypesRequest - Class in com.amazonaws.services.simpleworkflow.model
 
ListActivityTypesRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
 
listClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
listClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
listClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest, AsyncHandler<ListClosedWorkflowExecutionsRequest, WorkflowExecutionInfos>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest, AsyncHandler<ListClosedWorkflowExecutionsRequest, WorkflowExecutionInfos>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest, AsyncHandler<ListClosedWorkflowExecutionsRequest, WorkflowExecutionInfos>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
ListClosedWorkflowExecutionsRequest - Class in com.amazonaws.services.simpleworkflow.model
 
ListClosedWorkflowExecutionsRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
 
listDomains(ListDomainsRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
listDomains(ListDomainsRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Returns the list of domains registered in the account.
listDomains(ListDomainsRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Returns the list of domains registered in the account.
listDomainsAsync(ListDomainsRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
listDomainsAsync(ListDomainsRequest, AsyncHandler<ListDomainsRequest, DomainInfos>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
listDomainsAsync(ListDomainsRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns the list of domains registered in the account.
listDomainsAsync(ListDomainsRequest, AsyncHandler<ListDomainsRequest, DomainInfos>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns the list of domains registered in the account.
listDomainsAsync(ListDomainsRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
listDomainsAsync(ListDomainsRequest, AsyncHandler<ListDomainsRequest, DomainInfos>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
ListDomainsRequest - Class in com.amazonaws.services.simpleworkflow.model
 
ListDomainsRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
 
listOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
listOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Returns a list of open workflow executions in the specified domain that meet the filtering criteria.
listOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Returns a list of open workflow executions in the specified domain that meet the filtering criteria.
listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest, AsyncHandler<ListOpenWorkflowExecutionsRequest, WorkflowExecutionInfos>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns a list of open workflow executions in the specified domain that meet the filtering criteria.
listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest, AsyncHandler<ListOpenWorkflowExecutionsRequest, WorkflowExecutionInfos>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns a list of open workflow executions in the specified domain that meet the filtering criteria.
listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest, AsyncHandler<ListOpenWorkflowExecutionsRequest, WorkflowExecutionInfos>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
ListOpenWorkflowExecutionsRequest - Class in com.amazonaws.services.simpleworkflow.model
 
ListOpenWorkflowExecutionsRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
 
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
listTagsForResource(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
List tags for a given domain.
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
List tags for a given domain.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceOutput>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
List tags for a given domain.
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceOutput>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
List tags for a given domain.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceOutput>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
ListTagsForResourceOutput - Class in com.amazonaws.services.simpleworkflow.model
 
ListTagsForResourceOutput() - Constructor for class com.amazonaws.services.simpleworkflow.model.ListTagsForResourceOutput
 
ListTagsForResourceRequest - Class in com.amazonaws.services.simpleworkflow.model
 
ListTagsForResourceRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.ListTagsForResourceRequest
 
listWorkflowTypes(ListWorkflowTypesRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
listWorkflowTypes(ListWorkflowTypesRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Returns information about workflow types in the specified domain.
listWorkflowTypes(ListWorkflowTypesRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Returns information about workflow types in the specified domain.
listWorkflowTypesAsync(ListWorkflowTypesRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
listWorkflowTypesAsync(ListWorkflowTypesRequest, AsyncHandler<ListWorkflowTypesRequest, WorkflowTypeInfos>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
listWorkflowTypesAsync(ListWorkflowTypesRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns information about workflow types in the specified domain.
listWorkflowTypesAsync(ListWorkflowTypesRequest, AsyncHandler<ListWorkflowTypesRequest, WorkflowTypeInfos>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Returns information about workflow types in the specified domain.
listWorkflowTypesAsync(ListWorkflowTypesRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
listWorkflowTypesAsync(ListWorkflowTypesRequest, AsyncHandler<ListWorkflowTypesRequest, WorkflowTypeInfos>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
ListWorkflowTypesRequest - Class in com.amazonaws.services.simpleworkflow.model
 
ListWorkflowTypesRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
 

M

MarkerRecordedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the MarkerRecorded event.
MarkerRecordedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCancelRequestedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStartedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityType
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerDecisionAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionDecisionAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.CloseStatusFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionDecisionAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskScheduledEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskStartedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.DomainConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ExecutionTimeFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionCancelRequestedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionSignaledEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionDecisionAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionCompletedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionStartedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerDecisionAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskDecisionAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ResourceTag
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerDecisionAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.TagFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.TaskList
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.TimerCanceledEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.TimerFiredEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecution
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCanceledEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCompletedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFailedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowType
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
 

O

OperationNotPermittedException - Exception in com.amazonaws.services.simpleworkflow.model
Returned when the caller doesn't have sufficient permissions to invoke the action.
OperationNotPermittedException(String) - Constructor for exception com.amazonaws.services.simpleworkflow.model.OperationNotPermittedException
Constructs a new OperationNotPermittedException with the specified error message.

P

PendingTaskCount - Class in com.amazonaws.services.simpleworkflow.model
Contains the count of tasks in a task list.
PendingTaskCount() - Constructor for class com.amazonaws.services.simpleworkflow.model.PendingTaskCount
 
pollForActivityTask(PollForActivityTaskRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
pollForActivityTask(PollForActivityTaskRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Used by workers to get an ActivityTask from the specified activity taskList.
pollForActivityTask(PollForActivityTaskRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Used by workers to get an ActivityTask from the specified activity taskList.
pollForActivityTaskAsync(PollForActivityTaskRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
pollForActivityTaskAsync(PollForActivityTaskRequest, AsyncHandler<PollForActivityTaskRequest, ActivityTask>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
pollForActivityTaskAsync(PollForActivityTaskRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Used by workers to get an ActivityTask from the specified activity taskList.
pollForActivityTaskAsync(PollForActivityTaskRequest, AsyncHandler<PollForActivityTaskRequest, ActivityTask>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Used by workers to get an ActivityTask from the specified activity taskList.
pollForActivityTaskAsync(PollForActivityTaskRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
pollForActivityTaskAsync(PollForActivityTaskRequest, AsyncHandler<PollForActivityTaskRequest, ActivityTask>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
PollForActivityTaskRequest - Class in com.amazonaws.services.simpleworkflow.model
 
PollForActivityTaskRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.PollForActivityTaskRequest
 
pollForDecisionTask(PollForDecisionTaskRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
pollForDecisionTask(PollForDecisionTaskRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Used by deciders to get a DecisionTask from the specified decision taskList.
pollForDecisionTask(PollForDecisionTaskRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Used by deciders to get a DecisionTask from the specified decision taskList.
pollForDecisionTaskAsync(PollForDecisionTaskRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
pollForDecisionTaskAsync(PollForDecisionTaskRequest, AsyncHandler<PollForDecisionTaskRequest, DecisionTask>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
pollForDecisionTaskAsync(PollForDecisionTaskRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Used by deciders to get a DecisionTask from the specified decision taskList.
pollForDecisionTaskAsync(PollForDecisionTaskRequest, AsyncHandler<PollForDecisionTaskRequest, DecisionTask>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Used by deciders to get a DecisionTask from the specified decision taskList.
pollForDecisionTaskAsync(PollForDecisionTaskRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
pollForDecisionTaskAsync(PollForDecisionTaskRequest, AsyncHandler<PollForDecisionTaskRequest, DecisionTask>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
PollForDecisionTaskRequest - Class in com.amazonaws.services.simpleworkflow.model
 
PollForDecisionTaskRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
 
PredefinedDuration - Enum in com.amazonaws.services.simpleworkflow.model
 

R

recordActivityTaskHeartbeat(RecordActivityTaskHeartbeatRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
recordActivityTaskHeartbeat(RecordActivityTaskHeartbeatRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress.
recordActivityTaskHeartbeat(RecordActivityTaskHeartbeatRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress.
recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest, AsyncHandler<RecordActivityTaskHeartbeatRequest, ActivityTaskStatus>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress.
recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest, AsyncHandler<RecordActivityTaskHeartbeatRequest, ActivityTaskStatus>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress.
recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest, AsyncHandler<RecordActivityTaskHeartbeatRequest, ActivityTaskStatus>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
RecordActivityTaskHeartbeatRequest - Class in com.amazonaws.services.simpleworkflow.model
 
RecordActivityTaskHeartbeatRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.RecordActivityTaskHeartbeatRequest
 
RecordMarkerDecisionAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the RecordMarker decision.
RecordMarkerDecisionAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.RecordMarkerDecisionAttributes
 
RecordMarkerFailedCause - Enum in com.amazonaws.services.simpleworkflow.model
 
RecordMarkerFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the RecordMarkerFailed event.
RecordMarkerFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
 
registerActivityType(RegisterActivityTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
registerActivityType(RegisterActivityTypeRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Registers a new activity type along with its configuration settings in the specified domain.
registerActivityType(RegisterActivityTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Registers a new activity type along with its configuration settings in the specified domain.
registerActivityTypeAsync(RegisterActivityTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
registerActivityTypeAsync(RegisterActivityTypeRequest, AsyncHandler<RegisterActivityTypeRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
registerActivityTypeAsync(RegisterActivityTypeRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Registers a new activity type along with its configuration settings in the specified domain.
registerActivityTypeAsync(RegisterActivityTypeRequest, AsyncHandler<RegisterActivityTypeRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Registers a new activity type along with its configuration settings in the specified domain.
registerActivityTypeAsync(RegisterActivityTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
registerActivityTypeAsync(RegisterActivityTypeRequest, AsyncHandler<RegisterActivityTypeRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
RegisterActivityTypeRequest - Class in com.amazonaws.services.simpleworkflow.model
 
RegisterActivityTypeRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
 
registerDomain(RegisterDomainRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
registerDomain(RegisterDomainRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Registers a new domain.
registerDomain(RegisterDomainRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Registers a new domain.
registerDomainAsync(RegisterDomainRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
registerDomainAsync(RegisterDomainRequest, AsyncHandler<RegisterDomainRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
registerDomainAsync(RegisterDomainRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Registers a new domain.
registerDomainAsync(RegisterDomainRequest, AsyncHandler<RegisterDomainRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Registers a new domain.
registerDomainAsync(RegisterDomainRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
registerDomainAsync(RegisterDomainRequest, AsyncHandler<RegisterDomainRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
RegisterDomainRequest - Class in com.amazonaws.services.simpleworkflow.model
 
RegisterDomainRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
 
registerWorkflowType(RegisterWorkflowTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
registerWorkflowType(RegisterWorkflowTypeRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Registers a new workflow type and its configuration settings in the specified domain.
registerWorkflowType(RegisterWorkflowTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Registers a new workflow type and its configuration settings in the specified domain.
registerWorkflowTypeAsync(RegisterWorkflowTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
registerWorkflowTypeAsync(RegisterWorkflowTypeRequest, AsyncHandler<RegisterWorkflowTypeRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
registerWorkflowTypeAsync(RegisterWorkflowTypeRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Registers a new workflow type and its configuration settings in the specified domain.
registerWorkflowTypeAsync(RegisterWorkflowTypeRequest, AsyncHandler<RegisterWorkflowTypeRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Registers a new workflow type and its configuration settings in the specified domain.
registerWorkflowTypeAsync(RegisterWorkflowTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
registerWorkflowTypeAsync(RegisterWorkflowTypeRequest, AsyncHandler<RegisterWorkflowTypeRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
RegisterWorkflowTypeRequest - Class in com.amazonaws.services.simpleworkflow.model
 
RegisterWorkflowTypeRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
 
RegistrationStatus - Enum in com.amazonaws.services.simpleworkflow.model
 
RequestCancelActivityTaskDecisionAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the RequestCancelActivityTask decision.
RequestCancelActivityTaskDecisionAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskDecisionAttributes
 
RequestCancelActivityTaskFailedCause - Enum in com.amazonaws.services.simpleworkflow.model
 
RequestCancelActivityTaskFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the RequestCancelActivityTaskFailed event.
RequestCancelActivityTaskFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
 
RequestCancelExternalWorkflowExecutionDecisionAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the RequestCancelExternalWorkflowExecution decision.
RequestCancelExternalWorkflowExecutionDecisionAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes
 
RequestCancelExternalWorkflowExecutionFailedCause - Enum in com.amazonaws.services.simpleworkflow.model
 
RequestCancelExternalWorkflowExecutionFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the RequestCancelExternalWorkflowExecutionFailed event.
RequestCancelExternalWorkflowExecutionFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
 
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the RequestCancelExternalWorkflowExecutionInitiated event.
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
 
requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Records a WorkflowExecutionCancelRequested event in the currently running workflow execution identified by the given domain, workflowId, and runId.
requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Records a WorkflowExecutionCancelRequested event in the currently running workflow execution identified by the given domain, workflowId, and runId.
requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest, AsyncHandler<RequestCancelWorkflowExecutionRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Records a WorkflowExecutionCancelRequested event in the currently running workflow execution identified by the given domain, workflowId, and runId.
requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest, AsyncHandler<RequestCancelWorkflowExecutionRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Records a WorkflowExecutionCancelRequested event in the currently running workflow execution identified by the given domain, workflowId, and runId.
requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest, AsyncHandler<RequestCancelWorkflowExecutionRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
RequestCancelWorkflowExecutionRequest - Class in com.amazonaws.services.simpleworkflow.model
 
RequestCancelWorkflowExecutionRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.RequestCancelWorkflowExecutionRequest
 
ResourceTag - Class in com.amazonaws.services.simpleworkflow.model
Tags are key-value pairs that can be associated with Amazon SWF state machines and activities.
ResourceTag() - Constructor for class com.amazonaws.services.simpleworkflow.model.ResourceTag
 
respondActivityTaskCanceled(RespondActivityTaskCanceledRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
respondActivityTaskCanceled(RespondActivityTaskCanceledRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Used by workers to tell the service that the ActivityTask identified by the taskToken was successfully canceled.
respondActivityTaskCanceled(RespondActivityTaskCanceledRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Used by workers to tell the service that the ActivityTask identified by the taskToken was successfully canceled.
respondActivityTaskCanceledAsync(RespondActivityTaskCanceledRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
respondActivityTaskCanceledAsync(RespondActivityTaskCanceledRequest, AsyncHandler<RespondActivityTaskCanceledRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
respondActivityTaskCanceledAsync(RespondActivityTaskCanceledRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Used by workers to tell the service that the ActivityTask identified by the taskToken was successfully canceled.
respondActivityTaskCanceledAsync(RespondActivityTaskCanceledRequest, AsyncHandler<RespondActivityTaskCanceledRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Used by workers to tell the service that the ActivityTask identified by the taskToken was successfully canceled.
respondActivityTaskCanceledAsync(RespondActivityTaskCanceledRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
respondActivityTaskCanceledAsync(RespondActivityTaskCanceledRequest, AsyncHandler<RespondActivityTaskCanceledRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
RespondActivityTaskCanceledRequest - Class in com.amazonaws.services.simpleworkflow.model
 
RespondActivityTaskCanceledRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCanceledRequest
 
respondActivityTaskCompleted(RespondActivityTaskCompletedRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
respondActivityTaskCompleted(RespondActivityTaskCompletedRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Used by workers to tell the service that the ActivityTask identified by the taskToken completed successfully with a result (if provided).
respondActivityTaskCompleted(RespondActivityTaskCompletedRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Used by workers to tell the service that the ActivityTask identified by the taskToken completed successfully with a result (if provided).
respondActivityTaskCompletedAsync(RespondActivityTaskCompletedRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
respondActivityTaskCompletedAsync(RespondActivityTaskCompletedRequest, AsyncHandler<RespondActivityTaskCompletedRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
respondActivityTaskCompletedAsync(RespondActivityTaskCompletedRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Used by workers to tell the service that the ActivityTask identified by the taskToken completed successfully with a result (if provided).
respondActivityTaskCompletedAsync(RespondActivityTaskCompletedRequest, AsyncHandler<RespondActivityTaskCompletedRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Used by workers to tell the service that the ActivityTask identified by the taskToken completed successfully with a result (if provided).
respondActivityTaskCompletedAsync(RespondActivityTaskCompletedRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
respondActivityTaskCompletedAsync(RespondActivityTaskCompletedRequest, AsyncHandler<RespondActivityTaskCompletedRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
RespondActivityTaskCompletedRequest - Class in com.amazonaws.services.simpleworkflow.model
 
RespondActivityTaskCompletedRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCompletedRequest
 
respondActivityTaskFailed(RespondActivityTaskFailedRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
respondActivityTaskFailed(RespondActivityTaskFailedRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Used by workers to tell the service that the ActivityTask identified by the taskToken has failed with reason (if specified).
respondActivityTaskFailed(RespondActivityTaskFailedRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Used by workers to tell the service that the ActivityTask identified by the taskToken has failed with reason (if specified).
respondActivityTaskFailedAsync(RespondActivityTaskFailedRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
respondActivityTaskFailedAsync(RespondActivityTaskFailedRequest, AsyncHandler<RespondActivityTaskFailedRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
respondActivityTaskFailedAsync(RespondActivityTaskFailedRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Used by workers to tell the service that the ActivityTask identified by the taskToken has failed with reason (if specified).
respondActivityTaskFailedAsync(RespondActivityTaskFailedRequest, AsyncHandler<RespondActivityTaskFailedRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Used by workers to tell the service that the ActivityTask identified by the taskToken has failed with reason (if specified).
respondActivityTaskFailedAsync(RespondActivityTaskFailedRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
respondActivityTaskFailedAsync(RespondActivityTaskFailedRequest, AsyncHandler<RespondActivityTaskFailedRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
RespondActivityTaskFailedRequest - Class in com.amazonaws.services.simpleworkflow.model
 
RespondActivityTaskFailedRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskFailedRequest
 
respondDecisionTaskCompleted(RespondDecisionTaskCompletedRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
respondDecisionTaskCompleted(RespondDecisionTaskCompletedRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Used by deciders to tell the service that the DecisionTask identified by the taskToken has successfully completed.
respondDecisionTaskCompleted(RespondDecisionTaskCompletedRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Used by deciders to tell the service that the DecisionTask identified by the taskToken has successfully completed.
respondDecisionTaskCompletedAsync(RespondDecisionTaskCompletedRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
respondDecisionTaskCompletedAsync(RespondDecisionTaskCompletedRequest, AsyncHandler<RespondDecisionTaskCompletedRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
respondDecisionTaskCompletedAsync(RespondDecisionTaskCompletedRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Used by deciders to tell the service that the DecisionTask identified by the taskToken has successfully completed.
respondDecisionTaskCompletedAsync(RespondDecisionTaskCompletedRequest, AsyncHandler<RespondDecisionTaskCompletedRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Used by deciders to tell the service that the DecisionTask identified by the taskToken has successfully completed.
respondDecisionTaskCompletedAsync(RespondDecisionTaskCompletedRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
respondDecisionTaskCompletedAsync(RespondDecisionTaskCompletedRequest, AsyncHandler<RespondDecisionTaskCompletedRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
RespondDecisionTaskCompletedRequest - Class in com.amazonaws.services.simpleworkflow.model
Input data for a TaskCompleted response to a decision task.
RespondDecisionTaskCompletedRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.RespondDecisionTaskCompletedRequest
 
Run - Class in com.amazonaws.services.simpleworkflow.model
Specifies the runId of a workflow execution.
Run() - Constructor for class com.amazonaws.services.simpleworkflow.model.Run
 

S

ScheduleActivityTaskDecisionAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ScheduleActivityTask decision.
ScheduleActivityTaskDecisionAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
 
ScheduleActivityTaskFailedCause - Enum in com.amazonaws.services.simpleworkflow.model
 
ScheduleActivityTaskFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ScheduleActivityTaskFailed event.
ScheduleActivityTaskFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
 
ScheduleLambdaFunctionDecisionAttributes - Class in com.amazonaws.services.simpleworkflow.model
Decision attributes specified in scheduleLambdaFunctionDecisionAttributes within the list of decisions decisions passed to RespondDecisionTaskCompleted.
ScheduleLambdaFunctionDecisionAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
 
ScheduleLambdaFunctionFailedCause - Enum in com.amazonaws.services.simpleworkflow.model
 
ScheduleLambdaFunctionFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the ScheduleLambdaFunctionFailed event.
ScheduleLambdaFunctionFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
 
setActivityId(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The unique ID of the task.
setActivityId(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCancelRequestedEventAttributes
The unique ID of the task.
setActivityId(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The unique ID of the activity task.
setActivityId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskDecisionAttributes
The activityId of the activity task to be canceled.
setActivityId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
The activityId provided in the RequestCancelActivityTask decision that failed.
setActivityId(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
The activityId of the activity task.
setActivityId(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
The activityId provided in the ScheduleActivityTask decision that failed.
setActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event.
setActivityTaskCancelRequestedEventAttributes(ActivityTaskCancelRequestedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event.
setActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event.
setActivityTaskFailedEventAttributes(ActivityTaskFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event.
setActivityTaskScheduledEventAttributes(ActivityTaskScheduledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event.
setActivityTaskStartedEventAttributes(ActivityTaskStartedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event.
setActivityTaskTimedOutEventAttributes(ActivityTaskTimedOutEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event.
setActivityType(ActivityType) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The type of this activity task.
setActivityType(ActivityType) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The type of the activity task.
setActivityType(ActivityType) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
The ActivityType type structure representing the activity type.
setActivityType(ActivityType) - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateActivityTypeRequest
The activity type to deprecate.
setActivityType(ActivityType) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeActivityTypeRequest
The activity type to get information about.
setActivityType(ActivityType) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
The type of the activity task to schedule.
setActivityType(ActivityType) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
The activity type provided in the ScheduleActivityTask decision that failed.
setActivityType(ActivityType) - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateActivityTypeRequest
The activity type to undeprecate.
setArn(String) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
The ARN of the domain.
setCancelRequested(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStatus
Set to true if cancellation of the task is requested.
setCancelRequested(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
Set to true if a cancellation is requested for this workflow execution.
setCancelTimerDecisionAttributes(CancelTimerDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the CancelTimer decision.
setCancelTimerFailedEventAttributes(CancelTimerFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event.
setCancelWorkflowExecutionDecisionAttributes(CancelWorkflowExecutionDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the CancelWorkflowExecution decision.
setCancelWorkflowExecutionFailedEventAttributes(CancelWorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event.
setCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
The cause of the failure.
setCause(CancelTimerFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
The cause of the failure.
setCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedEventAttributes
The cause of the failure.
setCause(CancelWorkflowExecutionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedEventAttributes
The cause of the failure.
setCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedEventAttributes
The cause of the failure.
setCause(CompleteWorkflowExecutionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedEventAttributes
The cause of the failure.
setCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedEventAttributes
The cause of the failure.
setCause(ContinueAsNewWorkflowExecutionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedEventAttributes
The cause of the failure.
setCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedEventAttributes
The cause of the failure.
setCause(FailWorkflowExecutionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedEventAttributes
The cause of the failure.
setCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
The cause of the failure.
setCause(RecordMarkerFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
The cause of the failure.
setCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
The cause of the failure.
setCause(RequestCancelActivityTaskFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
The cause of the failure.
setCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The cause of the failure.
setCause(RequestCancelExternalWorkflowExecutionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The cause of the failure.
setCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
The cause of the failure.
setCause(ScheduleActivityTaskFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
The cause of the failure.
setCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
The cause of the failure.
setCause(ScheduleLambdaFunctionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
The cause of the failure.
setCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The cause of the failure.
setCause(SignalExternalWorkflowExecutionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The cause of the failure.
setCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
The cause of the failure.
setCause(StartChildWorkflowExecutionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
The cause of the failure.
setCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
The cause of the failure.
setCause(StartLambdaFunctionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
The cause of the failure.
setCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
The cause of the failure.
setCause(StartTimerFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
The cause of the failure.
setCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause.
setCause(WorkflowExecutionCancelRequestedCause) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause.
setCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
If set, indicates that the workflow execution was automatically terminated, and specifies the cause.
setCause(WorkflowExecutionTerminatedCause) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
If set, indicates that the workflow execution was automatically terminated, and specifies the cause.
setChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
setChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
setChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
setChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
setChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.
setChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.
setChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
If set, specifies the policy to use for the child workflow executions of this workflow execution if it is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
setChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
If set, specifies the policy to use for the child workflow executions of this workflow execution if it is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
setChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated.
setChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated.
setChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
setChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
setChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
setChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
setChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
setChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
setChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
The policy used for the child workflow executions of this workflow execution.
setChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
The policy used for the child workflow executions of this workflow execution.
setChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
The policy used for the child workflow executions of this workflow execution.
setChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
The policy used for the child workflow executions of this workflow execution.
setChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event.
setChildWorkflowExecutionCompletedEventAttributes(ChildWorkflowExecutionCompletedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event.
setChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event.
setChildWorkflowExecutionStartedEventAttributes(ChildWorkflowExecutionStartedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event.
setChildWorkflowExecutionTerminatedEventAttributes(ChildWorkflowExecutionTerminatedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event.
setChildWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event.
setCloseStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
If the execution status is closed then this specifies how the execution was closed:
setCloseStatus(CloseStatus) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
If the execution status is closed then this specifies how the execution was closed:
setCloseStatusFilter(CloseStatusFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, only workflow executions that match this close status are counted.
setCloseStatusFilter(CloseStatusFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, only workflow executions that match this close status are listed.
setCloseTimeFilter(ExecutionTimeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, only workflow executions that meet the close time criteria of the filter are counted.
setCloseTimeFilter(ExecutionTimeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter.
setCloseTimestamp(Date) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The time when the workflow execution was closed.
setCompleteWorkflowExecutionDecisionAttributes(CompleteWorkflowExecutionDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the CompleteWorkflowExecution decision.
setCompleteWorkflowExecutionFailedEventAttributes(CompleteWorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event.
setConfiguration(ActivityTypeConfiguration) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeDetail
The configuration settings registered with the activity type.
setConfiguration(DomainConfiguration) - Method in class com.amazonaws.services.simpleworkflow.model.DomainDetail
The domain configuration.
setConfiguration(WorkflowTypeConfiguration) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeDetail
Configuration settings of the workflow type registered through RegisterWorkflowType
setContinueAsNewWorkflowExecutionDecisionAttributes(ContinueAsNewWorkflowExecutionDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the ContinueAsNewWorkflowExecution decision.
setContinueAsNewWorkflowExecutionFailedEventAttributes(ContinueAsNewWorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event.
setContinuedExecutionRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.
setControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
Data attached to the event that can be used by the decider in subsequent workflow tasks.
setControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
Data attached to the event that the decider can use in subsequent workflow tasks.
setControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes
The data attached to the event that can be used by the decider in subsequent workflow tasks.
setControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The data attached to the event that the decider can use in subsequent workflow tasks.
setControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
Data attached to the event that can be used by the decider in subsequent workflow tasks.
setControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
Data attached to the event that can be used by the decider in subsequent workflow tasks.
setControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
The data attached to the event that the decider can use in subsequent workflow tasks.
setControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
The data attached to the event that can be used by the decider in subsequent decision tasks.
setControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The data attached to the event that the decider can use in subsequent workflow tasks.
setControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
Data attached to the event that can be used by the decider in subsequent decision tasks.
setControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The data attached to the event that can be used by the decider in subsequent workflow tasks.
setControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
The data attached to the event that the decider can use in subsequent workflow tasks.
setControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
Data attached to the event that can be used by the decider in subsequent decision tasks.
setControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerDecisionAttributes
The data attached to the event that can be used by the decider in subsequent workflow tasks.
setControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
Data attached to the event that can be used by the decider in subsequent workflow tasks.
setCount(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.PendingTaskCount
The number of tasks in the task list.
setCount(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCount
The number of workflow executions.
setCreationDate(Date) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
The date and time this activity type was created through RegisterActivityType.
setCreationDate(Date) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
The date when this type was registered.
setDecisions(Collection<Decision>) - Method in class com.amazonaws.services.simpleworkflow.model.RespondDecisionTaskCompletedRequest
The list of decisions (possibly empty) made by the decider while processing this decision task.
setDecisionTaskCompletedEventAttributes(DecisionTaskCompletedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCancelRequestedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution decision for this cancellation request.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this activity task.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarker decision that requested this marker.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this Lambda task.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.TimerCanceledEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCanceledEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution decision for this cancellation request.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCompletedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution.
setDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution.
setDecisionTaskScheduledEventAttributes(DecisionTaskScheduledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event.
setDecisionTaskStartedEventAttributes(DecisionTaskStartedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event.
setDecisionTaskTimedOutEventAttributes(DecisionTaskTimedOutEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event.
setDecisionType(String) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Specifies the type of the decision.
setDecisionType(DecisionType) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Specifies the type of the decision.
setDefaultChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
setDefaultChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
setDefaultChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
setDefaultChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
setDefaultExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
If set, specifies the default maximum duration for executions of this workflow type.
setDefaultExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default maximum duration, specified when registering the workflow type, for executions of this workflow type.
setDefaultLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
The default IAM role attached to this workflow type.
setDefaultLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default IAM role attached to this workflow type.
setDefaultTaskHeartbeatTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
setDefaultTaskHeartbeatTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat.
setDefaultTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default task list specified for this activity type at registration.
setDefaultTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
If set, specifies the default task list to use for scheduling tasks of this activity type.
setDefaultTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type.
setDefaultTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type.
setDefaultTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default task priority for tasks of this activity type, specified at registration.
setDefaultTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
The default task priority to assign to the activity type.
setDefaultTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
The default task priority to assign to the workflow type.
setDefaultTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type.
setDefaultTaskScheduleToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default maximum duration, specified when registering the activity type, for tasks of this activity type.
setDefaultTaskScheduleToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
If set, specifies the default maximum duration for a task of this activity type.
setDefaultTaskScheduleToStartTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker.
setDefaultTaskScheduleToStartTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker.
setDefaultTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default maximum duration for tasks of an activity type specified when registering the activity type.
setDefaultTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
If set, specifies the default maximum duration that a worker can take to process tasks of this activity type.
setDefaultTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
If set, specifies the default maximum duration of decision tasks for this workflow type.
setDefaultTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure.
setDeprecationDate(Date) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
If DEPRECATED, the date and time DeprecateActivityType was called.
setDeprecationDate(Date) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
If the type is in deprecated state, then it is set to the date when the type was deprecated.
setDescription(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
The description of the activity type provided in RegisterActivityType.
setDescription(String) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
The description of the domain provided through RegisterDomain.
setDescription(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
A textual description of the activity type.
setDescription(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
A text description of the domain.
setDescription(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
Textual description of the workflow type.
setDescription(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
The description of the type registered through RegisterWorkflowType.
setDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
Details of the cancellation.
setDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
The details of the failure.
setDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.
setDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionDecisionAttributes
Details of the cancellation.
setDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
Details of the cancellation (if provided).
setDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The details of the failure (if provided).
setDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionDecisionAttributes
Details of the failure.
setDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
The details of the failure.
setDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
The details of the marker.
setDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.RecordActivityTaskHeartbeatRequest
If specified, contains details about the progress of the task.
setDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerDecisionAttributes
The details of the marker.
setDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCanceledRequest
Information about the cancellation.
setDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskFailedRequest
Detailed information about the failure.
setDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
Details for terminating the workflow execution.
setDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCanceledEventAttributes
The details of the cancellation.
setDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFailedEventAttributes
The details of the failure.
setDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
The details provided for the termination.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
The name of the domain containing the workflow executions to count.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
The name of the domain containing the workflow executions to count.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingActivityTasksRequest
The name of the domain that contains the task list.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingDecisionTasksRequest
The name of the domain that contains the task list.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateActivityTypeRequest
The name of the domain in which the activity type is registered.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateWorkflowTypeRequest
The name of the domain in which the workflow type is registered.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeActivityTypeRequest
The name of the domain in which the activity type is registered.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowExecutionRequest
The name of the domain containing the workflow execution.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowTypeRequest
The name of the domain in which this workflow type is registered.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
The name of the domain containing the workflow execution.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
The name of the domain in which the activity types have been registered.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
The name of the domain that contains the workflow executions to list.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
The name of the domain that contains the workflow executions to list.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
The name of the domain in which the workflow types have been registered.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.PollForActivityTaskRequest
The name of the domain that contains the task lists being polled.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
The name of the domain containing the task lists to poll.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
The name of the domain in which this activity is to be registered.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
The name of the domain in which to register the workflow type.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelWorkflowExecutionRequest
The name of the domain containing the workflow execution to cancel.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
The name of the domain containing the workflow execution to signal.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The name of the domain in which the workflow execution is created.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
The domain of the workflow execution to terminate.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateActivityTypeRequest
The name of the domain of the deprecated activity type.
setDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateWorkflowTypeRequest
The name of the domain of the deprecated workflow type.
setDomainInfo(DomainInfo) - Method in class com.amazonaws.services.simpleworkflow.model.DomainDetail
The basic information about a domain, such as its name, status, and description.
setDomainInfos(Collection<DomainInfo>) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfos
A list of DomainInfo structures.
setEndpoint(String) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
setEndpoint(String) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
The system generated ID of the event.
setEvents(Collection<HistoryEvent>) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
A paginated list of history events of the workflow execution.
setEvents(Collection<HistoryEvent>) - Method in class com.amazonaws.services.simpleworkflow.model.History
The list of history events.
setEventTimestamp(Date) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
The date and time when the event occurred.
setEventType(String) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
The type of the history event.
setEventType(EventType) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
The type of the history event.
setExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowExecutionRequest
The workflow execution to describe.
setExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
Specifies the workflow execution for which to return the history.
setExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The workflow execution this information is about.
setExecutionConfiguration(WorkflowExecutionConfiguration) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
The configuration settings for this workflow execution including timeout values, tasklist etc.
setExecutionContext(String) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes
User defined context for the workflow execution.
setExecutionContext(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondDecisionTaskCompletedRequest
User defined context to add to workflow execution.
setExecutionFilter(WorkflowExecutionFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, only workflow executions matching the WorkflowId in the filter are counted.
setExecutionFilter(WorkflowExecutionFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
If specified, only workflow executions matching the WorkflowId in the filter are counted.
setExecutionFilter(WorkflowExecutionFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
setExecutionFilter(WorkflowExecutionFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
setExecutionInfo(WorkflowExecutionInfo) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
Information about the workflow execution.
setExecutionInfos(Collection<WorkflowExecutionInfo>) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfos
The list of workflow information structures.
setExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
If set, specifies the total duration for this workflow execution.
setExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The total duration for this workflow execution.
setExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The maximum duration for the child workflow execution.
setExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The total duration for this workflow execution.
setExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The total duration for this workflow execution.
setExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The total duration allowed for the new workflow execution.
setExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The maximum duration for this workflow execution.
setExecutionStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The current status of the execution.
setExecutionStatus(ExecutionStatus) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The current status of the execution.
setExternalInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source workflow execution.
setExternalInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution.
setExternalWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
The external workflow execution for which the cancellation was requested.
setExternalWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
The workflow execution that sent the signal.
setExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event.
setExternalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event.
setFailWorkflowExecutionDecisionAttributes(FailWorkflowExecutionDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the FailWorkflowExecution decision.
setFailWorkflowExecutionFailedEventAttributes(FailWorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event.
setHeartbeatTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat.
setHeartbeatTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
If set, specifies the maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat.
setId(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
The unique ID of the Lambda task.
setId(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
A string that identifies the Lambda function execution in the event history.
setId(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
The ID provided in the ScheduleLambdaFunction decision that failed.
setIdentity(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStartedEventAttributes
Identity of the worker that was assigned this task.
setIdentity(String) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskStartedEventAttributes
Identity of the decider making the request.
setIdentity(String) - Method in class com.amazonaws.services.simpleworkflow.model.PollForActivityTaskRequest
Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history.
setIdentity(String) - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history.
setInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
setInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
setInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
setInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
setInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
setInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
setInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionCancelRequestedEventAttributes
The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution.
setInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionSignaledEventAttributes
The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal.
setInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution.
setInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal.
setInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
When the cause is WORKFLOW_ALREADY_RUNNING, initiatedEventId is the ID of the StartChildWorkflowExecutionInitiated event that corresponds to the StartChildWorkflowExecution Decision to start the workflow execution.
setInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The inputs provided when the activity task was scheduled.
setInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The input provided to the activity task.
setInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The input provided to the new workflow execution.
setInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
The input provided to the Lambda task.
setInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
The input provided to the activity task.
setInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
The optional input data to be supplied to the Lambda function.
setInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
The input data to be provided with the signal.
setInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
The input provided to the signal.
setInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.
setInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The input to be provided to the workflow execution.
setInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The inputs provided to the child workflow execution.
setInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The input for the workflow execution.
setInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The input provided to the new workflow execution.
setInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
The inputs provided with the signal.
setInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The input provided to the workflow execution.
setKey(String) - Method in class com.amazonaws.services.simpleworkflow.model.ResourceTag
The key of a tag.
setLambdaFunctionCompletedEventAttributes(LambdaFunctionCompletedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the LambdaFunctionCompleted event.
setLambdaFunctionFailedEventAttributes(LambdaFunctionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the LambdaFunctionFailed event.
setLambdaFunctionScheduledEventAttributes(LambdaFunctionScheduledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the LambdaFunctionScheduled event.
setLambdaFunctionStartedEventAttributes(LambdaFunctionStartedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the LambdaFunctionStarted event.
setLambdaFunctionTimedOutEventAttributes(LambdaFunctionTimedOutEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the LambdaFunctionTimedOut event.
setLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The IAM role to attach to the new (continued) execution.
setLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The IAM role attached to the child workflow execution.
setLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The IAM role to attach to the child workflow execution.
setLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The IAM role to attach to this workflow execution.
setLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The IAM role attached to the child workflow execution.
setLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The IAM role to attach to the new (continued) workflow execution.
setLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The IAM role attached to the workflow execution.
setLatestActivityTaskTimestamp(Date) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
The time when the last activity task was scheduled for this workflow execution.
setLatestCancelRequestedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity task.
setLatestDate(Date) - Method in class com.amazonaws.services.simpleworkflow.model.ExecutionTimeFilter
Specifies the latest start or close date and time to return.
setLatestExecutionContext(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
The latest executionContext provided by the decider for this workflow execution.
setMarkerName(String) - Method in class com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
The name of the marker.
setMarkerName(String) - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerDecisionAttributes
The name of the marker.
setMarkerName(String) - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
The marker's name.
setMarkerRecordedEventAttributes(MarkerRecordedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type MarkerRecorded then this member is set and provides detailed information about the event.
setMaximumPageSize(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
The maximum number of results that are returned per call.
setMaximumPageSize(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
The maximum number of results that are returned per call.
setMaximumPageSize(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
The maximum number of results that are returned per call.
setMaximumPageSize(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
The maximum number of results that are returned per call.
setMaximumPageSize(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
The maximum number of results that are returned per call.
setMaximumPageSize(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
The maximum number of results that are returned per call.
setMaximumPageSize(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
The maximum number of results that are returned per call.
setMessage(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
A description that can help diagnose the cause of the fault.
setName(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityType
The name of this activity.
setName(String) - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateDomainRequest
The name of the domain to deprecate.
setName(String) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeDomainRequest
The name of the domain to describe.
setName(String) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
The name of the domain.
setName(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
The name of the Lambda function.
setName(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
If specified, only lists the activity types that have this name.
setName(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
If specified, lists the workflow type with this name.
setName(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
The name of the activity type within the domain.
setName(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
Name of the domain to register.
setName(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
The name of the workflow type.
setName(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
The name, or ARN, of the Lambda function to schedule.
setName(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
The name of the Lambda function.
setName(String) - Method in class com.amazonaws.services.simpleworkflow.model.TaskList
The name of the task list.
setName(String) - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateDomainRequest
The name of the domain of the deprecated workflow type.
setName(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowType
The name of the workflow type.
setName(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeFilter
Name of the workflow type.
setNewExecutionRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The runId of the new workflow execution.
setNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfos
If a NextPageToken was returned by a previous call, there are more results available.
setNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
If a NextPageToken was returned by a previous call, there are more results available.
setNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfos
If a NextPageToken was returned by a previous call, there are more results available.
setNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
If NextPageToken is returned there are more results available.
setNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.History
If a NextPageToken was returned by a previous call, there are more results available.
setNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
If NextPageToken is returned there are more results available.
setNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If NextPageToken is returned there are more results available.
setNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
If NextPageToken is returned there are more results available.
setNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
If NextPageToken is returned there are more results available.
setNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
If NextPageToken is returned there are more results available.
setNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
If NextPageToken is returned there are more results available.
setNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfos
If a NextPageToken was returned by a previous call, there are more results available.
setNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfos
If a NextPageToken was returned by a previous call, there are more results available.
setOldestDate(Date) - Method in class com.amazonaws.services.simpleworkflow.model.ExecutionTimeFilter
Specifies the oldest start or close date and time to return.
setOpenActivityTasks(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
The count of activity tasks whose status is OPEN.
setOpenChildWorkflowExecutions(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
The count of child workflow executions whose status is OPEN.
setOpenCounts(WorkflowExecutionOpenCounts) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
The number of tasks for this workflow execution.
setOpenDecisionTasks(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
The count of decision tasks whose status is OPEN.
setOpenLambdaFunctions(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
The count of Lambda tasks whose status is OPEN.
setOpenTimers(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
The count of timers started by this workflow execution that have not fired yet.
setParent(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
setParentInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this workflow execution.
setParentWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The source workflow execution that started this workflow execution.
setPreviousStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider.
setReason(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
The reason provided for the failure.
setReason(String) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The reason for the failure (if provided).
setReason(String) - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionDecisionAttributes
A descriptive reason for the failure that may help in diagnostics.
setReason(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
The reason provided for the failure.
setReason(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskFailedRequest
Description of the error that may assist in diagnostics.
setReason(String) - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
A descriptive reason for terminating the workflow execution.
setReason(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFailedEventAttributes
The descriptive reason provided for the failure.
setReason(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
The reason provided for the termination.
setRecordMarkerDecisionAttributes(RecordMarkerDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the RecordMarker decision.
setRecordMarkerFailedEventAttributes(RecordMarkerFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event.
setRegion(Region) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
setRegion(Region) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Deprecated.
use AwsClientBuilder#setRegion(String)
setRegistrationStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
Specifies the registration status of the activity types to list.
setRegistrationStatus(RegistrationStatus) - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
Specifies the registration status of the activity types to list.
setRegistrationStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
Specifies the registration status of the domains to list.
setRegistrationStatus(RegistrationStatus) - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
Specifies the registration status of the domains to list.
setRegistrationStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
Specifies the registration status of the workflow types to list.
setRegistrationStatus(RegistrationStatus) - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
Specifies the registration status of the workflow types to list.
setRequestCancelActivityTaskDecisionAttributes(RequestCancelActivityTaskDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the RequestCancelActivityTask decision.
setRequestCancelActivityTaskFailedEventAttributes(RequestCancelActivityTaskFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event.
setRequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the RequestCancelExternalWorkflowExecution decision.
setRequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event.
setRequestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event.
setResourceArn(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) for the Amazon SWF domain.
setResourceArn(String) - Method in class com.amazonaws.services.simpleworkflow.model.TagResourceRequest
The Amazon Resource Name (ARN) for the Amazon SWF domain.
setResourceArn(String) - Method in class com.amazonaws.services.simpleworkflow.model.UntagResourceRequest
The Amazon Resource Name (ARN) for the Amazon SWF domain.
setResult(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
The results of the activity task.
setResult(String) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
The result of the child workflow execution.
setResult(String) - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionDecisionAttributes
The result of the workflow execution.
setResult(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionCompletedEventAttributes
The results of the Lambda task.
setResult(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCompletedRequest
The result of the activity task.
setResult(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCompletedEventAttributes
The result produced by the workflow execution upon successful completion.
setReverseOrder(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
When set to true, returns the events in reverse order.
setReverseOrder(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
When set to true, returns the results in reverse order.
setReverseOrder(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
When set to true, returns the results in reverse order.
setReverseOrder(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
When set to true, returns the results in reverse order.
setReverseOrder(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
When set to true, returns the results in reverse order.
setReverseOrder(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
When set to true, returns the results in reverse order.
setReverseOrder(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
When set to true, returns the events in reverse order.
setRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes
The runId of the external workflow execution to cancel.
setRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The runId of the external workflow execution.
setRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
The runId of the external workflow execution to be canceled.
setRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelWorkflowExecutionRequest
The runId of the workflow execution to cancel.
setRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.Run
The runId of a workflow execution.
setRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
The runId of the workflow execution to be signaled.
setRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The runId of the external workflow execution that the signal was being delivered to.
setRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
The runId of the external workflow execution to send the signal to.
setRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
The runId of the workflow execution to signal.
setRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
The runId of the workflow execution to terminate.
setRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecution
A system-generated unique identifier for the workflow execution.
setScheduleActivityTaskDecisionAttributes(ScheduleActivityTaskDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the ScheduleActivityTask decision.
setScheduleActivityTaskFailedEventAttributes(ScheduleActivityTaskFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event.
setScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
setScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
setScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
setScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStartedEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
setScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
setScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes
The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled.
setScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskStartedEventAttributes
The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled.
setScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled.
setScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionCompletedEventAttributes
The ID of the LambdaFunctionScheduled event that was recorded when this Lambda task was scheduled.
setScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled.
setScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionStartedEventAttributes
The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled.
setScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled.
setScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
setScheduleLambdaFunctionDecisionAttributes(ScheduleLambdaFunctionDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the ScheduleLambdaFunction decision.
setScheduleLambdaFunctionFailedEventAttributes(ScheduleLambdaFunctionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the ScheduleLambdaFunctionFailed event.
setScheduleToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The maximum amount of time for this activity task.
setScheduleToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
The maximum duration for this activity task.
setScheduleToStartTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The maximum amount of time the activity task can wait to be assigned to a worker.
setScheduleToStartTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
If set, specifies the maximum duration the activity task can wait to be assigned to a worker.
setSignalExternalWorkflowExecutionDecisionAttributes(SignalExternalWorkflowExecutionDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the SignalExternalWorkflowExecution decision.
setSignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event.
setSignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event.
setSignalName(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
The name of the signal.The target workflow execution uses the signal name and input to process the signal.
setSignalName(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
The name of the signal.
setSignalName(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
The name of the signal.
setSignalName(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
The name of the signal received.
setStartChildWorkflowExecutionDecisionAttributes(StartChildWorkflowExecutionDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the StartChildWorkflowExecution decision.
setStartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event.
setStartChildWorkflowExecutionInitiatedEventAttributes(StartChildWorkflowExecutionInitiatedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The ID of the ActivityTaskStarted event recorded in the history.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
The ID of the ActivityTaskStarted event recorded when this activity task was started.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
The ID of the ActivityTaskStarted event recorded when this activity task was started.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
The ID of the ActivityTaskStarted event recorded when this activity task was started.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
The ID of the ActivityTaskStarted event recorded when this activity task was started.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
The ID of the DecisionTaskStarted event recorded in the history.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes
The ID of the DecisionTaskStarted event recorded when this decision task was started.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
The ID of the DecisionTaskStarted event recorded when this decision task was started.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionCompletedEventAttributes
The ID of the LambdaFunctionStarted event recorded when this activity task started.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
The ID of the LambdaFunctionStarted event recorded when this activity task started.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
The ID of the ActivityTaskStarted event that was recorded when this activity task started.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.TimerCanceledEventAttributes
The ID of the TimerStarted event that was recorded when this timer was started.
setStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.TimerFiredEventAttributes
The ID of the TimerStarted event that was recorded when this timer was started.
setStartLambdaFunctionFailedEventAttributes(StartLambdaFunctionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the StartLambdaFunctionFailed event.
setStartTimeFilter(ExecutionTimeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, only workflow executions that meet the start time criteria of the filter are counted.
setStartTimeFilter(ExecutionTimeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
Specifies the start time criteria that workflow executions must meet in order to be counted.
setStartTimeFilter(ExecutionTimeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.
setStartTimeFilter(ExecutionTimeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.
setStartTimerDecisionAttributes(StartTimerDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the StartTimer decision.
setStartTimerFailedEventAttributes(StartTimerFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type StartTimerFailed then this member is set and provides detailed information about the event.
setStartTimestamp(Date) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The time when the execution was started.
setStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The maximum amount of time a worker may take to process the activity task.
setStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskScheduledEventAttributes
The maximum duration for this decision task.
setStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
The maximum amount of time a worker can take to process the Lambda task.
setStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
If set, specifies the maximum duration a worker may take to process this activity task.
setStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started.
setStartToFireTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerDecisionAttributes
The duration to wait before firing the timer.
setStartToFireTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
The duration of time after which the timer fires.
setStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
The current status of the activity type.
setStatus(RegistrationStatus) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
The current status of the activity type.
setStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.CloseStatusFilter
The close status that must match the close status of an execution for it to meet the criteria of this filter.
setStatus(CloseStatus) - Method in class com.amazonaws.services.simpleworkflow.model.CloseStatusFilter
The close status that must match the close status of an execution for it to meet the criteria of this filter.
setStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
The status of the domain:
setStatus(RegistrationStatus) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
The status of the domain:
setStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
The current status of the workflow type.
setStatus(RegistrationStatus) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
The current status of the workflow type.
setTag(String) - Method in class com.amazonaws.services.simpleworkflow.model.TagFilter
Specifies the tag that must be associated with the execution for it to meet the filter criteria.
setTagFilter(TagFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, only executions that have a tag that matches the filter are counted.
setTagFilter(TagFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
If specified, only executions that have a tag that matches the filter are counted.
setTagFilter(TagFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, only executions that have the matching tag are listed.
setTagFilter(TagFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
If specified, only executions that have the matching tag are listed.
setTagKeys(Collection<String>) - Method in class com.amazonaws.services.simpleworkflow.model.UntagResourceRequest
The list of tags to remove from the Amazon SWF domain.
setTagList(Collection<String>) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The list of tags to associate with the new workflow execution.
setTagList(Collection<String>) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The list of tags to associate with the child workflow execution.
setTagList(Collection<String>) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The list of tags to associated with the child workflow execution.
setTagList(Collection<String>) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The list of tags to associate with the workflow execution.
setTagList(Collection<String>) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The list of tags associated with the new workflow execution.
setTagList(Collection<String>) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The list of tags associated with the workflow execution.
setTagList(Collection<String>) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The list of tags associated with this workflow execution.
setTags(Collection<ResourceTag>) - Method in class com.amazonaws.services.simpleworkflow.model.ListTagsForResourceOutput
An array of tags associated with the domain.
setTags(Collection<ResourceTag>) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
Tags to be added when registering a domain.
setTags(Collection<ResourceTag>) - Method in class com.amazonaws.services.simpleworkflow.model.TagResourceRequest
The list of tags to add to a domain.
setTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The task list in which the activity task has been scheduled.
setTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The task list to use for the decisions of the new (continued) workflow execution.
setTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingActivityTasksRequest
The name of the task list.
setTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingDecisionTasksRequest
The name of the task list.
setTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskScheduledEventAttributes
The name of the task list in which the decision task was scheduled.
setTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.PollForActivityTaskRequest
Specifies the task list to poll for activity tasks.
setTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
Specifies the task list to poll for decision tasks.
setTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
If set, specifies the name of the task list in which to schedule the activity task.
setTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The name of the task list to be used for decision tasks of the child workflow execution.
setTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The name of the task list used for the decision tasks of the child workflow execution.
setTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The task list to use for the decision tasks generated for this workflow execution.
setTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The task list used for the decision tasks generated for this workflow execution.
setTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The task list to use for the decisions of the new (continued) workflow execution.
setTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The name of the task list for scheduling the decision tasks for this workflow execution.
setTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The priority to assign to the scheduled activity task.
setTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The task priority that, if set, specifies the priority for the decision tasks for this workflow execution.
setTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskScheduledEventAttributes
A task priority that, if set, specifies the priority for this decision task.
setTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
If set, specifies the priority with which the activity task is to be assigned to a worker.
setTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
A task priority that, if set, specifies the priority for a decision task of this workflow execution.
setTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The priority assigned for the decision tasks for this workflow execution.
setTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The task priority to use for this workflow execution.
setTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The priority assigned to decision tasks for this workflow execution.
setTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The priority of the task to use for the decisions of the new (continued) workflow execution.
setTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The priority of the decision tasks in the workflow execution.
setTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
Specifies the maximum duration of decision tasks for the new workflow execution.
setTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
Specifies the maximum duration of decision tasks for this workflow execution.
setTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The maximum duration allowed for the decision tasks for this workflow execution.
setTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
Specifies the maximum duration of decision tasks for this workflow execution.
setTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The maximum duration allowed for decision tasks for this workflow execution.
setTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The maximum duration of decision tasks for the new workflow execution.
setTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The maximum duration of decision tasks for this workflow type.
setTaskToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The opaque string used as a handle on the task.
setTaskToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
The opaque string used as a handle on the task.
setTaskToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.RecordActivityTaskHeartbeatRequest
The taskToken of the ActivityTask.
setTaskToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCanceledRequest
The taskToken of the ActivityTask.
setTaskToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCompletedRequest
The taskToken of the ActivityTask.
setTaskToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskFailedRequest
The taskToken of the ActivityTask.
setTaskToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondDecisionTaskCompletedRequest
The taskToken from the DecisionTask.
setTimeoutType(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
The type of the timeout that caused this event.
setTimeoutType(ActivityTaskTimeoutType) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
The type of the timeout that caused this event.
setTimeoutType(String) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
The type of the timeout that caused the child workflow execution to time out.
setTimeoutType(WorkflowExecutionTimeoutType) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
The type of the timeout that caused the child workflow execution to time out.
setTimeoutType(String) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
The type of timeout that expired before the decision task could be completed.
setTimeoutType(DecisionTaskTimeoutType) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
The type of timeout that expired before the decision task could be completed.
setTimeoutType(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
The type of the timeout that caused this event.
setTimeoutType(LambdaFunctionTimeoutType) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
The type of the timeout that caused this event.
setTimeoutType(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
The type of timeout that caused this event.
setTimeoutType(WorkflowExecutionTimeoutType) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
The type of timeout that caused this event.
setTimerCanceledEventAttributes(TimerCanceledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type TimerCanceled then this member is set and provides detailed information about the event.
setTimerFiredEventAttributes(TimerFiredEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type TimerFired then this member is set and provides detailed information about the event.
setTimerId(String) - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerDecisionAttributes
The unique ID of the timer to cancel.
setTimerId(String) - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
The timerId provided in the CancelTimer decision that failed.
setTimerId(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerDecisionAttributes
The unique ID of the timer.
setTimerId(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
The timerId provided in the StartTimer decision that failed.
setTimerId(String) - Method in class com.amazonaws.services.simpleworkflow.model.TimerCanceledEventAttributes
The unique ID of the timer that was canceled.
setTimerId(String) - Method in class com.amazonaws.services.simpleworkflow.model.TimerFiredEventAttributes
The unique ID of the timer that fired.
setTimerId(String) - Method in class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
The unique ID of the timer that was started.
setTimerStartedEventAttributes(TimerStartedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type TimerStarted then this member is set and provides detailed information about the event.
setTruncated(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.PendingTaskCount
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
setTruncated(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCount
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
setTypeFilter(WorkflowTypeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, indicates the type of the workflow executions to be counted.
setTypeFilter(WorkflowTypeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
Specifies the type of the workflow executions to be counted.
setTypeFilter(WorkflowTypeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, only executions of the type specified in the filter are returned.
setTypeFilter(WorkflowTypeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
If specified, only executions of the type specified in the filter are returned.
setTypeInfo(ActivityTypeInfo) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeDetail
General information about the activity type.
setTypeInfo(WorkflowTypeInfo) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeDetail
General information about the workflow type.
setTypeInfos(Collection<ActivityTypeInfo>) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfos
List of activity type information.
setTypeInfos(Collection<WorkflowTypeInfo>) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfos
The list of workflow type information.
setValue(String) - Method in class com.amazonaws.services.simpleworkflow.model.ResourceTag
The value of a tag.
setVersion(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityType
The version of this activity.
setVersion(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
The version of the activity type.
setVersion(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
The version of the workflow type.
setVersion(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowType
The version of the workflow type.
setVersion(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeFilter
Version of the workflow type.
setWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The workflow execution that started this activity task.
setWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
The child workflow execution that was canceled.
setWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
The child workflow execution that was completed.
setWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The child workflow execution that failed.
setWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes
The child workflow execution that was started.
setWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
The child workflow execution that was terminated.
setWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
The child workflow execution that timed out.
setWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
The workflow execution for which this decision task was created.
setWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionCancelRequestedEventAttributes
The external workflow execution to which the cancellation request was delivered.
setWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionSignaledEventAttributes
The external workflow execution that the signal was delivered to.
setWorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event.
setWorkflowExecutionCancelRequestedEventAttributes(WorkflowExecutionCancelRequestedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event.
setWorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event.
setWorkflowExecutionContinuedAsNewEventAttributes(WorkflowExecutionContinuedAsNewEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event.
setWorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event.
setWorkflowExecutionRetentionPeriodInDays(String) - Method in class com.amazonaws.services.simpleworkflow.model.DomainConfiguration
The retention period for workflow executions in this domain.
setWorkflowExecutionRetentionPeriodInDays(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
The duration (in days) that records and histories of workflow executions on the domain should be kept by the service.
setWorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event.
setWorkflowExecutionStartedEventAttributes(WorkflowExecutionStartedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event.
setWorkflowExecutionTerminatedEventAttributes(WorkflowExecutionTerminatedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event.
setWorkflowExecutionTimedOutEventAttributes(WorkflowExecutionTimedOutEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event.
setWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes
The workflowId of the external workflow execution to cancel.
setWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The workflowId of the external workflow to which the cancel request was to be delivered.
setWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
The workflowId of the external workflow execution to be canceled.
setWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelWorkflowExecutionRequest
The workflowId of the workflow execution to cancel.
setWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
The workflowId of the workflow execution to be signaled.
setWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The workflowId of the external workflow execution that the signal was being delivered to.
setWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
The workflowId of the external workflow execution.
setWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
The workflowId of the workflow execution to signal.
setWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The workflowId of the workflow execution.
setWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
The workflowId of the child workflow execution.
setWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The workflowId of the child workflow execution.
setWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The user defined identifier associated with the workflow execution.
setWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
The workflowId of the workflow execution to terminate.
setWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecution
The user defined identifier associated with the workflow execution.
setWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFilter
The workflowId to pass of match the criteria of this filter.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
The type of the child workflow execution.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
The type of the child workflow execution.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The type of the child workflow execution.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes
The type of the child workflow execution.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
The type of the child workflow execution.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
The type of the child workflow execution.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
The type of the workflow execution for which this decision task was created.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateWorkflowTypeRequest
The workflow type to deprecate.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowTypeRequest
The workflow type to describe.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The type of the workflow execution to be started.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
The workflow type provided in the StartChildWorkflowExecution Decision that failed.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The type of the child workflow execution.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The type of the workflow to start.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateWorkflowTypeRequest
The name of the domain of the deprecated workflow type.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The workflow type of this execution.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The type of the workflow execution.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The workflow type of this execution.
setWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
The workflow type this information is about.
setWorkflowTypeVersion(String) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The version of the workflow to start.
shutdown() - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
shutdown() - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
 
SignalExternalWorkflowExecutionDecisionAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the SignalExternalWorkflowExecution decision.
SignalExternalWorkflowExecutionDecisionAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
 
SignalExternalWorkflowExecutionFailedCause - Enum in com.amazonaws.services.simpleworkflow.model
 
SignalExternalWorkflowExecutionFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the SignalExternalWorkflowExecutionFailed event.
SignalExternalWorkflowExecutionFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
 
SignalExternalWorkflowExecutionInitiatedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the SignalExternalWorkflowExecutionInitiated event.
SignalExternalWorkflowExecutionInitiatedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
 
signalWorkflowExecution(SignalWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
signalWorkflowExecution(SignalWorkflowExecutionRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Records a WorkflowExecutionSignaled event in the workflow execution history and creates a decision task for the workflow execution identified by the given domain, workflowId and runId.
signalWorkflowExecution(SignalWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Records a WorkflowExecutionSignaled event in the workflow execution history and creates a decision task for the workflow execution identified by the given domain, workflowId and runId.
signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest, AsyncHandler<SignalWorkflowExecutionRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Records a WorkflowExecutionSignaled event in the workflow execution history and creates a decision task for the workflow execution identified by the given domain, workflowId and runId.
signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest, AsyncHandler<SignalWorkflowExecutionRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Records a WorkflowExecutionSignaled event in the workflow execution history and creates a decision task for the workflow execution identified by the given domain, workflowId and runId.
signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest, AsyncHandler<SignalWorkflowExecutionRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
SignalWorkflowExecutionRequest - Class in com.amazonaws.services.simpleworkflow.model
 
SignalWorkflowExecutionRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
 
standard() - Static method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClientBuilder
 
StartChildWorkflowExecutionDecisionAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the StartChildWorkflowExecution decision.
StartChildWorkflowExecutionDecisionAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
 
StartChildWorkflowExecutionFailedCause - Enum in com.amazonaws.services.simpleworkflow.model
 
StartChildWorkflowExecutionFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the StartChildWorkflowExecutionFailed event.
StartChildWorkflowExecutionFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
 
StartChildWorkflowExecutionInitiatedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the StartChildWorkflowExecutionInitiated event.
StartChildWorkflowExecutionInitiatedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
 
StartLambdaFunctionFailedCause - Enum in com.amazonaws.services.simpleworkflow.model
 
StartLambdaFunctionFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the StartLambdaFunctionFailed event.
StartLambdaFunctionFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
 
StartTimerDecisionAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the StartTimer decision.
StartTimerDecisionAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.StartTimerDecisionAttributes
 
StartTimerFailedCause - Enum in com.amazonaws.services.simpleworkflow.model
 
StartTimerFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the StartTimerFailed event.
StartTimerFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
 
startWorkflowExecution(StartWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
startWorkflowExecution(StartWorkflowExecutionRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Starts an execution of the workflow type in the specified domain using the provided workflowId and input data.
startWorkflowExecution(StartWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Starts an execution of the workflow type in the specified domain using the provided workflowId and input data.
startWorkflowExecutionAsync(StartWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
startWorkflowExecutionAsync(StartWorkflowExecutionRequest, AsyncHandler<StartWorkflowExecutionRequest, Run>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
startWorkflowExecutionAsync(StartWorkflowExecutionRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Starts an execution of the workflow type in the specified domain using the provided workflowId and input data.
startWorkflowExecutionAsync(StartWorkflowExecutionRequest, AsyncHandler<StartWorkflowExecutionRequest, Run>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Starts an execution of the workflow type in the specified domain using the provided workflowId and input data.
startWorkflowExecutionAsync(StartWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
startWorkflowExecutionAsync(StartWorkflowExecutionRequest, AsyncHandler<StartWorkflowExecutionRequest, Run>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
StartWorkflowExecutionRequest - Class in com.amazonaws.services.simpleworkflow.model
 
StartWorkflowExecutionRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
 
SwfActions - Enum in com.amazonaws.auth.policy.actions
The available AWS access control policy actions for Amazon SWF.

T

TagFilter - Class in com.amazonaws.services.simpleworkflow.model
Used to filter the workflow executions in visibility APIs based on a tag.
TagFilter() - Constructor for class com.amazonaws.services.simpleworkflow.model.TagFilter
 
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Add a tag to a Amazon SWF domain.
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Add a tag to a Amazon SWF domain.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Add a tag to a Amazon SWF domain.
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Add a tag to a Amazon SWF domain.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
TagResourceRequest - Class in com.amazonaws.services.simpleworkflow.model
 
TagResourceRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.TagResourceRequest
 
TaskList - Class in com.amazonaws.services.simpleworkflow.model
Represents a task list.
TaskList() - Constructor for class com.amazonaws.services.simpleworkflow.model.TaskList
 
terminateWorkflowExecution(TerminateWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
terminateWorkflowExecution(TerminateWorkflowExecutionRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Records a WorkflowExecutionTerminated event and forces closure of the workflow execution identified by the given domain, runId, and workflowId.
terminateWorkflowExecution(TerminateWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Records a WorkflowExecutionTerminated event and forces closure of the workflow execution identified by the given domain, runId, and workflowId.
terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest, AsyncHandler<TerminateWorkflowExecutionRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Records a WorkflowExecutionTerminated event and forces closure of the workflow execution identified by the given domain, runId, and workflowId.
terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest, AsyncHandler<TerminateWorkflowExecutionRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Records a WorkflowExecutionTerminated event and forces closure of the workflow execution identified by the given domain, runId, and workflowId.
terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest, AsyncHandler<TerminateWorkflowExecutionRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
TerminateWorkflowExecutionRequest - Class in com.amazonaws.services.simpleworkflow.model
 
TerminateWorkflowExecutionRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
 
TimerCanceledEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the TimerCanceled event.
TimerCanceledEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.TimerCanceledEventAttributes
 
TimerFiredEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the TimerFired event.
TimerFiredEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.TimerFiredEventAttributes
 
TimerStartedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the TimerStarted event.
TimerStartedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
 
TooManyTagsException - Exception in com.amazonaws.services.simpleworkflow.model
You've exceeded the number of tags allowed for a domain.
TooManyTagsException(String) - Constructor for exception com.amazonaws.services.simpleworkflow.model.TooManyTagsException
Constructs a new TooManyTagsException with the specified error message.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCancelRequestedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStartedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStatus
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.ActivityTaskTimeoutType
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityType
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeDetail
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfos
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerDecisionAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.CancelTimerFailedCause
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionDecisionAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedCause
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedEventAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.ChildPolicy
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.CloseStatus
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.CloseStatusFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionDecisionAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedCause
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedCause
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingActivityTasksRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingDecisionTasksRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskScheduledEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskStartedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.DecisionTaskTimeoutType
 
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.DecisionType
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateActivityTypeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateDomainRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateWorkflowTypeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeActivityTypeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeDomainRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowExecutionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowTypeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.DomainConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.DomainDetail
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfos
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.EventType
 
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.ExecutionStatus
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ExecutionTimeFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionCancelRequestedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionSignaledEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionDecisionAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedCause
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.History
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionCompletedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionStartedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimeoutType
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ListTagsForResourceOutput
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ListTagsForResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.PendingTaskCount
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.PollForActivityTaskRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.RecordActivityTaskHeartbeatRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerDecisionAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedCause
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.RegistrationStatus
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskDecisionAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedCause
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedCause
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelWorkflowExecutionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ResourceTag
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCanceledRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCompletedRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskFailedRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.RespondDecisionTaskCompletedRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.Run
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedCause
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedCause
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedCause
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedCause
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedCause
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerDecisionAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.StartTimerFailedCause
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.TagFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.TagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.TaskList
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.TimerCanceledEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.TimerFiredEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateActivityTypeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateDomainRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateWorkflowTypeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.UntagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecution
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCanceledEventAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedCause
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCompletedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCount
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFailedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfos
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedCause
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimeoutType
 
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowType
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeDetail
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfos
Returns a string representation of this object.
TypeAlreadyExistsException - Exception in com.amazonaws.services.simpleworkflow.model
Returned if the type already exists in the specified domain.
TypeAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.simpleworkflow.model.TypeAlreadyExistsException
Constructs a new TypeAlreadyExistsException with the specified error message.
TypeDeprecatedException - Exception in com.amazonaws.services.simpleworkflow.model
Returned when the specified activity or workflow type was already deprecated.
TypeDeprecatedException(String) - Constructor for exception com.amazonaws.services.simpleworkflow.model.TypeDeprecatedException
Constructs a new TypeDeprecatedException with the specified error message.

U

undeprecateActivityType(UndeprecateActivityTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
undeprecateActivityType(UndeprecateActivityTypeRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Undeprecates a previously deprecated activity type.
undeprecateActivityType(UndeprecateActivityTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Undeprecates a previously deprecated activity type.
undeprecateActivityTypeAsync(UndeprecateActivityTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
undeprecateActivityTypeAsync(UndeprecateActivityTypeRequest, AsyncHandler<UndeprecateActivityTypeRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
undeprecateActivityTypeAsync(UndeprecateActivityTypeRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Undeprecates a previously deprecated activity type.
undeprecateActivityTypeAsync(UndeprecateActivityTypeRequest, AsyncHandler<UndeprecateActivityTypeRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Undeprecates a previously deprecated activity type.
undeprecateActivityTypeAsync(UndeprecateActivityTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
undeprecateActivityTypeAsync(UndeprecateActivityTypeRequest, AsyncHandler<UndeprecateActivityTypeRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
UndeprecateActivityTypeRequest - Class in com.amazonaws.services.simpleworkflow.model
 
UndeprecateActivityTypeRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.UndeprecateActivityTypeRequest
 
undeprecateDomain(UndeprecateDomainRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
undeprecateDomain(UndeprecateDomainRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Undeprecates a previously deprecated domain.
undeprecateDomain(UndeprecateDomainRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Undeprecates a previously deprecated domain.
undeprecateDomainAsync(UndeprecateDomainRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
undeprecateDomainAsync(UndeprecateDomainRequest, AsyncHandler<UndeprecateDomainRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
undeprecateDomainAsync(UndeprecateDomainRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Undeprecates a previously deprecated domain.
undeprecateDomainAsync(UndeprecateDomainRequest, AsyncHandler<UndeprecateDomainRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Undeprecates a previously deprecated domain.
undeprecateDomainAsync(UndeprecateDomainRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
undeprecateDomainAsync(UndeprecateDomainRequest, AsyncHandler<UndeprecateDomainRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
UndeprecateDomainRequest - Class in com.amazonaws.services.simpleworkflow.model
 
UndeprecateDomainRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.UndeprecateDomainRequest
 
undeprecateWorkflowType(UndeprecateWorkflowTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
undeprecateWorkflowType(UndeprecateWorkflowTypeRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Undeprecates a previously deprecated workflow type.
undeprecateWorkflowType(UndeprecateWorkflowTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Undeprecates a previously deprecated workflow type.
undeprecateWorkflowTypeAsync(UndeprecateWorkflowTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
undeprecateWorkflowTypeAsync(UndeprecateWorkflowTypeRequest, AsyncHandler<UndeprecateWorkflowTypeRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
undeprecateWorkflowTypeAsync(UndeprecateWorkflowTypeRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Undeprecates a previously deprecated workflow type.
undeprecateWorkflowTypeAsync(UndeprecateWorkflowTypeRequest, AsyncHandler<UndeprecateWorkflowTypeRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Undeprecates a previously deprecated workflow type.
undeprecateWorkflowTypeAsync(UndeprecateWorkflowTypeRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
undeprecateWorkflowTypeAsync(UndeprecateWorkflowTypeRequest, AsyncHandler<UndeprecateWorkflowTypeRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
UndeprecateWorkflowTypeRequest - Class in com.amazonaws.services.simpleworkflow.model
 
UndeprecateWorkflowTypeRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.UndeprecateWorkflowTypeRequest
 
UnknownResourceException - Exception in com.amazonaws.services.simpleworkflow.model
Returned when the named resource cannot be found with in the scope of this operation (region or domain).
UnknownResourceException(String) - Constructor for exception com.amazonaws.services.simpleworkflow.model.UnknownResourceException
Constructs a new UnknownResourceException with the specified error message.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflow
 
untagResource(UntagResourceRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflow
Remove a tag from a Amazon SWF domain.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient
Remove a tag from a Amazon SWF domain.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AbstractAmazonSimpleWorkflowAsync
 
untagResourceAsync(UntagResourceRequest) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Remove a tag from a Amazon SWF domain.
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, Void>) - Method in interface com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsync
Remove a tag from a Amazon SWF domain.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, Void>) - Method in class com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowAsyncClient
 
UntagResourceRequest - Class in com.amazonaws.services.simpleworkflow.model
 
UntagResourceRequest() - Constructor for class com.amazonaws.services.simpleworkflow.model.UntagResourceRequest
 

V

valueOf(String) - Static method in enum com.amazonaws.auth.policy.actions.SwfActions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.ActivityTaskTimeoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.CancelTimerFailedCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.ChildPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.CloseStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.DecisionTaskTimeoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.DecisionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.ExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimeoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.PredefinedDuration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.RegistrationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.StartTimerFailedCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimeoutType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.auth.policy.actions.SwfActions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.ActivityTaskTimeoutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.CancelTimerFailedCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.ChildPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.CloseStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.DecisionTaskTimeoutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.DecisionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.ExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimeoutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.PredefinedDuration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.RegistrationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.StartTimerFailedCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimeoutType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withActivityId(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The unique ID of the task.
withActivityId(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCancelRequestedEventAttributes
The unique ID of the task.
withActivityId(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The unique ID of the activity task.
withActivityId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskDecisionAttributes
The activityId of the activity task to be canceled.
withActivityId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
The activityId provided in the RequestCancelActivityTask decision that failed.
withActivityId(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
The activityId of the activity task.
withActivityId(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
The activityId provided in the ScheduleActivityTask decision that failed.
withActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event.
withActivityTaskCancelRequestedEventAttributes(ActivityTaskCancelRequestedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event.
withActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event.
withActivityTaskFailedEventAttributes(ActivityTaskFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event.
withActivityTaskScheduledEventAttributes(ActivityTaskScheduledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event.
withActivityTaskStartedEventAttributes(ActivityTaskStartedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event.
withActivityTaskTimedOutEventAttributes(ActivityTaskTimedOutEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event.
withActivityType(ActivityType) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The type of this activity task.
withActivityType(ActivityType) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The type of the activity task.
withActivityType(ActivityType) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
The ActivityType type structure representing the activity type.
withActivityType(ActivityType) - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateActivityTypeRequest
The activity type to deprecate.
withActivityType(ActivityType) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeActivityTypeRequest
The activity type to get information about.
withActivityType(ActivityType) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
The type of the activity task to schedule.
withActivityType(ActivityType) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
The activity type provided in the ScheduleActivityTask decision that failed.
withActivityType(ActivityType) - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateActivityTypeRequest
The activity type to undeprecate.
withArn(String) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
The ARN of the domain.
withCancelRequested(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStatus
Set to true if cancellation of the task is requested.
withCancelRequested(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
Set to true if a cancellation is requested for this workflow execution.
withCancelTimerDecisionAttributes(CancelTimerDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the CancelTimer decision.
withCancelTimerFailedEventAttributes(CancelTimerFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event.
withCancelWorkflowExecutionDecisionAttributes(CancelWorkflowExecutionDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the CancelWorkflowExecution decision.
withCancelWorkflowExecutionFailedEventAttributes(CancelWorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event.
withCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
The cause of the failure.
withCause(CancelTimerFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
The cause of the failure.
withCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedEventAttributes
The cause of the failure.
withCause(CancelWorkflowExecutionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedEventAttributes
The cause of the failure.
withCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedEventAttributes
The cause of the failure.
withCause(CompleteWorkflowExecutionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedEventAttributes
The cause of the failure.
withCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedEventAttributes
The cause of the failure.
withCause(ContinueAsNewWorkflowExecutionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedEventAttributes
The cause of the failure.
withCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedEventAttributes
The cause of the failure.
withCause(FailWorkflowExecutionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedEventAttributes
The cause of the failure.
withCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
The cause of the failure.
withCause(RecordMarkerFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
The cause of the failure.
withCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
The cause of the failure.
withCause(RequestCancelActivityTaskFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
The cause of the failure.
withCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The cause of the failure.
withCause(RequestCancelExternalWorkflowExecutionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The cause of the failure.
withCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
The cause of the failure.
withCause(ScheduleActivityTaskFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
The cause of the failure.
withCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
The cause of the failure.
withCause(ScheduleLambdaFunctionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
The cause of the failure.
withCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The cause of the failure.
withCause(SignalExternalWorkflowExecutionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The cause of the failure.
withCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
The cause of the failure.
withCause(StartChildWorkflowExecutionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
The cause of the failure.
withCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
The cause of the failure.
withCause(StartLambdaFunctionFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
The cause of the failure.
withCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
The cause of the failure.
withCause(StartTimerFailedCause) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
The cause of the failure.
withCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause.
withCause(WorkflowExecutionCancelRequestedCause) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause.
withCause(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
If set, indicates that the workflow execution was automatically terminated, and specifies the cause.
withCause(WorkflowExecutionTerminatedCause) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
If set, indicates that the workflow execution was automatically terminated, and specifies the cause.
withChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
withChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
withChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
withChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
withChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.
withChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.
withChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
If set, specifies the policy to use for the child workflow executions of this workflow execution if it is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
withChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
If set, specifies the policy to use for the child workflow executions of this workflow execution if it is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
withChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated.
withChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated.
withChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
withChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
withChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
withChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
withChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
withChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
withChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
The policy used for the child workflow executions of this workflow execution.
withChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
The policy used for the child workflow executions of this workflow execution.
withChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
The policy used for the child workflow executions of this workflow execution.
withChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
The policy used for the child workflow executions of this workflow execution.
withChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event.
withChildWorkflowExecutionCompletedEventAttributes(ChildWorkflowExecutionCompletedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event.
withChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event.
withChildWorkflowExecutionStartedEventAttributes(ChildWorkflowExecutionStartedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event.
withChildWorkflowExecutionTerminatedEventAttributes(ChildWorkflowExecutionTerminatedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event.
withChildWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event.
withCloseStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
If the execution status is closed then this specifies how the execution was closed:
withCloseStatus(CloseStatus) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
If the execution status is closed then this specifies how the execution was closed:
withCloseStatusFilter(CloseStatusFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, only workflow executions that match this close status are counted.
withCloseStatusFilter(CloseStatusFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, only workflow executions that match this close status are listed.
withCloseTimeFilter(ExecutionTimeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, only workflow executions that meet the close time criteria of the filter are counted.
withCloseTimeFilter(ExecutionTimeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter.
withCloseTimestamp(Date) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The time when the workflow execution was closed.
withCompleteWorkflowExecutionDecisionAttributes(CompleteWorkflowExecutionDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the CompleteWorkflowExecution decision.
withCompleteWorkflowExecutionFailedEventAttributes(CompleteWorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event.
withConfiguration(ActivityTypeConfiguration) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeDetail
The configuration settings registered with the activity type.
withConfiguration(DomainConfiguration) - Method in class com.amazonaws.services.simpleworkflow.model.DomainDetail
The domain configuration.
withConfiguration(WorkflowTypeConfiguration) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeDetail
Configuration settings of the workflow type registered through RegisterWorkflowType
withContinueAsNewWorkflowExecutionDecisionAttributes(ContinueAsNewWorkflowExecutionDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the ContinueAsNewWorkflowExecution decision.
withContinueAsNewWorkflowExecutionFailedEventAttributes(ContinueAsNewWorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event.
withContinuedExecutionRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.
withControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
Data attached to the event that can be used by the decider in subsequent workflow tasks.
withControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
Data attached to the event that the decider can use in subsequent workflow tasks.
withControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes
The data attached to the event that can be used by the decider in subsequent workflow tasks.
withControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The data attached to the event that the decider can use in subsequent workflow tasks.
withControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
Data attached to the event that can be used by the decider in subsequent workflow tasks.
withControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
Data attached to the event that can be used by the decider in subsequent workflow tasks.
withControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
The data attached to the event that the decider can use in subsequent workflow tasks.
withControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
The data attached to the event that can be used by the decider in subsequent decision tasks.
withControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The data attached to the event that the decider can use in subsequent workflow tasks.
withControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
Data attached to the event that can be used by the decider in subsequent decision tasks.
withControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The data attached to the event that can be used by the decider in subsequent workflow tasks.
withControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
The data attached to the event that the decider can use in subsequent workflow tasks.
withControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
Data attached to the event that can be used by the decider in subsequent decision tasks.
withControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerDecisionAttributes
The data attached to the event that can be used by the decider in subsequent workflow tasks.
withControl(String) - Method in class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
Data attached to the event that can be used by the decider in subsequent workflow tasks.
withCount(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.PendingTaskCount
The number of tasks in the task list.
withCount(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCount
The number of workflow executions.
withCreationDate(Date) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
The date and time this activity type was created through RegisterActivityType.
withCreationDate(Date) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
The date when this type was registered.
withDecisions(Decision...) - Method in class com.amazonaws.services.simpleworkflow.model.RespondDecisionTaskCompletedRequest
The list of decisions (possibly empty) made by the decider while processing this decision task.
withDecisions(Collection<Decision>) - Method in class com.amazonaws.services.simpleworkflow.model.RespondDecisionTaskCompletedRequest
The list of decisions (possibly empty) made by the decider while processing this decision task.
withDecisionTaskCompletedEventAttributes(DecisionTaskCompletedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCancelRequestedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution decision for this cancellation request.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this activity task.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarker decision that requested this marker.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this Lambda task.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.TimerCanceledEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCanceledEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution decision for this cancellation request.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCompletedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution.
withDecisionTaskCompletedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFailedEventAttributes
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution.
withDecisionTaskScheduledEventAttributes(DecisionTaskScheduledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event.
withDecisionTaskStartedEventAttributes(DecisionTaskStartedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event.
withDecisionTaskTimedOutEventAttributes(DecisionTaskTimedOutEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event.
withDecisionType(String) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Specifies the type of the decision.
withDecisionType(DecisionType) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Specifies the type of the decision.
withDefaultChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
withDefaultChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
withDefaultChildPolicy(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
withDefaultChildPolicy(ChildPolicy) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
withDefaultExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
If set, specifies the default maximum duration for executions of this workflow type.
withDefaultExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default maximum duration, specified when registering the workflow type, for executions of this workflow type.
withDefaultLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
The default IAM role attached to this workflow type.
withDefaultLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default IAM role attached to this workflow type.
withDefaultTaskHeartbeatTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
withDefaultTaskHeartbeatTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat.
withDefaultTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default task list specified for this activity type at registration.
withDefaultTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
If set, specifies the default task list to use for scheduling tasks of this activity type.
withDefaultTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type.
withDefaultTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type.
withDefaultTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default task priority for tasks of this activity type, specified at registration.
withDefaultTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
The default task priority to assign to the activity type.
withDefaultTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
The default task priority to assign to the workflow type.
withDefaultTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type.
withDefaultTaskScheduleToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default maximum duration, specified when registering the activity type, for tasks of this activity type.
withDefaultTaskScheduleToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
If set, specifies the default maximum duration for a task of this activity type.
withDefaultTaskScheduleToStartTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker.
withDefaultTaskScheduleToStartTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker.
withDefaultTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeConfiguration
The default maximum duration for tasks of an activity type specified when registering the activity type.
withDefaultTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
If set, specifies the default maximum duration that a worker can take to process tasks of this activity type.
withDefaultTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
If set, specifies the default maximum duration of decision tasks for this workflow type.
withDefaultTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure.
withDeprecationDate(Date) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
If DEPRECATED, the date and time DeprecateActivityType was called.
withDeprecationDate(Date) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
If the type is in deprecated state, then it is set to the date when the type was deprecated.
withDescription(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
The description of the activity type provided in RegisterActivityType.
withDescription(String) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
The description of the domain provided through RegisterDomain.
withDescription(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
A textual description of the activity type.
withDescription(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
A text description of the domain.
withDescription(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
Textual description of the workflow type.
withDescription(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
The description of the type registered through RegisterWorkflowType.
withDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
Details of the cancellation.
withDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
The details of the failure.
withDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.
withDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionDecisionAttributes
Details of the cancellation.
withDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
Details of the cancellation (if provided).
withDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The details of the failure (if provided).
withDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionDecisionAttributes
Details of the failure.
withDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
The details of the failure.
withDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
The details of the marker.
withDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.RecordActivityTaskHeartbeatRequest
If specified, contains details about the progress of the task.
withDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerDecisionAttributes
The details of the marker.
withDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCanceledRequest
Information about the cancellation.
withDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskFailedRequest
Detailed information about the failure.
withDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
Details for terminating the workflow execution.
withDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCanceledEventAttributes
The details of the cancellation.
withDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFailedEventAttributes
The details of the failure.
withDetails(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
The details provided for the termination.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
The name of the domain containing the workflow executions to count.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
The name of the domain containing the workflow executions to count.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingActivityTasksRequest
The name of the domain that contains the task list.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingDecisionTasksRequest
The name of the domain that contains the task list.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateActivityTypeRequest
The name of the domain in which the activity type is registered.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateWorkflowTypeRequest
The name of the domain in which the workflow type is registered.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeActivityTypeRequest
The name of the domain in which the activity type is registered.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowExecutionRequest
The name of the domain containing the workflow execution.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowTypeRequest
The name of the domain in which this workflow type is registered.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
The name of the domain containing the workflow execution.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
The name of the domain in which the activity types have been registered.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
The name of the domain that contains the workflow executions to list.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
The name of the domain that contains the workflow executions to list.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
The name of the domain in which the workflow types have been registered.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.PollForActivityTaskRequest
The name of the domain that contains the task lists being polled.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
The name of the domain containing the task lists to poll.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
The name of the domain in which this activity is to be registered.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
The name of the domain in which to register the workflow type.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelWorkflowExecutionRequest
The name of the domain containing the workflow execution to cancel.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
The name of the domain containing the workflow execution to signal.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The name of the domain in which the workflow execution is created.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
The domain of the workflow execution to terminate.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateActivityTypeRequest
The name of the domain of the deprecated activity type.
withDomain(String) - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateWorkflowTypeRequest
The name of the domain of the deprecated workflow type.
withDomainInfo(DomainInfo) - Method in class com.amazonaws.services.simpleworkflow.model.DomainDetail
The basic information about a domain, such as its name, status, and description.
withDomainInfos(DomainInfo...) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfos
A list of DomainInfo structures.
withDomainInfos(Collection<DomainInfo>) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfos
A list of DomainInfo structures.
withEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
The system generated ID of the event.
withEvents(HistoryEvent...) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
A paginated list of history events of the workflow execution.
withEvents(Collection<HistoryEvent>) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
A paginated list of history events of the workflow execution.
withEvents(HistoryEvent...) - Method in class com.amazonaws.services.simpleworkflow.model.History
The list of history events.
withEvents(Collection<HistoryEvent>) - Method in class com.amazonaws.services.simpleworkflow.model.History
The list of history events.
withEventTimestamp(Date) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
The date and time when the event occurred.
withEventType(String) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
The type of the history event.
withEventType(EventType) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
The type of the history event.
withExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowExecutionRequest
The workflow execution to describe.
withExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
Specifies the workflow execution for which to return the history.
withExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The workflow execution this information is about.
withExecutionConfiguration(WorkflowExecutionConfiguration) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
The configuration settings for this workflow execution including timeout values, tasklist etc.
withExecutionContext(String) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes
User defined context for the workflow execution.
withExecutionContext(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondDecisionTaskCompletedRequest
User defined context to add to workflow execution.
withExecutionFilter(WorkflowExecutionFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, only workflow executions matching the WorkflowId in the filter are counted.
withExecutionFilter(WorkflowExecutionFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
If specified, only workflow executions matching the WorkflowId in the filter are counted.
withExecutionFilter(WorkflowExecutionFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
withExecutionFilter(WorkflowExecutionFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
withExecutionInfo(WorkflowExecutionInfo) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
Information about the workflow execution.
withExecutionInfos(WorkflowExecutionInfo...) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfos
The list of workflow information structures.
withExecutionInfos(Collection<WorkflowExecutionInfo>) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfos
The list of workflow information structures.
withExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
If set, specifies the total duration for this workflow execution.
withExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The total duration for this workflow execution.
withExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The maximum duration for the child workflow execution.
withExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The total duration for this workflow execution.
withExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The total duration for this workflow execution.
withExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The total duration allowed for the new workflow execution.
withExecutionStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The maximum duration for this workflow execution.
withExecutionStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The current status of the execution.
withExecutionStatus(ExecutionStatus) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The current status of the execution.
withExternalInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source workflow execution.
withExternalInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution.
withExternalWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
The external workflow execution for which the cancellation was requested.
withExternalWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
The workflow execution that sent the signal.
withExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event.
withExternalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event.
withFailWorkflowExecutionDecisionAttributes(FailWorkflowExecutionDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the FailWorkflowExecution decision.
withFailWorkflowExecutionFailedEventAttributes(FailWorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event.
withHeartbeatTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat.
withHeartbeatTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
If set, specifies the maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat.
withId(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
The unique ID of the Lambda task.
withId(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
A string that identifies the Lambda function execution in the event history.
withId(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
The ID provided in the ScheduleLambdaFunction decision that failed.
withIdentity(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStartedEventAttributes
Identity of the worker that was assigned this task.
withIdentity(String) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskStartedEventAttributes
Identity of the decider making the request.
withIdentity(String) - Method in class com.amazonaws.services.simpleworkflow.model.PollForActivityTaskRequest
Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history.
withIdentity(String) - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history.
withInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
withInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
withInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
withInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
withInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
withInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
withInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionCancelRequestedEventAttributes
The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution.
withInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionSignaledEventAttributes
The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal.
withInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution.
withInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal.
withInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
When the cause is WORKFLOW_ALREADY_RUNNING, initiatedEventId is the ID of the StartChildWorkflowExecutionInitiated event that corresponds to the StartChildWorkflowExecution Decision to start the workflow execution.
withInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The inputs provided when the activity task was scheduled.
withInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The input provided to the activity task.
withInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The input provided to the new workflow execution.
withInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
The input provided to the Lambda task.
withInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
The input provided to the activity task.
withInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
The optional input data to be supplied to the Lambda function.
withInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
The input data to be provided with the signal.
withInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
The input provided to the signal.
withInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.
withInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The input to be provided to the workflow execution.
withInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The inputs provided to the child workflow execution.
withInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The input for the workflow execution.
withInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The input provided to the new workflow execution.
withInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
The inputs provided with the signal.
withInput(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The input provided to the workflow execution.
withKey(String) - Method in class com.amazonaws.services.simpleworkflow.model.ResourceTag
The key of a tag.
withLambdaFunctionCompletedEventAttributes(LambdaFunctionCompletedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the LambdaFunctionCompleted event.
withLambdaFunctionFailedEventAttributes(LambdaFunctionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the LambdaFunctionFailed event.
withLambdaFunctionScheduledEventAttributes(LambdaFunctionScheduledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the LambdaFunctionScheduled event.
withLambdaFunctionStartedEventAttributes(LambdaFunctionStartedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the LambdaFunctionStarted event.
withLambdaFunctionTimedOutEventAttributes(LambdaFunctionTimedOutEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the LambdaFunctionTimedOut event.
withLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The IAM role to attach to the new (continued) execution.
withLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The IAM role attached to the child workflow execution.
withLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The IAM role to attach to the child workflow execution.
withLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The IAM role to attach to this workflow execution.
withLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The IAM role attached to the child workflow execution.
withLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The IAM role to attach to the new (continued) workflow execution.
withLambdaRole(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The IAM role attached to the workflow execution.
withLatestActivityTaskTimestamp(Date) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
The time when the last activity task was scheduled for this workflow execution.
withLatestCancelRequestedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity task.
withLatestDate(Date) - Method in class com.amazonaws.services.simpleworkflow.model.ExecutionTimeFilter
Specifies the latest start or close date and time to return.
withLatestExecutionContext(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
The latest executionContext provided by the decider for this workflow execution.
withMarkerName(String) - Method in class com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
The name of the marker.
withMarkerName(String) - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerDecisionAttributes
The name of the marker.
withMarkerName(String) - Method in class com.amazonaws.services.simpleworkflow.model.RecordMarkerFailedEventAttributes
The marker's name.
withMarkerRecordedEventAttributes(MarkerRecordedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type MarkerRecorded then this member is set and provides detailed information about the event.
withMaximumPageSize(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
The maximum number of results that are returned per call.
withMaximumPageSize(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
The maximum number of results that are returned per call.
withMaximumPageSize(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
The maximum number of results that are returned per call.
withMaximumPageSize(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
The maximum number of results that are returned per call.
withMaximumPageSize(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
The maximum number of results that are returned per call.
withMaximumPageSize(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
The maximum number of results that are returned per call.
withMaximumPageSize(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
The maximum number of results that are returned per call.
withMessage(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
A description that can help diagnose the cause of the fault.
withName(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityType
The name of this activity.
withName(String) - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateDomainRequest
The name of the domain to deprecate.
withName(String) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeDomainRequest
The name of the domain to describe.
withName(String) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
The name of the domain.
withName(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
The name of the Lambda function.
withName(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
If specified, only lists the activity types that have this name.
withName(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
If specified, lists the workflow type with this name.
withName(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
The name of the activity type within the domain.
withName(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
Name of the domain to register.
withName(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
The name of the workflow type.
withName(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
The name, or ARN, of the Lambda function to schedule.
withName(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
The name of the Lambda function.
withName(String) - Method in class com.amazonaws.services.simpleworkflow.model.TaskList
The name of the task list.
withName(String) - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateDomainRequest
The name of the domain of the deprecated workflow type.
withName(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowType
The name of the workflow type.
withName(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeFilter
Name of the workflow type.
withNewExecutionRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The runId of the new workflow execution.
withNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfos
If a NextPageToken was returned by a previous call, there are more results available.
withNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
If a NextPageToken was returned by a previous call, there are more results available.
withNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfos
If a NextPageToken was returned by a previous call, there are more results available.
withNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
If NextPageToken is returned there are more results available.
withNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.History
If a NextPageToken was returned by a previous call, there are more results available.
withNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
If NextPageToken is returned there are more results available.
withNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If NextPageToken is returned there are more results available.
withNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
If NextPageToken is returned there are more results available.
withNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
If NextPageToken is returned there are more results available.
withNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
If NextPageToken is returned there are more results available.
withNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
If NextPageToken is returned there are more results available.
withNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfos
If a NextPageToken was returned by a previous call, there are more results available.
withNextPageToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfos
If a NextPageToken was returned by a previous call, there are more results available.
withOldestDate(Date) - Method in class com.amazonaws.services.simpleworkflow.model.ExecutionTimeFilter
Specifies the oldest start or close date and time to return.
withOpenActivityTasks(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
The count of activity tasks whose status is OPEN.
withOpenChildWorkflowExecutions(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
The count of child workflow executions whose status is OPEN.
withOpenCounts(WorkflowExecutionOpenCounts) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
The number of tasks for this workflow execution.
withOpenDecisionTasks(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
The count of decision tasks whose status is OPEN.
withOpenLambdaFunctions(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
The count of Lambda tasks whose status is OPEN.
withOpenTimers(Integer) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
The count of timers started by this workflow execution that have not fired yet.
withParent(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
withParentInitiatedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this workflow execution.
withParentWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The source workflow execution that started this workflow execution.
withPreviousStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider.
withReason(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
The reason provided for the failure.
withReason(String) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The reason for the failure (if provided).
withReason(String) - Method in class com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionDecisionAttributes
A descriptive reason for the failure that may help in diagnostics.
withReason(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
The reason provided for the failure.
withReason(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskFailedRequest
Description of the error that may assist in diagnostics.
withReason(String) - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
A descriptive reason for terminating the workflow execution.
withReason(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFailedEventAttributes
The descriptive reason provided for the failure.
withReason(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
The reason provided for the termination.
withRecordMarkerDecisionAttributes(RecordMarkerDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the RecordMarker decision.
withRecordMarkerFailedEventAttributes(RecordMarkerFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event.
withRegistrationStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
Specifies the registration status of the activity types to list.
withRegistrationStatus(RegistrationStatus) - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
Specifies the registration status of the activity types to list.
withRegistrationStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
Specifies the registration status of the domains to list.
withRegistrationStatus(RegistrationStatus) - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
Specifies the registration status of the domains to list.
withRegistrationStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
Specifies the registration status of the workflow types to list.
withRegistrationStatus(RegistrationStatus) - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
Specifies the registration status of the workflow types to list.
withRequestCancelActivityTaskDecisionAttributes(RequestCancelActivityTaskDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the RequestCancelActivityTask decision.
withRequestCancelActivityTaskFailedEventAttributes(RequestCancelActivityTaskFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event.
withRequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the RequestCancelExternalWorkflowExecution decision.
withRequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event.
withRequestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event.
withResourceArn(String) - Method in class com.amazonaws.services.simpleworkflow.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) for the Amazon SWF domain.
withResourceArn(String) - Method in class com.amazonaws.services.simpleworkflow.model.TagResourceRequest
The Amazon Resource Name (ARN) for the Amazon SWF domain.
withResourceArn(String) - Method in class com.amazonaws.services.simpleworkflow.model.UntagResourceRequest
The Amazon Resource Name (ARN) for the Amazon SWF domain.
withResult(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
The results of the activity task.
withResult(String) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
The result of the child workflow execution.
withResult(String) - Method in class com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionDecisionAttributes
The result of the workflow execution.
withResult(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionCompletedEventAttributes
The results of the Lambda task.
withResult(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCompletedRequest
The result of the activity task.
withResult(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCompletedEventAttributes
The result produced by the workflow execution upon successful completion.
withReverseOrder(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
When set to true, returns the events in reverse order.
withReverseOrder(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
When set to true, returns the results in reverse order.
withReverseOrder(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
When set to true, returns the results in reverse order.
withReverseOrder(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.ListDomainsRequest
When set to true, returns the results in reverse order.
withReverseOrder(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
When set to true, returns the results in reverse order.
withReverseOrder(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
When set to true, returns the results in reverse order.
withReverseOrder(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
When set to true, returns the events in reverse order.
withRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes
The runId of the external workflow execution to cancel.
withRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The runId of the external workflow execution.
withRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
The runId of the external workflow execution to be canceled.
withRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelWorkflowExecutionRequest
The runId of the workflow execution to cancel.
withRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.Run
The runId of a workflow execution.
withRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
The runId of the workflow execution to be signaled.
withRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The runId of the external workflow execution that the signal was being delivered to.
withRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
The runId of the external workflow execution to send the signal to.
withRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
The runId of the workflow execution to signal.
withRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
The runId of the workflow execution to terminate.
withRunId(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecution
A system-generated unique identifier for the workflow execution.
withScheduleActivityTaskDecisionAttributes(ScheduleActivityTaskDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the ScheduleActivityTask decision.
withScheduleActivityTaskFailedEventAttributes(ScheduleActivityTaskFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event.
withScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
withScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
withScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
withScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskStartedEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
withScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
withScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes
The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled.
withScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskStartedEventAttributes
The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled.
withScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled.
withScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionCompletedEventAttributes
The ID of the LambdaFunctionScheduled event that was recorded when this Lambda task was scheduled.
withScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled.
withScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionStartedEventAttributes
The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled.
withScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled.
withScheduledEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
withScheduleLambdaFunctionDecisionAttributes(ScheduleLambdaFunctionDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the ScheduleLambdaFunction decision.
withScheduleLambdaFunctionFailedEventAttributes(ScheduleLambdaFunctionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the ScheduleLambdaFunctionFailed event.
withScheduleToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The maximum amount of time for this activity task.
withScheduleToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
The maximum duration for this activity task.
withScheduleToStartTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The maximum amount of time the activity task can wait to be assigned to a worker.
withScheduleToStartTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
If set, specifies the maximum duration the activity task can wait to be assigned to a worker.
withSignalExternalWorkflowExecutionDecisionAttributes(SignalExternalWorkflowExecutionDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the SignalExternalWorkflowExecution decision.
withSignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event.
withSignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event.
withSignalName(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
The name of the signal.The target workflow execution uses the signal name and input to process the signal.
withSignalName(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
The name of the signal.
withSignalName(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
The name of the signal.
withSignalName(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
The name of the signal received.
withStartChildWorkflowExecutionDecisionAttributes(StartChildWorkflowExecutionDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the StartChildWorkflowExecution decision.
withStartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event.
withStartChildWorkflowExecutionInitiatedEventAttributes(StartChildWorkflowExecutionInitiatedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The ID of the ActivityTaskStarted event recorded in the history.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
The ID of the ActivityTaskStarted event recorded when this activity task was started.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
The ID of the ActivityTaskStarted event recorded when this activity task was started.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
The ID of the ActivityTaskStarted event recorded when this activity task was started.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
The ID of the ActivityTaskStarted event recorded when this activity task was started.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
The ID of the DecisionTaskStarted event recorded in the history.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes
The ID of the DecisionTaskStarted event recorded when this decision task was started.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
The ID of the DecisionTaskStarted event recorded when this decision task was started.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionCompletedEventAttributes
The ID of the LambdaFunctionStarted event recorded when this activity task started.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
The ID of the LambdaFunctionStarted event recorded when this activity task started.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
The ID of the ActivityTaskStarted event that was recorded when this activity task started.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.TimerCanceledEventAttributes
The ID of the TimerStarted event that was recorded when this timer was started.
withStartedEventId(Long) - Method in class com.amazonaws.services.simpleworkflow.model.TimerFiredEventAttributes
The ID of the TimerStarted event that was recorded when this timer was started.
withStartLambdaFunctionFailedEventAttributes(StartLambdaFunctionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
Provides the details of the StartLambdaFunctionFailed event.
withStartTimeFilter(ExecutionTimeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, only workflow executions that meet the start time criteria of the filter are counted.
withStartTimeFilter(ExecutionTimeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
Specifies the start time criteria that workflow executions must meet in order to be counted.
withStartTimeFilter(ExecutionTimeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.
withStartTimeFilter(ExecutionTimeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.
withStartTimerDecisionAttributes(StartTimerDecisionAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.Decision
Provides the details of the StartTimer decision.
withStartTimerFailedEventAttributes(StartTimerFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type StartTimerFailed then this member is set and provides detailed information about the event.
withStartTimestamp(Date) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The time when the execution was started.
withStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The maximum amount of time a worker may take to process the activity task.
withStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskScheduledEventAttributes
The maximum duration for this decision task.
withStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
The maximum amount of time a worker can take to process the Lambda task.
withStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
If set, specifies the maximum duration a worker may take to process this activity task.
withStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started.
withStartToFireTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerDecisionAttributes
The duration to wait before firing the timer.
withStartToFireTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
The duration of time after which the timer fires.
withStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
The current status of the activity type.
withStatus(RegistrationStatus) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfo
The current status of the activity type.
withStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.CloseStatusFilter
The close status that must match the close status of an execution for it to meet the criteria of this filter.
withStatus(CloseStatus) - Method in class com.amazonaws.services.simpleworkflow.model.CloseStatusFilter
The close status that must match the close status of an execution for it to meet the criteria of this filter.
withStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
The status of the domain:
withStatus(RegistrationStatus) - Method in class com.amazonaws.services.simpleworkflow.model.DomainInfo
The status of the domain:
withStatus(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
The current status of the workflow type.
withStatus(RegistrationStatus) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
The current status of the workflow type.
withTag(String) - Method in class com.amazonaws.services.simpleworkflow.model.TagFilter
Specifies the tag that must be associated with the execution for it to meet the filter criteria.
withTagFilter(TagFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, only executions that have a tag that matches the filter are counted.
withTagFilter(TagFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
If specified, only executions that have a tag that matches the filter are counted.
withTagFilter(TagFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, only executions that have the matching tag are listed.
withTagFilter(TagFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
If specified, only executions that have the matching tag are listed.
withTagKeys(String...) - Method in class com.amazonaws.services.simpleworkflow.model.UntagResourceRequest
The list of tags to remove from the Amazon SWF domain.
withTagKeys(Collection<String>) - Method in class com.amazonaws.services.simpleworkflow.model.UntagResourceRequest
The list of tags to remove from the Amazon SWF domain.
withTagList(String...) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The list of tags to associate with the new workflow execution.
withTagList(Collection<String>) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The list of tags to associate with the new workflow execution.
withTagList(String...) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The list of tags to associate with the child workflow execution.
withTagList(Collection<String>) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The list of tags to associate with the child workflow execution.
withTagList(String...) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The list of tags to associated with the child workflow execution.
withTagList(Collection<String>) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The list of tags to associated with the child workflow execution.
withTagList(String...) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The list of tags to associate with the workflow execution.
withTagList(Collection<String>) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The list of tags to associate with the workflow execution.
withTagList(String...) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The list of tags associated with the new workflow execution.
withTagList(Collection<String>) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The list of tags associated with the new workflow execution.
withTagList(String...) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The list of tags associated with the workflow execution.
withTagList(Collection<String>) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The list of tags associated with the workflow execution.
withTagList(String...) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The list of tags associated with this workflow execution.
withTagList(Collection<String>) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The list of tags associated with this workflow execution.
withTags(ResourceTag...) - Method in class com.amazonaws.services.simpleworkflow.model.ListTagsForResourceOutput
An array of tags associated with the domain.
withTags(Collection<ResourceTag>) - Method in class com.amazonaws.services.simpleworkflow.model.ListTagsForResourceOutput
An array of tags associated with the domain.
withTags(ResourceTag...) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
Tags to be added when registering a domain.
withTags(Collection<ResourceTag>) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
Tags to be added when registering a domain.
withTags(ResourceTag...) - Method in class com.amazonaws.services.simpleworkflow.model.TagResourceRequest
The list of tags to add to a domain.
withTags(Collection<ResourceTag>) - Method in class com.amazonaws.services.simpleworkflow.model.TagResourceRequest
The list of tags to add to a domain.
withTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The task list in which the activity task has been scheduled.
withTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The task list to use for the decisions of the new (continued) workflow execution.
withTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingActivityTasksRequest
The name of the task list.
withTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.CountPendingDecisionTasksRequest
The name of the task list.
withTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskScheduledEventAttributes
The name of the task list in which the decision task was scheduled.
withTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.PollForActivityTaskRequest
Specifies the task list to poll for activity tasks.
withTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.PollForDecisionTaskRequest
Specifies the task list to poll for decision tasks.
withTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
If set, specifies the name of the task list in which to schedule the activity task.
withTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The name of the task list to be used for decision tasks of the child workflow execution.
withTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The name of the task list used for the decision tasks of the child workflow execution.
withTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The task list to use for the decision tasks generated for this workflow execution.
withTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The task list used for the decision tasks generated for this workflow execution.
withTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The task list to use for the decisions of the new (continued) workflow execution.
withTaskList(TaskList) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The name of the task list for scheduling the decision tasks for this workflow execution.
withTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
The priority to assign to the scheduled activity task.
withTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The task priority that, if set, specifies the priority for the decision tasks for this workflow execution.
withTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskScheduledEventAttributes
A task priority that, if set, specifies the priority for this decision task.
withTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskDecisionAttributes
If set, specifies the priority with which the activity task is to be assigned to a worker.
withTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
A task priority that, if set, specifies the priority for a decision task of this workflow execution.
withTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The priority assigned for the decision tasks for this workflow execution.
withTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The task priority to use for this workflow execution.
withTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The priority assigned to decision tasks for this workflow execution.
withTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The priority of the task to use for the decisions of the new (continued) workflow execution.
withTaskPriority(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The priority of the decision tasks in the workflow execution.
withTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
Specifies the maximum duration of decision tasks for the new workflow execution.
withTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
Specifies the maximum duration of decision tasks for this workflow execution.
withTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The maximum duration allowed for the decision tasks for this workflow execution.
withTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
Specifies the maximum duration of decision tasks for this workflow execution.
withTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
The maximum duration allowed for decision tasks for this workflow execution.
withTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The maximum duration of decision tasks for the new workflow execution.
withTaskStartToCloseTimeout(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The maximum duration of decision tasks for this workflow type.
withTaskToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The opaque string used as a handle on the task.
withTaskToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
The opaque string used as a handle on the task.
withTaskToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.RecordActivityTaskHeartbeatRequest
The taskToken of the ActivityTask.
withTaskToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCanceledRequest
The taskToken of the ActivityTask.
withTaskToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskCompletedRequest
The taskToken of the ActivityTask.
withTaskToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondActivityTaskFailedRequest
The taskToken of the ActivityTask.
withTaskToken(String) - Method in class com.amazonaws.services.simpleworkflow.model.RespondDecisionTaskCompletedRequest
The taskToken from the DecisionTask.
withTimeoutType(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
The type of the timeout that caused this event.
withTimeoutType(ActivityTaskTimeoutType) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
The type of the timeout that caused this event.
withTimeoutType(String) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
The type of the timeout that caused the child workflow execution to time out.
withTimeoutType(WorkflowExecutionTimeoutType) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
The type of the timeout that caused the child workflow execution to time out.
withTimeoutType(String) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
The type of timeout that expired before the decision task could be completed.
withTimeoutType(DecisionTaskTimeoutType) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
The type of timeout that expired before the decision task could be completed.
withTimeoutType(String) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
The type of the timeout that caused this event.
withTimeoutType(LambdaFunctionTimeoutType) - Method in class com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
The type of the timeout that caused this event.
withTimeoutType(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
The type of timeout that caused this event.
withTimeoutType(WorkflowExecutionTimeoutType) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
The type of timeout that caused this event.
withTimerCanceledEventAttributes(TimerCanceledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type TimerCanceled then this member is set and provides detailed information about the event.
withTimerFiredEventAttributes(TimerFiredEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type TimerFired then this member is set and provides detailed information about the event.
withTimerId(String) - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerDecisionAttributes
The unique ID of the timer to cancel.
withTimerId(String) - Method in class com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
The timerId provided in the CancelTimer decision that failed.
withTimerId(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerDecisionAttributes
The unique ID of the timer.
withTimerId(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
The timerId provided in the StartTimer decision that failed.
withTimerId(String) - Method in class com.amazonaws.services.simpleworkflow.model.TimerCanceledEventAttributes
The unique ID of the timer that was canceled.
withTimerId(String) - Method in class com.amazonaws.services.simpleworkflow.model.TimerFiredEventAttributes
The unique ID of the timer that fired.
withTimerId(String) - Method in class com.amazonaws.services.simpleworkflow.model.TimerStartedEventAttributes
The unique ID of the timer that was started.
withTimerStartedEventAttributes(TimerStartedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type TimerStarted then this member is set and provides detailed information about the event.
withTruncated(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.PendingTaskCount
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
withTruncated(Boolean) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCount
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
withTypeFilter(WorkflowTypeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
If specified, indicates the type of the workflow executions to be counted.
withTypeFilter(WorkflowTypeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
Specifies the type of the workflow executions to be counted.
withTypeFilter(WorkflowTypeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
If specified, only executions of the type specified in the filter are returned.
withTypeFilter(WorkflowTypeFilter) - Method in class com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
If specified, only executions of the type specified in the filter are returned.
withTypeInfo(ActivityTypeInfo) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeDetail
General information about the activity type.
withTypeInfo(WorkflowTypeInfo) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeDetail
General information about the workflow type.
withTypeInfos(ActivityTypeInfo...) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfos
List of activity type information.
withTypeInfos(Collection<ActivityTypeInfo>) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTypeInfos
List of activity type information.
withTypeInfos(WorkflowTypeInfo...) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfos
The list of workflow type information.
withTypeInfos(Collection<WorkflowTypeInfo>) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfos
The list of workflow type information.
withValue(String) - Method in class com.amazonaws.services.simpleworkflow.model.ResourceTag
The value of a tag.
withVersion(String) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityType
The version of this activity.
withVersion(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
The version of the activity type.
withVersion(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
The version of the workflow type.
withVersion(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowType
The version of the workflow type.
withVersion(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeFilter
Version of the workflow type.
withWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ActivityTask
The workflow execution that started this activity task.
withWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
The child workflow execution that was canceled.
withWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
The child workflow execution that was completed.
withWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The child workflow execution that failed.
withWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes
The child workflow execution that was started.
withWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
The child workflow execution that was terminated.
withWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
The child workflow execution that timed out.
withWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
The workflow execution for which this decision task was created.
withWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionCancelRequestedEventAttributes
The external workflow execution to which the cancellation request was delivered.
withWorkflowExecution(WorkflowExecution) - Method in class com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionSignaledEventAttributes
The external workflow execution that the signal was delivered to.
withWorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event.
withWorkflowExecutionCancelRequestedEventAttributes(WorkflowExecutionCancelRequestedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event.
withWorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event.
withWorkflowExecutionContinuedAsNewEventAttributes(WorkflowExecutionContinuedAsNewEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event.
withWorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event.
withWorkflowExecutionRetentionPeriodInDays(String) - Method in class com.amazonaws.services.simpleworkflow.model.DomainConfiguration
The retention period for workflow executions in this domain.
withWorkflowExecutionRetentionPeriodInDays(String) - Method in class com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
The duration (in days) that records and histories of workflow executions on the domain should be kept by the service.
withWorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event.
withWorkflowExecutionStartedEventAttributes(WorkflowExecutionStartedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event.
withWorkflowExecutionTerminatedEventAttributes(WorkflowExecutionTerminatedEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event.
withWorkflowExecutionTimedOutEventAttributes(WorkflowExecutionTimedOutEventAttributes) - Method in class com.amazonaws.services.simpleworkflow.model.HistoryEvent
If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event.
withWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes
The workflowId of the external workflow execution to cancel.
withWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
The workflowId of the external workflow to which the cancel request was to be delivered.
withWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
The workflowId of the external workflow execution to be canceled.
withWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.RequestCancelWorkflowExecutionRequest
The workflowId of the workflow execution to cancel.
withWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
The workflowId of the workflow execution to be signaled.
withWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionFailedEventAttributes
The workflowId of the external workflow execution that the signal was being delivered to.
withWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
The workflowId of the external workflow execution.
withWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
The workflowId of the workflow execution to signal.
withWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The workflowId of the workflow execution.
withWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
The workflowId of the child workflow execution.
withWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The workflowId of the child workflow execution.
withWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The user defined identifier associated with the workflow execution.
withWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
The workflowId of the workflow execution to terminate.
withWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecution
The user defined identifier associated with the workflow execution.
withWorkflowId(String) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFilter
The workflowId to pass of match the criteria of this filter.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
The type of the child workflow execution.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
The type of the child workflow execution.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
The type of the child workflow execution.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes
The type of the child workflow execution.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTerminatedEventAttributes
The type of the child workflow execution.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
The type of the child workflow execution.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.DecisionTask
The type of the workflow execution for which this decision task was created.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.DeprecateWorkflowTypeRequest
The workflow type to deprecate.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.DescribeWorkflowTypeRequest
The workflow type to describe.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
The type of the workflow execution to be started.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionFailedEventAttributes
The workflow type provided in the StartChildWorkflowExecution Decision that failed.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
The type of the child workflow execution.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
The type of the workflow to start.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.UndeprecateWorkflowTypeRequest
The name of the domain of the deprecated workflow type.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
The workflow type of this execution.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
The type of the workflow execution.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
The workflow type of this execution.
withWorkflowType(WorkflowType) - Method in class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
The workflow type this information is about.
withWorkflowTypeVersion(String) - Method in class com.amazonaws.services.simpleworkflow.model.ContinueAsNewWorkflowExecutionDecisionAttributes
The version of the workflow to start.
WorkflowExecution - Class in com.amazonaws.services.simpleworkflow.model
Represents a workflow execution.
WorkflowExecution() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowExecution
 
WorkflowExecutionAlreadyStartedException - Exception in com.amazonaws.services.simpleworkflow.model
Returned by StartWorkflowExecution when an open execution with the same workflowId is already running in the specified domain.
WorkflowExecutionAlreadyStartedException(String) - Constructor for exception com.amazonaws.services.simpleworkflow.model.WorkflowExecutionAlreadyStartedException
Constructs a new WorkflowExecutionAlreadyStartedException with the specified error message.
WorkflowExecutionCanceledEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the WorkflowExecutionCanceled event.
WorkflowExecutionCanceledEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCanceledEventAttributes
 
WorkflowExecutionCancelRequestedCause - Enum in com.amazonaws.services.simpleworkflow.model
 
WorkflowExecutionCancelRequestedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the WorkflowExecutionCancelRequested event.
WorkflowExecutionCancelRequestedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
 
WorkflowExecutionCompletedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the WorkflowExecutionCompleted event.
WorkflowExecutionCompletedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCompletedEventAttributes
 
WorkflowExecutionConfiguration - Class in com.amazonaws.services.simpleworkflow.model
The configuration settings for a workflow execution including timeout values, tasklist etc.
WorkflowExecutionConfiguration() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
 
WorkflowExecutionContinuedAsNewEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the WorkflowExecutionContinuedAsNew event.
WorkflowExecutionContinuedAsNewEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
 
WorkflowExecutionCount - Class in com.amazonaws.services.simpleworkflow.model
Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions
WorkflowExecutionCount() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCount
 
WorkflowExecutionDetail - Class in com.amazonaws.services.simpleworkflow.model
Contains details about a workflow execution.
WorkflowExecutionDetail() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
 
WorkflowExecutionFailedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the WorkflowExecutionFailed event.
WorkflowExecutionFailedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFailedEventAttributes
 
WorkflowExecutionFilter - Class in com.amazonaws.services.simpleworkflow.model
Used to filter the workflow executions in visibility APIs by their workflowId.
WorkflowExecutionFilter() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFilter
 
WorkflowExecutionInfo - Class in com.amazonaws.services.simpleworkflow.model
Contains information about a workflow execution.
WorkflowExecutionInfo() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
 
WorkflowExecutionInfos - Class in com.amazonaws.services.simpleworkflow.model
Contains a paginated list of information about workflow executions.
WorkflowExecutionInfos() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfos
 
WorkflowExecutionOpenCounts - Class in com.amazonaws.services.simpleworkflow.model
Contains the counts of open tasks, child workflow executions and timers for a workflow execution.
WorkflowExecutionOpenCounts() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionOpenCounts
 
WorkflowExecutionSignaledEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the WorkflowExecutionSignaled event.
WorkflowExecutionSignaledEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
 
WorkflowExecutionStartedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides details of WorkflowExecutionStarted event.
WorkflowExecutionStartedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionStartedEventAttributes
 
WorkflowExecutionTerminatedCause - Enum in com.amazonaws.services.simpleworkflow.model
 
WorkflowExecutionTerminatedEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the WorkflowExecutionTerminated event.
WorkflowExecutionTerminatedEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
 
WorkflowExecutionTimedOutEventAttributes - Class in com.amazonaws.services.simpleworkflow.model
Provides the details of the WorkflowExecutionTimedOut event.
WorkflowExecutionTimedOutEventAttributes() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
 
WorkflowExecutionTimeoutType - Enum in com.amazonaws.services.simpleworkflow.model
 
WorkflowType - Class in com.amazonaws.services.simpleworkflow.model
Represents a workflow type.
WorkflowType() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowType
 
WorkflowTypeConfiguration - Class in com.amazonaws.services.simpleworkflow.model
The configuration settings of a workflow type.
WorkflowTypeConfiguration() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
 
WorkflowTypeDetail - Class in com.amazonaws.services.simpleworkflow.model
Contains details about a workflow type.
WorkflowTypeDetail() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowTypeDetail
 
WorkflowTypeFilter - Class in com.amazonaws.services.simpleworkflow.model
Used to filter workflow execution query results by type.
WorkflowTypeFilter() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowTypeFilter
 
WorkflowTypeInfo - Class in com.amazonaws.services.simpleworkflow.model
Contains information about a workflow type.
WorkflowTypeInfo() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfo
 
WorkflowTypeInfos - Class in com.amazonaws.services.simpleworkflow.model
Contains a paginated list of information structures about workflow types.
WorkflowTypeInfos() - Constructor for class com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfos
 
A B C D E F G H I L M O P R S T U V W 
Skip navigation links

Copyright © 2021. All rights reserved.