Uses of Interface
software.amazon.awscdk.core.DockerVolume
Packages that use DockerVolume
-
Uses of DockerVolume in software.amazon.awscdk.core
Classes in software.amazon.awscdk.core that implement DockerVolumeMethods in software.amazon.awscdk.core that return DockerVolumeMethods in software.amazon.awscdk.core that return types with arguments of type DockerVolumeModifier and TypeMethodDescriptiondefault List<DockerVolume>
BundlingOptions.getVolumes()
Additional Docker volumes to mount.final List<DockerVolume>
BundlingOptions.Jsii$Proxy.getVolumes()
default List<DockerVolume>
DockerRunOptions.getVolumes()
Docker volumes to mount.final List<DockerVolume>
DockerRunOptions.Jsii$Proxy.getVolumes()
Method parameters in software.amazon.awscdk.core with type arguments of type DockerVolumeModifier and TypeMethodDescriptionBundlingOptions.Builder.volumes
(List<? extends DockerVolume> volumes) Sets the value ofBundlingOptions.getVolumes()
DockerRunOptions.Builder.volumes
(List<? extends DockerVolume> volumes) Sets the value ofDockerRunOptions.getVolumes()