| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
VolumeFrom |
VolumeFrom.clone() |
VolumeFrom |
VolumeFrom.withReadOnly(Boolean readOnly)
If this value is
true, the container has read-only access to the volume. |
VolumeFrom |
VolumeFrom.withSourceContainer(String sourceContainer)
The name of another container within the same task definition from which to mount volumes.
|
| Modifier and Type | Method and Description |
|---|---|
List<VolumeFrom> |
ContainerDefinition.getVolumesFrom()
Data volumes to mount from another container.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDefinition |
ContainerDefinition.withVolumesFrom(VolumeFrom... volumesFrom)
Data volumes to mount from another container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDefinition.setVolumesFrom(Collection<VolumeFrom> volumesFrom)
Data volumes to mount from another container.
|
ContainerDefinition |
ContainerDefinition.withVolumesFrom(Collection<VolumeFrom> volumesFrom)
Data volumes to mount from another container.
|
Copyright © 2020. All rights reserved.