Uses of Class
com.oracle.bmc.stackmonitoring.model.AgentReceiverProperties
-
Packages that use AgentReceiverProperties Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of AgentReceiverProperties in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return AgentReceiverProperties Modifier and Type Method Description AgentReceiverProperties
AgentReceiverProperties.Builder. build()
AgentReceiverProperties
UpdateAgentReceiverTaskDetails. getReceiverProperties()
Methods in com.oracle.bmc.stackmonitoring.model with parameters of type AgentReceiverProperties Modifier and Type Method Description AgentReceiverProperties.Builder
AgentReceiverProperties.Builder. copy(AgentReceiverProperties model)
UpdateAgentReceiverTaskDetails.Builder
UpdateAgentReceiverTaskDetails.Builder. receiverProperties(AgentReceiverProperties receiverProperties)
Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type AgentReceiverProperties Constructor Description UpdateAgentReceiverTaskDetails(String agentId, HandlerType handlerType, Boolean isEnable, AgentReceiverProperties receiverProperties)
Deprecated.
-