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 MountPointMountPoint. clone()MountPointMountPoint. withContainerPath(String containerPath)The path on the container to mount the host volume at.MountPointMountPoint. withReadOnly(Boolean readOnly)If this value istrue, the container has read-only access to the volume.MountPointMountPoint. 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 ContainerDefinitionContainerDefinition. 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 voidContainerDefinition. setMountPoints(Collection<MountPoint> mountPoints)The mount points for data volumes in your container.ContainerDefinitionContainerDefinition. withMountPoints(Collection<MountPoint> mountPoints)The mount points for data volumes in your container.
-