Uses of Class
com.oracle.bmc.cloudbridge.model.AgentCollection
-
Packages that use AgentCollection Package Description com.oracle.bmc.cloudbridge.model com.oracle.bmc.cloudbridge.responses -
-
Uses of AgentCollection in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return AgentCollection Modifier and Type Method Description AgentCollection
AgentCollection.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model with parameters of type AgentCollection Modifier and Type Method Description AgentCollection.Builder
AgentCollection.Builder. copy(AgentCollection model)
-
Uses of AgentCollection in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return AgentCollection Modifier and Type Method Description AgentCollection
ListAgentsResponse. getAgentCollection()
The returned AgentCollection instance.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type AgentCollection Modifier and Type Method Description ListAgentsResponse.Builder
ListAgentsResponse.Builder. agentCollection(AgentCollection agentCollection)
The returned AgentCollection instance.
-