| Package | Description |
|---|---|
| com.baidubce.services.cfc.model |
| Modifier and Type | Method and Description |
|---|---|
FunctionConfiguration |
GetFunctionResponse.getConfiguration()
Get the function information
|
| Modifier and Type | Method and Description |
|---|---|
List<FunctionConfiguration> |
ListFunctionsResponse.getFunctions()
Get the function list
|
List<FunctionConfiguration> |
ListVersionsByFunctionResponse.getVersions()
Get the function version list
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFunctionResponse.setConfiguration(FunctionConfiguration configuration)
Set the function information
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFunctionsResponse.setFunctions(List<FunctionConfiguration> functions)
Set the function list
|
void |
ListVersionsByFunctionResponse.setVersions(List<FunctionConfiguration> versions)
Set the function version list
|
Copyright © 2023. All rights reserved.