Uses of Class
com.oracle.bmc.jms.model.AgentInstallerSummary
-
Packages that use AgentInstallerSummary Package Description com.oracle.bmc.jms com.oracle.bmc.jms.model -
-
Uses of AgentInstallerSummary in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return types with arguments of type AgentInstallerSummary Modifier and Type Method Description Iterable<AgentInstallerSummary>
JavaManagementServicePaginators. listAgentInstallersRecordIterator(ListAgentInstallersRequest request)
Creates a new iterable which will iterate over theAgentInstallerSummary
objects contained in responses from the listAgentInstallers operation. -
Uses of AgentInstallerSummary in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return AgentInstallerSummary Modifier and Type Method Description AgentInstallerSummary
AgentInstallerSummary.Builder. build()
Methods in com.oracle.bmc.jms.model that return types with arguments of type AgentInstallerSummary Modifier and Type Method Description List<AgentInstallerSummary>
AgentInstallerCollection. getItems()
A list of the agent installer summaries.Methods in com.oracle.bmc.jms.model with parameters of type AgentInstallerSummary Modifier and Type Method Description AgentInstallerSummary.Builder
AgentInstallerSummary.Builder. copy(AgentInstallerSummary model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type AgentInstallerSummary Modifier and Type Method Description AgentInstallerCollection.Builder
AgentInstallerCollection.Builder. items(List<AgentInstallerSummary> items)
A list of the agent installer summaries.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type AgentInstallerSummary Constructor Description AgentInstallerCollection(List<AgentInstallerSummary> items)
Deprecated.
-