Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
Host |
Host.clone() |
Host |
Volume.getHost()
The contents of the
host parameter determine whether your data volume persists on the host container
instance and where it is stored. |
Host |
Host.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(Host 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(Host host)
The contents of the
host parameter determine whether your data volume persists on the host container
instance and where it is stored. |
Copyright © 2020. All rights reserved.