| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LazyListValueOptions.Jsii$Proxy
An implementation for
LazyListValueOptions |
| Modifier and Type | Method and Description |
|---|---|
LazyListValueOptions |
LazyListValueOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
Lazy.list(IStableListProducer producer,
LazyListValueOptions options)
Defer the one-time calculation of a list value to synthesis time.
|
static List<String> |
Lazy.uncachedList(IListProducer producer,
LazyListValueOptions options)
Defer the calculation of a list value to synthesis time.
|
Copyright © 2022. All rights reserved.