| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
FunctionConfig |
FunctionSummary.functionConfig()
Contains configuration information about a CloudFront function.
|
FunctionConfig |
CreateFunctionRequest.functionConfig()
Configuration information about the function, including an optional comment and the function’s runtime.
|
FunctionConfig |
UpdateFunctionRequest.functionConfig()
Configuration information about the function.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionSummary.Builder |
FunctionSummary.Builder.functionConfig(FunctionConfig functionConfig)
Contains configuration information about a CloudFront function.
|
CreateFunctionRequest.Builder |
CreateFunctionRequest.Builder.functionConfig(FunctionConfig functionConfig)
Configuration information about the function, including an optional comment and the function’s runtime.
|
UpdateFunctionRequest.Builder |
UpdateFunctionRequest.Builder.functionConfig(FunctionConfig functionConfig)
Configuration information about the function.
|
Copyright © 2021. All rights reserved.