| 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)
The result of the operation is an array.
|
static Result |
Result.fromBoolean(Boolean value)
The result of the operation is a boolean.
|
static Result |
Result.fromNumber(Number value)
The result of the operation is a number.
|
static Result |
Result.fromObject(Map<String,? extends Object> value)
The result of the operation is an object.
|
static Result |
Result.fromString(String value)
The result of the operation is a string.
|
default Result |
PassProps.getResult()
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)
If given, treat as the result of this operation.
|
PassProps.Builder |
PassProps.Builder.result(Result result)
Sets the value of
PassProps.getResult() |
Copyright © 2022. All rights reserved.