Uses of Class
com.oracle.bmc.apmconfig.model.AgentConfigMap
-
Packages that use AgentConfigMap Package Description com.oracle.bmc.apmconfig.model -
-
Uses of AgentConfigMap in com.oracle.bmc.apmconfig.model
Methods in com.oracle.bmc.apmconfig.model that return AgentConfigMap Modifier and Type Method Description AgentConfigMap
AgentConfigMap.Builder. build()
AgentConfigMap
AgentConfig. getConfig()
AgentConfigMap
AgentConfigSummary. getConfig()
AgentConfigMap
CreateAgentConfigDetails. getConfig()
AgentConfigMap
UpdateAgentConfigDetails. getConfig()
Methods in com.oracle.bmc.apmconfig.model with parameters of type AgentConfigMap Modifier and Type Method Description AgentConfig.Builder
AgentConfig.Builder. config(AgentConfigMap config)
AgentConfigSummary.Builder
AgentConfigSummary.Builder. config(AgentConfigMap config)
CreateAgentConfigDetails.Builder
CreateAgentConfigDetails.Builder. config(AgentConfigMap config)
UpdateAgentConfigDetails.Builder
UpdateAgentConfigDetails.Builder. config(AgentConfigMap config)
AgentConfigMap.Builder
AgentConfigMap.Builder. copy(AgentConfigMap model)
Constructors in com.oracle.bmc.apmconfig.model with parameters of type AgentConfigMap Constructor Description AgentConfig(String id, Date timeCreated, Date timeUpdated, String createdBy, String updatedBy, String etag, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> matchAgentsWithAttributeKey, String matchAgentsWithAttributeValue, AgentConfigMap config, AgentConfigOverrides overrides)
Deprecated.AgentConfigSummary(String id, Date timeCreated, Date timeUpdated, String createdBy, String updatedBy, String etag, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<String> matchAgentsWithAttributeKey, String matchAgentsWithAttributeValue, AgentConfigMap config, AgentConfigOverrides overrides)
Deprecated.CreateAgentConfigDetails(Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String matchAgentsWithAttributeValue, AgentConfigMap config, AgentConfigOverrides overrides)
Deprecated.UpdateAgentConfigDetails(Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, AgentConfigMap config, AgentConfigOverrides overrides)
Deprecated.
-