Uses of Interface
software.constructs.MetadataOptions
-
-
Uses of MetadataOptions in software.constructs
Classes in software.constructs that implement MetadataOptions Modifier and Type Class Description static class
MetadataOptions.Jsii$Proxy
An implementation forMetadataOptions
Methods in software.constructs that return MetadataOptions Modifier and Type Method Description MetadataOptions
MetadataOptions.Builder. build()
Builds the configured instance.Methods in software.constructs with parameters of type MetadataOptions Modifier and Type Method Description void
Node. addMetadata(String type, Object data, MetadataOptions options)
Adds a metadata entry to this construct.
-