Uses of Class
software.amazon.awssdk.services.greengrassv2.model.LambdaVolumeMount
-
Packages that use LambdaVolumeMount Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of LambdaVolumeMount in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type LambdaVolumeMount Modifier and Type Method Description List<LambdaVolumeMount>LambdaContainerParams. volumes()The list of volumes that the container can access.Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type LambdaVolumeMount Modifier and Type Method Description LambdaContainerParams.BuilderLambdaContainerParams.Builder. volumes(LambdaVolumeMount... volumes)The list of volumes that the container can access.Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type LambdaVolumeMount Modifier and Type Method Description LambdaContainerParams.BuilderLambdaContainerParams.Builder. volumes(Collection<LambdaVolumeMount> volumes)The list of volumes that the container can access.
-