JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum
software.amazon.awscdk.services.stepfunctions.InputType
Packages that use
InputType
Package
Description
software.amazon.awscdk.services.stepfunctions
AWS Step Functions Construct Library
Uses of
InputType
in
software.amazon.awscdk.services.stepfunctions
Methods in
software.amazon.awscdk.services.stepfunctions
that return
InputType
Modifier and Type
Method
Description
InputType
TaskInput.
getType
()
type of task input.
static
InputType
InputType.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
InputType
[]
InputType.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.