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 FunctionConfigCreateFunctionRequest. functionConfig()Configuration information about the function, including an optional comment and the function's runtime.FunctionConfigFunctionSummary. functionConfig()Contains configuration information about a CloudFront function.FunctionConfigUpdateFunctionRequest. 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.BuilderCreateFunctionRequest.Builder. functionConfig(FunctionConfig functionConfig)Configuration information about the function, including an optional comment and the function's runtime.FunctionSummary.BuilderFunctionSummary.Builder. functionConfig(FunctionConfig functionConfig)Contains configuration information about a CloudFront function.UpdateFunctionRequest.BuilderUpdateFunctionRequest.Builder. functionConfig(FunctionConfig functionConfig)Configuration information about the function.
-