Uses of Class
software.amazon.awssdk.services.cloudfront.model.FunctionConfig
Packages that use FunctionConfig
-
Uses of FunctionConfig in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FunctionConfigModifier and TypeMethodDescriptionfinal FunctionConfigConnectionFunctionSummary.connectionFunctionConfig()Returns the value of the ConnectionFunctionConfig property for this object.final FunctionConfigCreateConnectionFunctionRequest.connectionFunctionConfig()Returns the value of the ConnectionFunctionConfig property for this object.final FunctionConfigUpdateConnectionFunctionRequest.connectionFunctionConfig()Returns the value of the ConnectionFunctionConfig property for this object.final FunctionConfigCreateFunctionRequest.functionConfig()Configuration information about the function, including an optional comment and the function's runtime.final FunctionConfigFunctionSummary.functionConfig()Contains configuration information about a CloudFront function.final FunctionConfigUpdateFunctionRequest.functionConfig()Configuration information about the function.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type FunctionConfigModifier and TypeMethodDescriptionConnectionFunctionSummary.Builder.connectionFunctionConfig(FunctionConfig connectionFunctionConfig) Sets the value of the ConnectionFunctionConfig property for this object.CreateConnectionFunctionRequest.Builder.connectionFunctionConfig(FunctionConfig connectionFunctionConfig) Sets the value of the ConnectionFunctionConfig property for this object.UpdateConnectionFunctionRequest.Builder.connectionFunctionConfig(FunctionConfig connectionFunctionConfig) Sets the value of the ConnectionFunctionConfig property for this object.CreateFunctionRequest.Builder.functionConfig(FunctionConfig functionConfig) Configuration information about the function, including an optional comment and the function's runtime.FunctionSummary.Builder.functionConfig(FunctionConfig functionConfig) Contains configuration information about a CloudFront function.UpdateFunctionRequest.Builder.functionConfig(FunctionConfig functionConfig) Configuration information about the function.