| Package | Description |
|---|---|
| com.amazonaws.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
static FunctionUrlAuthType |
FunctionUrlAuthType.fromValue(String value)
Use this in place of valueOf.
|
static FunctionUrlAuthType |
FunctionUrlAuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionUrlAuthType[] |
FunctionUrlAuthType.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.withAuthType(FunctionUrlAuthType authType)
The type of authentication that your function URL uses.
|
GetFunctionUrlConfigResult |
GetFunctionUrlConfigResult.withAuthType(FunctionUrlAuthType authType)
The type of authentication that your function URL uses.
|
CreateFunctionUrlConfigRequest |
CreateFunctionUrlConfigRequest.withAuthType(FunctionUrlAuthType authType)
The type of authentication that your function URL uses.
|
UpdateFunctionUrlConfigRequest |
UpdateFunctionUrlConfigRequest.withAuthType(FunctionUrlAuthType authType)
The type of authentication that your function URL uses.
|
FunctionUrlConfig |
FunctionUrlConfig.withAuthType(FunctionUrlAuthType authType)
The type of authentication that your function URL uses.
|
CreateFunctionUrlConfigResult |
CreateFunctionUrlConfigResult.withAuthType(FunctionUrlAuthType authType)
The type of authentication that your function URL uses.
|
AddPermissionRequest |
AddPermissionRequest.withFunctionUrlAuthType(FunctionUrlAuthType functionUrlAuthType)
The type of authentication that your function URL uses.
|
Copyright © 2023. All rights reserved.