Uses of Class
com.amazonaws.services.ecs.model.VolumeFrom
Packages that use VolumeFrom
-
Uses of VolumeFrom in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return VolumeFromModifier and TypeMethodDescriptionVolumeFrom.clone()
VolumeFrom.withReadOnly
(Boolean readOnly) If this value istrue
, the container has read-only access to the volume.VolumeFrom.withSourceContainer
(String sourceContainer) The name of the container to mount volumes from.Methods in com.amazonaws.services.ecs.model that return types with arguments of type VolumeFromModifier and TypeMethodDescriptionContainerDefinition.getVolumesFrom()
Data volumes to mount from another container.Methods in com.amazonaws.services.ecs.model with parameters of type VolumeFromModifier and TypeMethodDescriptionContainerDefinition.withVolumesFrom
(VolumeFrom... volumesFrom) Data volumes to mount from another container.Method parameters in com.amazonaws.services.ecs.model with type arguments of type VolumeFromModifier and TypeMethodDescriptionvoid
ContainerDefinition.setVolumesFrom
(Collection<VolumeFrom> volumesFrom) Data volumes to mount from another container.ContainerDefinition.withVolumesFrom
(Collection<VolumeFrom> volumesFrom) Data volumes to mount from another container.