| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront.model | 
| Modifier and Type | Method and Description | 
|---|---|
FunctionConfig | 
FunctionConfig.clone()  | 
FunctionConfig | 
UpdateFunctionRequest.getFunctionConfig()
 Configuration information about the function. 
 | 
FunctionConfig | 
CreateFunctionRequest.getFunctionConfig()
 Configuration information about the function, including an optional comment and the function's runtime. 
 | 
FunctionConfig | 
FunctionSummary.getFunctionConfig()
 Contains configuration information about a CloudFront function. 
 | 
FunctionConfig | 
FunctionConfig.withComment(String comment)
 A comment to describe the function. 
 | 
FunctionConfig | 
FunctionConfig.withKeyValueStoreAssociations(KeyValueStoreAssociations keyValueStoreAssociations)
 The configuration for the key value store associations. 
 | 
FunctionConfig | 
FunctionConfig.withRuntime(FunctionRuntime runtime)
 The function's runtime environment version. 
 | 
FunctionConfig | 
FunctionConfig.withRuntime(String runtime)
 The function's runtime environment version. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UpdateFunctionRequest.setFunctionConfig(FunctionConfig functionConfig)
 Configuration information about the function. 
 | 
void | 
CreateFunctionRequest.setFunctionConfig(FunctionConfig functionConfig)
 Configuration information about the function, including an optional comment and the function's runtime. 
 | 
void | 
FunctionSummary.setFunctionConfig(FunctionConfig functionConfig)
 Contains configuration information about a CloudFront function. 
 | 
UpdateFunctionRequest | 
UpdateFunctionRequest.withFunctionConfig(FunctionConfig functionConfig)
 Configuration information about the function. 
 | 
CreateFunctionRequest | 
CreateFunctionRequest.withFunctionConfig(FunctionConfig functionConfig)
 Configuration information about the function, including an optional comment and the function's runtime. 
 | 
FunctionSummary | 
FunctionSummary.withFunctionConfig(FunctionConfig functionConfig)
 Contains configuration information about a CloudFront function. 
 | 
Copyright © 2024. All rights reserved.