Uses of Class
com.oracle.bmc.cloudbridge.model.AgentSummary
-
Packages that use AgentSummary Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.model -
-
Uses of AgentSummary in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type AgentSummary Modifier and Type Method Description Iterable<AgentSummary>
OcbAgentSvcPaginators. listAgentsRecordIterator(ListAgentsRequest request)
Creates a new iterable which will iterate over theAgentSummary
objects contained in responses from the listAgents operation. -
Uses of AgentSummary in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return AgentSummary Modifier and Type Method Description AgentSummary
AgentSummary.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model that return types with arguments of type AgentSummary Modifier and Type Method Description List<AgentSummary>
AgentCollection. getItems()
List of Agents.Methods in com.oracle.bmc.cloudbridge.model with parameters of type AgentSummary Modifier and Type Method Description AgentSummary.Builder
AgentSummary.Builder. copy(AgentSummary model)
Method parameters in com.oracle.bmc.cloudbridge.model with type arguments of type AgentSummary Modifier and Type Method Description AgentCollection.Builder
AgentCollection.Builder. items(List<AgentSummary> items)
List of Agents.Constructor parameters in com.oracle.bmc.cloudbridge.model with type arguments of type AgentSummary Constructor Description AgentCollection(List<AgentSummary> items)
Deprecated.
-