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