Uses of Class
software.amazon.awssdk.services.greengrassv2.model.ComponentRunWith
-
Packages that use ComponentRunWith Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of ComponentRunWith in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return ComponentRunWith Modifier and Type Method Description ComponentRunWithComponentDeploymentSpecification. runWith()The system user and group that the IoT Greengrass Core software uses to run component processes on the core device.Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type ComponentRunWith Modifier and Type Method Description ComponentDeploymentSpecification.BuilderComponentDeploymentSpecification.Builder. runWith(ComponentRunWith runWith)The system user and group that the IoT Greengrass Core software uses to run component processes on the core device.
-