| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
FunctionUrlAuthType |
UpdateFunctionUrlConfigResponse.authType()
The type of authentication that your function URL uses.
|
FunctionUrlAuthType |
CreateFunctionUrlConfigResponse.authType()
The type of authentication that your function URL uses.
|
FunctionUrlAuthType |
CreateFunctionUrlConfigRequest.authType()
The type of authentication that your function URL uses.
|
FunctionUrlAuthType |
FunctionUrlConfig.authType()
The type of authentication that your function URL uses.
|
FunctionUrlAuthType |
UpdateFunctionUrlConfigRequest.authType()
The type of authentication that your function URL uses.
|
FunctionUrlAuthType |
GetFunctionUrlConfigResponse.authType()
The type of authentication that your function URL uses.
|
static FunctionUrlAuthType |
FunctionUrlAuthType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FunctionUrlAuthType |
AddPermissionRequest.functionUrlAuthType()
The type of authentication that your function URL uses.
|
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 |
|---|---|
static Set<FunctionUrlAuthType> |
FunctionUrlAuthType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFunctionUrlConfigResponse.Builder |
UpdateFunctionUrlConfigResponse.Builder.authType(FunctionUrlAuthType authType)
The type of authentication that your function URL uses.
|
CreateFunctionUrlConfigResponse.Builder |
CreateFunctionUrlConfigResponse.Builder.authType(FunctionUrlAuthType authType)
The type of authentication that your function URL uses.
|
CreateFunctionUrlConfigRequest.Builder |
CreateFunctionUrlConfigRequest.Builder.authType(FunctionUrlAuthType authType)
The type of authentication that your function URL uses.
|
FunctionUrlConfig.Builder |
FunctionUrlConfig.Builder.authType(FunctionUrlAuthType authType)
The type of authentication that your function URL uses.
|
UpdateFunctionUrlConfigRequest.Builder |
UpdateFunctionUrlConfigRequest.Builder.authType(FunctionUrlAuthType authType)
The type of authentication that your function URL uses.
|
GetFunctionUrlConfigResponse.Builder |
GetFunctionUrlConfigResponse.Builder.authType(FunctionUrlAuthType authType)
The type of authentication that your function URL uses.
|
AddPermissionRequest.Builder |
AddPermissionRequest.Builder.functionUrlAuthType(FunctionUrlAuthType functionUrlAuthType)
The type of authentication that your function URL uses.
|
Copyright © 2023. All rights reserved.