Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
HostVolumeProperties |
HostVolumeProperties.clone() |
HostVolumeProperties |
Volume.getHost()
This parameter is specified when you use 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's presented to the container. |
Modifier and Type | Method and Description |
---|---|
void |
Volume.setHost(HostVolumeProperties host)
This parameter is specified when you use bind mount host volumes.
|
Volume |
Volume.withHost(HostVolumeProperties host)
This parameter is specified when you use bind mount host volumes.
|
Copyright © 2023. All rights reserved.