| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Method and Description |
|---|---|
default FileAssetPackaging |
FileAssetSource.getPackaging()
Which type of packaging to perform.
|
FileAssetPackaging |
FileAssetSource.Jsii$Proxy.getPackaging() |
FileAssetPackaging |
AssetStaging.getPackaging()
How this asset should be packaged.
|
static FileAssetPackaging |
FileAssetPackaging.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.
|
| Modifier and Type | Method and Description |
|---|---|
FileAssetSource.Builder |
FileAssetSource.Builder.packaging(FileAssetPackaging packaging)
Sets the value of
FileAssetSource.getPackaging() |
Copyright © 2022. All rights reserved.