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