Uses of Class
software.amazon.awssdk.services.cloudfront.model.FunctionConfig
-
Packages that use FunctionConfig Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of FunctionConfig in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FunctionConfig Modifier and Type Method Description FunctionConfig
CreateFunctionRequest. functionConfig()
Configuration information about the function, including an optional comment and the function's runtime.FunctionConfig
FunctionSummary. functionConfig()
Contains configuration information about a CloudFront function.FunctionConfig
UpdateFunctionRequest. functionConfig()
Configuration information about the function.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type FunctionConfig Modifier and Type Method Description CreateFunctionRequest.Builder
CreateFunctionRequest.Builder. functionConfig(FunctionConfig functionConfig)
Configuration information about the function, including an optional comment and the function's runtime.FunctionSummary.Builder
FunctionSummary.Builder. functionConfig(FunctionConfig functionConfig)
Contains configuration information about a CloudFront function.UpdateFunctionRequest.Builder
UpdateFunctionRequest.Builder. functionConfig(FunctionConfig functionConfig)
Configuration information about the function.
-