| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<LambdaVolumeMount> |
LambdaContainerParams.volumes()
The list of volumes that the container can access.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaContainerParams.Builder |
LambdaContainerParams.Builder.volumes(LambdaVolumeMount... volumes)
The list of volumes that the container can access.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaContainerParams.Builder |
LambdaContainerParams.Builder.volumes(Collection<LambdaVolumeMount> volumes)
The list of volumes that the container can access.
|
Copyright © 2023. All rights reserved.