Uses of Class
software.amazon.awscdk.cloudassembly.schema.FileAssetPackaging
-
-
Uses of FileAssetPackaging in software.amazon.awscdk.cloudassembly.schema
Methods in software.amazon.awscdk.cloudassembly.schema that return FileAssetPackaging Modifier and Type Method Description default FileAssetPackagingFileSource. getPackaging()Packaging method.FileAssetPackagingFileSource.Jsii$Proxy. getPackaging()static FileAssetPackagingFileAssetPackaging. valueOf(String name)Returns the enum constant of this type with the specified name.static FileAssetPackaging[]FileAssetPackaging. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.cloudassembly.schema with parameters of type FileAssetPackaging Modifier and Type Method Description FileSource.BuilderFileSource.Builder. packaging(FileAssetPackaging packaging)Sets the value ofFileSource.getPackaging()
-