Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and 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 is
true , the container has read-only access to
the volume. |
MountPoint |
MountPoint.withSourceVolume(String sourceVolume)
The name of the volume to mount.
|
Modifier and Type | Method and Description |
---|---|
List<MountPoint> |
ContainerDefinition.getMountPoints()
The mount points for data volumes in your container.
|
Modifier and Type | Method and Description |
---|---|
ContainerDefinition |
ContainerDefinition.withMountPoints(MountPoint... mountPoints)
The mount points for data volumes in your container.
|
Modifier and Type | Method and 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.
|
Copyright © 2016. All rights reserved.