| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
static FunctionIsolationMode |
FunctionIsolationMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FunctionIsolationMode |
FunctionExecutionConfig.isolationMode()
Returns the value of the IsolationMode property for this object.
|
FunctionIsolationMode |
FunctionDefaultExecutionConfig.isolationMode()
Returns the value of the IsolationMode property for this object.
|
static FunctionIsolationMode |
FunctionIsolationMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<FunctionIsolationMode> |
FunctionIsolationMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FunctionExecutionConfig.Builder |
FunctionExecutionConfig.Builder.isolationMode(FunctionIsolationMode isolationMode)
Sets the value of the IsolationMode property for this object.
|
FunctionDefaultExecutionConfig.Builder |
FunctionDefaultExecutionConfig.Builder.isolationMode(FunctionIsolationMode isolationMode)
Sets the value of the IsolationMode property for this object.
|
Copyright © 2018. All rights reserved.