Uses of Class
com.liveperson.faas.response.lambda.KeyValuePairResponseObject
-
Packages that use KeyValuePairResponseObject Package Description com.liveperson.faas.response.lambda -
-
Uses of KeyValuePairResponseObject in com.liveperson.faas.response.lambda
Methods in com.liveperson.faas.response.lambda that return types with arguments of type KeyValuePairResponseObject Modifier and Type Method Description List<KeyValuePairResponseObject>ImplementationResponseObject. getDependencies()List<KeyValuePairResponseObject>ImplementationResponseObject. getEnvironmentVariables()Method parameters in com.liveperson.faas.response.lambda with type arguments of type KeyValuePairResponseObject Modifier and Type Method Description voidImplementationResponseObject. setDependencies(List<KeyValuePairResponseObject> dependencies)voidImplementationResponseObject. setEnvironmentVariables(List<KeyValuePairResponseObject> environmentVariables)
-