| Modifier and Type | Interface and Description |
|---|---|
static interface |
INextable.Jsii$Default
Internal default implementation for
INextable. |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomState
State defined by supplying Amazon States Language (ASL) in the state machine.
|
static class |
INextable.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Map
Define a Map state in the state machine.
|
class |
Parallel
Define a Parallel state in the state machine.
|
class |
Pass
Define a Pass in the state machine.
|
class |
Task
Deprecated.
- replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish)
|
class |
TaskStateBase
Define a Task state in the state machine.
|
class |
Wait
Define a Wait state in the state machine.
|
| Modifier and Type | Method and Description |
|---|---|
static List<INextable> |
State.filterNextables(List<? extends State> states)
Return only the states that allow chaining from an array of states.
|
abstract List<INextable> |
State.getEndStates()
Continuable states of this Chainable.
|
abstract List<INextable> |
StateMachineFragment.getEndStates()
The states to chain onto if this fragment is used.
|
List<INextable> |
Wait.getEndStates()
Continuable states of this Chainable.
|
List<INextable> |
TaskStateBase.getEndStates()
Continuable states of this Chainable.
|
List<INextable> |
CustomState.getEndStates()
Continuable states of this Chainable.
|
List<INextable> |
IChainable.getEndStates()
The chainable end state(s) of this chainable.
|
List<INextable> |
IChainable.Jsii$Proxy.getEndStates()
The chainable end state(s) of this chainable.
|
default List<INextable> |
IChainable.Jsii$Default.getEndStates()
The chainable end state(s) of this chainable.
|
List<INextable> |
Pass.getEndStates()
Continuable states of this Chainable.
|
List<INextable> |
Task.getEndStates()
Deprecated.
|
List<INextable> |
Choice.getEndStates()
Continuable states of this Chainable.
|
List<INextable> |
Chain.getEndStates()
The chainable end state(s) of this chain.
|
List<INextable> |
Map.getEndStates()
Continuable states of this Chainable.
|
List<INextable> |
Parallel.getEndStates()
Continuable states of this Chainable.
|
List<INextable> |
Succeed.getEndStates()
Continuable states of this Chainable.
|
List<INextable> |
Fail.getEndStates()
Continuable states of this Chainable.
|
| Modifier and Type | Method and Description |
|---|---|
static Chain |
Chain.custom(State startState,
List<? extends INextable> endStates,
IChainable lastAdded)
Make a Chain with specific start and end states, and a last-added Chainable.
|
Copyright © 2021. All rights reserved.