Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
Volume |
Volume.clone() |
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. |
Volume |
Volume.withName(String name)
The name of the volume.
|
Modifier and Type | Method and Description |
---|---|
List<Volume> |
ContainerProperties.getVolumes()
A list of data volumes used in a job.
|
List<Volume> |
ContainerDetail.getVolumes()
A list of volumes associated with the job.
|
Modifier and Type | Method and Description |
---|---|
ContainerProperties |
ContainerProperties.withVolumes(Volume... volumes)
A list of data volumes used in a job.
|
ContainerDetail |
ContainerDetail.withVolumes(Volume... volumes)
A list of volumes associated with the job.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerProperties.setVolumes(Collection<Volume> volumes)
A list of data volumes used in a job.
|
void |
ContainerDetail.setVolumes(Collection<Volume> volumes)
A list of volumes associated with the job.
|
ContainerProperties |
ContainerProperties.withVolumes(Collection<Volume> volumes)
A list of data volumes used in a job.
|
ContainerDetail |
ContainerDetail.withVolumes(Collection<Volume> volumes)
A list of volumes associated with the job.
|
Copyright © 2018. All rights reserved.