Uses of Class
com.oracle.bmc.cloudbridge.model.Agent
-
Packages that use Agent Package Description com.oracle.bmc.cloudbridge.model com.oracle.bmc.cloudbridge.responses -
-
Uses of Agent in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return Agent Modifier and Type Method Description Agent
Agent.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model with parameters of type Agent Modifier and Type Method Description Agent.Builder
Agent.Builder. copy(Agent model)
-
Uses of Agent in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return Agent Modifier and Type Method Description Agent
CreateAgentResponse. getAgent()
The returned Agent instance.Agent
GetAgentResponse. getAgent()
The returned Agent instance.Agent
UpdateAgentResponse. getAgent()
The returned Agent instance.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type Agent Modifier and Type Method Description CreateAgentResponse.Builder
CreateAgentResponse.Builder. agent(Agent agent)
The returned Agent instance.GetAgentResponse.Builder
GetAgentResponse.Builder. agent(Agent agent)
The returned Agent instance.UpdateAgentResponse.Builder
UpdateAgentResponse.Builder. agent(Agent agent)
The returned Agent instance.
-