Uses of Interface
software.amazon.awscdk.core.LazyAnyValueOptions
Packages that use LazyAnyValueOptions
-
Uses of LazyAnyValueOptions in software.amazon.awscdk.core
Classes in software.amazon.awscdk.core that implement LazyAnyValueOptionsMethods in software.amazon.awscdk.core that return LazyAnyValueOptionsModifier and TypeMethodDescriptionLazyAnyValueOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.core with parameters of type LazyAnyValueOptionsModifier and TypeMethodDescriptionstatic IResolvableLazy.any(IStableAnyProducer producer, LazyAnyValueOptions options) Defer the one-time calculation of an arbitrarily typed value to synthesis time.static IResolvableLazy.anyValue(IAnyProducer producer, LazyAnyValueOptions options) Deprecated.static IResolvableLazy.uncachedAny(IAnyProducer producer, LazyAnyValueOptions options) Defer the calculation of an untyped value to synthesis time.
Lazy.any()orLazy.uncachedAny()instead.