Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
static InvokeMode |
InvokeMode.fromValue(String value)
Use this in place of valueOf.
|
static InvokeMode |
InvokeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvokeMode[] |
InvokeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateFunctionUrlConfigResult |
UpdateFunctionUrlConfigResult.withInvokeMode(InvokeMode invokeMode)
Use one of the following options:
|
UpdateFunctionUrlConfigRequest |
UpdateFunctionUrlConfigRequest.withInvokeMode(InvokeMode invokeMode)
Use one of the following options:
|
GetFunctionUrlConfigResult |
GetFunctionUrlConfigResult.withInvokeMode(InvokeMode invokeMode)
Use one of the following options:
|
CreateFunctionUrlConfigResult |
CreateFunctionUrlConfigResult.withInvokeMode(InvokeMode invokeMode)
Use one of the following options:
|
CreateFunctionUrlConfigRequest |
CreateFunctionUrlConfigRequest.withInvokeMode(InvokeMode invokeMode)
Use one of the following options:
|
FunctionUrlConfig |
FunctionUrlConfig.withInvokeMode(InvokeMode invokeMode)
Use one of the following options:
|
Copyright © 2023. All rights reserved.