Uses of Class
com.oracle.bmc.apmconfig.model.AgentConfigFile
-
Packages that use AgentConfigFile Package Description com.oracle.bmc.apmconfig.model -
-
Uses of AgentConfigFile in com.oracle.bmc.apmconfig.model
Methods in com.oracle.bmc.apmconfig.model that return AgentConfigFile Modifier and Type Method Description AgentConfigFile
AgentConfigFile.Builder. build()
Methods in com.oracle.bmc.apmconfig.model that return types with arguments of type AgentConfigFile Modifier and Type Method Description Map<String,AgentConfigFile>
AgentConfigMap. getConfigMap()
Map of agent configuration files, where keys are file names.Methods in com.oracle.bmc.apmconfig.model with parameters of type AgentConfigFile Modifier and Type Method Description AgentConfigFile.Builder
AgentConfigFile.Builder. copy(AgentConfigFile model)
Method parameters in com.oracle.bmc.apmconfig.model with type arguments of type AgentConfigFile Modifier and Type Method Description AgentConfigMap.Builder
AgentConfigMap.Builder. configMap(Map<String,AgentConfigFile> configMap)
Map of agent configuration files, where keys are file names.Constructor parameters in com.oracle.bmc.apmconfig.model with type arguments of type AgentConfigFile Constructor Description AgentConfigMap(Map<String,AgentConfigFile> configMap)
Deprecated.
-