Uses of Class
com.oracle.bmc.apmconfig.model.MatchAgentsWithAttributeKey
-
Packages that use MatchAgentsWithAttributeKey Package Description com.oracle.bmc.apmconfig.model com.oracle.bmc.apmconfig.responses -
-
Uses of MatchAgentsWithAttributeKey in com.oracle.bmc.apmconfig.model
Methods in com.oracle.bmc.apmconfig.model that return MatchAgentsWithAttributeKey Modifier and Type Method Description MatchAgentsWithAttributeKey
MatchAgentsWithAttributeKey.Builder. build()
Methods in com.oracle.bmc.apmconfig.model with parameters of type MatchAgentsWithAttributeKey Modifier and Type Method Description MatchAgentsWithAttributeKey.Builder
MatchAgentsWithAttributeKey.Builder. copy(MatchAgentsWithAttributeKey model)
-
Uses of MatchAgentsWithAttributeKey in com.oracle.bmc.apmconfig.responses
Methods in com.oracle.bmc.apmconfig.responses that return MatchAgentsWithAttributeKey Modifier and Type Method Description MatchAgentsWithAttributeKey
GetMatchAgentsWithAttributeKeyResponse. getMatchAgentsWithAttributeKey()
The returned MatchAgentsWithAttributeKey instance.MatchAgentsWithAttributeKey
UpdateMatchAgentsWithAttributeKeyResponse. getMatchAgentsWithAttributeKey()
The returned MatchAgentsWithAttributeKey instance.Methods in com.oracle.bmc.apmconfig.responses with parameters of type MatchAgentsWithAttributeKey Modifier and Type Method Description GetMatchAgentsWithAttributeKeyResponse.Builder
GetMatchAgentsWithAttributeKeyResponse.Builder. matchAgentsWithAttributeKey(MatchAgentsWithAttributeKey matchAgentsWithAttributeKey)
The returned MatchAgentsWithAttributeKey instance.UpdateMatchAgentsWithAttributeKeyResponse.Builder
UpdateMatchAgentsWithAttributeKeyResponse.Builder. matchAgentsWithAttributeKey(MatchAgentsWithAttributeKey matchAgentsWithAttributeKey)
The returned MatchAgentsWithAttributeKey instance.
-