Uses of Class
software.amazon.awscdk.services.stepfunctions.Result
Packages that use Result
Package
Description
AWS Step Functions Construct Library
-
Uses of Result in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return ResultModifier and TypeMethodDescriptionstatic ResultThe result of the operation is an array.static ResultResult.fromBoolean(Boolean value) The result of the operation is a boolean.static ResultResult.fromNumber(Number value) The result of the operation is a number.static ResultResult.fromObject(Map<String, ? extends Object> value) The result of the operation is an object.static ResultResult.fromString(String value) The result of the operation is a string.default ResultPassProps.getResult()If given, treat as the result of this operation.final ResultPassProps.Jsii$Proxy.getResult()Methods in software.amazon.awscdk.services.stepfunctions with parameters of type ResultModifier and TypeMethodDescriptionIf given, treat as the result of this operation.Sets the value ofPassProps.getResult()