public class ListVersionsByFunctionResponse extends CfcResponse
metadata| Constructor and Description |
|---|
ListVersionsByFunctionResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<FunctionConfiguration> |
getVersions()
Get the function version list
|
void |
setVersions(List<FunctionConfiguration> versions)
Set the function version list
|
setMetadata, toStringgetMetadatapublic List<FunctionConfiguration> getVersions()
public void setVersions(List<FunctionConfiguration> versions)
versions - The function version listCopyright © 2024. All rights reserved.