| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
HostVolumeProperties |
HostVolumeProperties.clone() |
HostVolumeProperties |
Volume.getHost()
This parameter is specified when using bind mount host volumes.
|
HostVolumeProperties |
HostVolumeProperties.withSourcePath(String sourcePath)
When the
host parameter is used, specify a sourcePath to declare the path on the host
container instance that is presented to the container. |
| Modifier and Type | Method and Description |
|---|---|
void |
Volume.setHost(HostVolumeProperties host)
This parameter is specified when using bind mount host volumes.
|
Volume |
Volume.withHost(HostVolumeProperties host)
This parameter is specified when using bind mount host volumes.
|
Copyright © 2018. All rights reserved.