Uses of Class
software.amazon.awssdk.services.greengrass.model.FunctionRunAsConfig
-
Packages that use FunctionRunAsConfig Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of FunctionRunAsConfig in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return FunctionRunAsConfig Modifier and Type Method Description FunctionRunAsConfigFunctionDefaultExecutionConfig. runAs()Returns the value of the RunAs property for this object.FunctionRunAsConfigFunctionExecutionConfig. runAs()Returns the value of the RunAs property for this object.Methods in software.amazon.awssdk.services.greengrass.model with parameters of type FunctionRunAsConfig Modifier and Type Method Description FunctionDefaultExecutionConfig.BuilderFunctionDefaultExecutionConfig.Builder. runAs(FunctionRunAsConfig runAs)Sets the value of the RunAs property for this object.FunctionExecutionConfig.BuilderFunctionExecutionConfig.Builder. runAs(FunctionRunAsConfig runAs)Sets the value of the RunAs property for this object.
-