| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
VolumeMount |
VolumeMount.clone() |
VolumeMount |
VolumeMount.withMountPath(String mountPath)
The path in the container at which the volume should be mounted.
|
VolumeMount |
VolumeMount.withName(String name)
The name of the volume.
|
| Modifier and Type | Method and Description |
|---|---|
List<VolumeMount> |
ContainerDetails.getVolumeMounts()
Provides information about the mounting of a volume in a container.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDetails |
ContainerDetails.withVolumeMounts(VolumeMount... volumeMounts)
Provides information about the mounting of a volume in a container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDetails.setVolumeMounts(Collection<VolumeMount> volumeMounts)
Provides information about the mounting of a volume in a container.
|
ContainerDetails |
ContainerDetails.withVolumeMounts(Collection<VolumeMount> volumeMounts)
Provides information about the mounting of a volume in a container.
|
Copyright © 2022. All rights reserved.