Uses of Interface
software.amazon.awscdk.cloudassembly.schema.DockerImageDestination
-
-
Uses of DockerImageDestination in software.amazon.awscdk.cloudassembly.schema
Classes in software.amazon.awscdk.cloudassembly.schema that implement DockerImageDestination Modifier and Type Class Description static classDockerImageDestination.Jsii$ProxyAn implementation forDockerImageDestinationMethods in software.amazon.awscdk.cloudassembly.schema that return DockerImageDestination Modifier and Type Method Description DockerImageDestinationDockerImageDestination.Builder. build()Builds the configured instance.Methods in software.amazon.awscdk.cloudassembly.schema that return types with arguments of type DockerImageDestination Modifier and Type Method Description Map<String,DockerImageDestination>DockerImageAsset. getDestinations()Destinations for this container asset.Map<String,DockerImageDestination>DockerImageAsset.Jsii$Proxy. getDestinations()Method parameters in software.amazon.awscdk.cloudassembly.schema with type arguments of type DockerImageDestination Modifier and Type Method Description DockerImageAsset.BuilderDockerImageAsset.Builder. destinations(Map<String,? extends DockerImageDestination> destinations)Sets the value ofDockerImageAsset.getDestinations()
-