Uses of Interface
software.amazon.awscdk.cloudassembly.schema.FileDestination
-
-
Uses of FileDestination in software.amazon.awscdk.cloudassembly.schema
Classes in software.amazon.awscdk.cloudassembly.schema that implement FileDestination Modifier and Type Class Description static classFileDestination.Jsii$ProxyAn implementation forFileDestinationMethods in software.amazon.awscdk.cloudassembly.schema that return FileDestination Modifier and Type Method Description FileDestinationFileDestination.Builder. build()Builds the configured instance.Methods in software.amazon.awscdk.cloudassembly.schema that return types with arguments of type FileDestination Modifier and Type Method Description Map<String,FileDestination>FileAsset. getDestinations()Destinations for this file asset.Map<String,FileDestination>FileAsset.Jsii$Proxy. getDestinations()Method parameters in software.amazon.awscdk.cloudassembly.schema with type arguments of type FileDestination Modifier and Type Method Description FileAsset.BuilderFileAsset.Builder. destinations(Map<String,? extends FileDestination> destinations)Sets the value ofFileAsset.getDestinations()
-