Uses of Class
com.amazonaws.services.ecs.model.MountPoint
-
Packages that use MountPoint Package Description com.amazonaws.services.ecs.model -
-
Uses of MountPoint in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return MountPoint Modifier and Type Method Description MountPoint
MountPoint. clone()
MountPoint
MountPoint. withContainerPath(String containerPath)
The path on the container to mount the host volume at.MountPoint
MountPoint. withReadOnly(Boolean readOnly)
If this value istrue
, the container has read-only access to the volume.MountPoint
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 MountPoint Modifier and Type Method Description List<MountPoint>
ContainerDefinition. getMountPoints()
The mount points for data volumes in your container.Methods in com.amazonaws.services.ecs.model with parameters of type MountPoint Modifier and Type Method Description ContainerDefinition
ContainerDefinition. 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 MountPoint Modifier and Type Method Description void
ContainerDefinition. setMountPoints(Collection<MountPoint> mountPoints)
The mount points for data volumes in your container.ContainerDefinition
ContainerDefinition. withMountPoints(Collection<MountPoint> mountPoints)
The mount points for data volumes in your container.
-