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.withRuntime(FunctionRuntime runtime)
The function's runtime environment.
|
FunctionConfig |
FunctionConfig.withRuntime(String runtime)
The function's runtime environment.
|
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 © 2023. All rights reserved.