| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EksContainerVolumeMount |
EksContainerVolumeMount.clone() |
EksContainerVolumeMount |
EksContainerVolumeMount.withMountPath(String mountPath)
The path on the container where the volume is mounted.
|
EksContainerVolumeMount |
EksContainerVolumeMount.withName(String name)
The name the volume mount.
|
EksContainerVolumeMount |
EksContainerVolumeMount.withReadOnly(Boolean readOnly)
If this value is
true, the container has read-only access to the volume. |
| Modifier and Type | Method and Description |
|---|---|
List<EksContainerVolumeMount> |
EksContainerDetail.getVolumeMounts()
The volume mounts for the container.
|
List<EksContainerVolumeMount> |
EksContainer.getVolumeMounts()
The volume mounts for the container.
|
| Modifier and Type | Method and Description |
|---|---|
EksContainerDetail |
EksContainerDetail.withVolumeMounts(EksContainerVolumeMount... volumeMounts)
The volume mounts for the container.
|
EksContainer |
EksContainer.withVolumeMounts(EksContainerVolumeMount... volumeMounts)
The volume mounts for the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EksContainerDetail.setVolumeMounts(Collection<EksContainerVolumeMount> volumeMounts)
The volume mounts for the container.
|
void |
EksContainer.setVolumeMounts(Collection<EksContainerVolumeMount> volumeMounts)
The volume mounts for the container.
|
EksContainerDetail |
EksContainerDetail.withVolumeMounts(Collection<EksContainerVolumeMount> volumeMounts)
The volume mounts for the container.
|
EksContainer |
EksContainer.withVolumeMounts(Collection<EksContainerVolumeMount> volumeMounts)
The volume mounts for the container.
|
Copyright © 2023. All rights reserved.