Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
FunctionUrlConfig |
FunctionUrlConfig.clone() |
FunctionUrlConfig |
FunctionUrlConfig.withAuthorizationType(AuthorizationType authorizationType) |
FunctionUrlConfig |
FunctionUrlConfig.withAuthorizationType(String authorizationType) |
FunctionUrlConfig |
FunctionUrlConfig.withCors(Cors cors) |
FunctionUrlConfig |
FunctionUrlConfig.withCreationTime(String creationTime) |
FunctionUrlConfig |
FunctionUrlConfig.withFunctionArn(String functionArn) |
FunctionUrlConfig |
FunctionUrlConfig.withFunctionUrl(String functionUrl) |
FunctionUrlConfig |
FunctionUrlConfig.withLastModifiedTime(String lastModifiedTime) |
Modifier and Type | Method and Description |
---|---|
List<FunctionUrlConfig> |
ListFunctionUrlConfigsResult.getFunctionUrlConfigs() |
Modifier and Type | Method and Description |
---|---|
ListFunctionUrlConfigsResult |
ListFunctionUrlConfigsResult.withFunctionUrlConfigs(FunctionUrlConfig... functionUrlConfigs)
NOTE: This method appends the values to the existing list (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
ListFunctionUrlConfigsResult.setFunctionUrlConfigs(Collection<FunctionUrlConfig> functionUrlConfigs) |
ListFunctionUrlConfigsResult |
ListFunctionUrlConfigsResult.withFunctionUrlConfigs(Collection<FunctionUrlConfig> functionUrlConfigs) |
Copyright © 2021. All rights reserved.