Uses of Class
com.amazonaws.services.ecs.model.MountPoint
Packages that use MountPoint
-
Uses of MountPoint in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return MountPointModifier and TypeMethodDescriptionMountPoint.clone()
MountPoint.withContainerPath
(String containerPath) The path on the container to mount the host volume at.MountPoint.withReadOnly
(Boolean readOnly) If this value istrue
, the container has read-only access to the volume.MountPoint.withSourceVolume
(String sourceVolume) The name of the volume to mount.Methods in com.amazonaws.services.ecs.model that return types with arguments of type MountPointModifier and TypeMethodDescriptionContainerDefinition.getMountPoints()
The mount points for data volumes in your container.Methods in com.amazonaws.services.ecs.model with parameters of type MountPointModifier and TypeMethodDescriptionContainerDefinition.withMountPoints
(MountPoint... mountPoints) The mount points for data volumes in your container.Method parameters in com.amazonaws.services.ecs.model with type arguments of type MountPointModifier and TypeMethodDescriptionvoid
ContainerDefinition.setMountPoints
(Collection<MountPoint> mountPoints) The mount points for data volumes in your container.ContainerDefinition.withMountPoints
(Collection<MountPoint> mountPoints) The mount points for data volumes in your container.