| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
List<Volume> |
ContainerProperties.volumes()
A list of data volumes used in a job.
|
List<Volume> |
ContainerDetail.volumes()
A list of volumes that are associated with the job.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerProperties.Builder |
ContainerProperties.Builder.volumes(Volume... volumes)
A list of data volumes used in a job.
|
ContainerDetail.Builder |
ContainerDetail.Builder.volumes(Volume... volumes)
A list of volumes that are associated with the job.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerProperties.Builder |
ContainerProperties.Builder.volumes(Collection<Volume> volumes)
A list of data volumes used in a job.
|
ContainerDetail.Builder |
ContainerDetail.Builder.volumes(Collection<Volume> volumes)
A list of volumes that are associated with the job.
|
Copyright © 2023. All rights reserved.