Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<MountPoint> |
ContainerDefinition.mountPoints
The mount points for data volumes in your container.
|
Modifier and Type | Method and Description |
---|---|
MountPoint |
MountPoint.clone() |
MountPoint |
MountPoint.withContainerPath(java.lang.String containerPath)
The path on the container to mount the host volume at.
|
MountPoint |
MountPoint.withReadOnly(java.lang.Boolean readOnly)
If this value is
true , the container has read-only access to
the volume. |
MountPoint |
MountPoint.withSourceVolume(java.lang.String sourceVolume)
The name of the volume to mount.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<MountPoint> mountPoints)
The mount points for data volumes in your container.
|
ContainerDefinition |
ContainerDefinition.withMountPoints(java.util.Collection<MountPoint> mountPoints)
The mount points for data volumes in your container.
|
Modifier and Type | Method and Description |
---|---|
MountPoint |
MountPointJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MountPointJsonMarshaller.marshall(MountPoint mountPoint,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|