| 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 the container to mount volumes from. | 
| 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 © 2017. All rights reserved.