Uses of Enum Class
software.amazon.awscdk.services.stepfunctions.OutputType
Packages that use OutputType
Package
Description
AWS Step Functions Construct Library
-
Uses of OutputType in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return OutputTypeModifier and TypeMethodDescriptionWriterConfig.getOutputType()The format of the Output of the child workflow executions.WriterConfigProps.getOutputType()The format of the Output of the child workflow executions.final OutputTypeWriterConfigProps.Jsii$Proxy.getOutputType()static OutputTypeReturns the enum constant of this class with the specified name.static OutputType[]OutputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions with parameters of type OutputTypeModifier and TypeMethodDescriptionWriterConfig.Builder.outputType(OutputType outputType) The format of the Output of the child workflow executions.WriterConfigProps.Builder.outputType(OutputType outputType) Sets the value ofWriterConfigProps.getOutputType()