Uses of Class
software.amazon.awssdk.services.greengrass.model.FunctionIsolationMode
-
Packages that use FunctionIsolationMode Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of FunctionIsolationMode in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return FunctionIsolationMode Modifier and Type Method Description static FunctionIsolationModeFunctionIsolationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FunctionIsolationModeFunctionDefaultExecutionConfig. isolationMode()Returns the value of the IsolationMode property for this object.FunctionIsolationModeFunctionExecutionConfig. isolationMode()Returns the value of the IsolationMode property for this object.static FunctionIsolationModeFunctionIsolationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionIsolationMode[]FunctionIsolationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type FunctionIsolationMode Modifier and Type Method Description static Set<FunctionIsolationMode>FunctionIsolationMode. knownValues()Methods in software.amazon.awssdk.services.greengrass.model with parameters of type FunctionIsolationMode Modifier and Type Method Description FunctionDefaultExecutionConfig.BuilderFunctionDefaultExecutionConfig.Builder. isolationMode(FunctionIsolationMode isolationMode)Sets the value of the IsolationMode property for this object.FunctionExecutionConfig.BuilderFunctionExecutionConfig.Builder. isolationMode(FunctionIsolationMode isolationMode)Sets the value of the IsolationMode property for this object.
-