| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsMountPoint |
AwsMountPoint.clone() |
AwsMountPoint |
AwsMountPoint.withContainerPath(String containerPath)
The path on the container to mount the host volume at.
|
AwsMountPoint |
AwsMountPoint.withSourceVolume(String sourceVolume)
The name of the volume to mount.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsMountPoint> |
AwsEcsContainerDetails.getMountPoints()
The mount points for data volumes in your container.
|
| Modifier and Type | Method and Description |
|---|---|
AwsEcsContainerDetails |
AwsEcsContainerDetails.withMountPoints(AwsMountPoint... mountPoints)
The mount points for data volumes in your container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEcsContainerDetails.setMountPoints(Collection<AwsMountPoint> mountPoints)
The mount points for data volumes in your container.
|
AwsEcsContainerDetails |
AwsEcsContainerDetails.withMountPoints(Collection<AwsMountPoint> mountPoints)
The mount points for data volumes in your container.
|
Copyright © 2022. All rights reserved.