| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
HostVolumeProperties |
HostVolumeProperties.clone() |
HostVolumeProperties |
Volume.getHost()
The contents of the
host parameter determine whether your data volume persists on the host container
instance and where it is stored. |
HostVolumeProperties |
HostVolumeProperties.withSourcePath(String sourcePath)
The path on the host container instance that is presented to the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Volume.setHost(HostVolumeProperties host)
The contents of the
host parameter determine whether your data volume persists on the host container
instance and where it is stored. |
Volume |
Volume.withHost(HostVolumeProperties host)
The contents of the
host parameter determine whether your data volume persists on the host container
instance and where it is stored. |
Copyright © 2017. All rights reserved.