Uses of Interface
software.amazon.awscdk.cloudassembly.schema.FileAsset
-
-
Uses of FileAsset in software.amazon.awscdk.cloudassembly.schema
Classes in software.amazon.awscdk.cloudassembly.schema that implement FileAsset Modifier and Type Class Description static classFileAsset.Jsii$ProxyAn implementation forFileAssetMethods in software.amazon.awscdk.cloudassembly.schema that return FileAsset Modifier and Type Method Description FileAssetFileAsset.Builder. build()Builds the configured instance.Methods in software.amazon.awscdk.cloudassembly.schema that return types with arguments of type FileAsset Modifier and Type Method Description default Map<String,FileAsset>AssetManifest. getFiles()The file assets in this manifest.Map<String,FileAsset>AssetManifest.Jsii$Proxy. getFiles()Method parameters in software.amazon.awscdk.cloudassembly.schema with type arguments of type FileAsset Modifier and Type Method Description AssetManifest.BuilderAssetManifest.Builder. files(Map<String,? extends FileAsset> files)Sets the value ofAssetManifest.getFiles()
-