| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
VolumeMount |
VolumeMount.clone() |
VolumeMount |
VolumeMount.withMountPath(String mountPath)
Volume mount path.
|
VolumeMount |
VolumeMount.withName(String name)
Volume mount name.
|
| Modifier and Type | Method and Description |
|---|---|
List<VolumeMount> |
Container.getVolumeMounts()
Container volume mounts.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.withVolumeMounts(VolumeMount... volumeMounts)
Container volume mounts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Container.setVolumeMounts(Collection<VolumeMount> volumeMounts)
Container volume mounts.
|
Container |
Container.withVolumeMounts(Collection<VolumeMount> volumeMounts)
Container volume mounts.
|
Copyright © 2025. All rights reserved.