| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Result |
Result.fromArray(List<? extends Object> value)
(experimental) The result of the operation is an array.
|
static Result |
Result.fromBoolean(Boolean value)
(experimental) The result of the operation is a boolean.
|
static Result |
Result.fromNumber(Number value)
(experimental) The result of the operation is a number.
|
static Result |
Result.fromObject(Map<String,? extends Object> value)
(experimental) The result of the operation is an object.
|
static Result |
Result.fromString(String value)
(experimental) The result of the operation is a string.
|
default Result |
PassProps.getResult()
(experimental) If given, treat as the result of this operation.
|
Result |
PassProps.Jsii$Proxy.getResult() |
| Modifier and Type | Method and Description |
|---|---|
Pass.Builder |
Pass.Builder.result(Result result)
(experimental) If given, treat as the result of this operation.
|
PassProps.Builder |
PassProps.Builder.result(Result result)
Sets the value of
PassProps.getResult() |
| Constructor and Description |
|---|
Jsii$Proxy(String comment,
String inputPath,
String outputPath,
Map<String,? extends Object> parameters,
Result result,
String resultPath)
Constructor that initializes the object based on literal property values passed by the
PassProps.Builder. |
Copyright © 2021. All rights reserved.