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