Uses of Class
com.oracle.bmc.opsi.model.ImportableAgentEntitySummary
-
Packages that use ImportableAgentEntitySummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of ImportableAgentEntitySummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type ImportableAgentEntitySummary Modifier and Type Method Description Iterable<ImportableAgentEntitySummary>
OperationsInsightsPaginators. listImportableAgentEntitiesRecordIterator(ListImportableAgentEntitiesRequest request)
Creates a new iterable which will iterate over theImportableAgentEntitySummary
objects contained in responses from the listImportableAgentEntities operation. -
Uses of ImportableAgentEntitySummary in com.oracle.bmc.opsi.model
Subclasses of ImportableAgentEntitySummary in com.oracle.bmc.opsi.model Modifier and Type Class Description class
HostImportableAgentEntitySummary
An agent host entity that can be imported into Operations Insights.Methods in com.oracle.bmc.opsi.model that return types with arguments of type ImportableAgentEntitySummary Modifier and Type Method Description List<ImportableAgentEntitySummary>
ImportableAgentEntitySummaryCollection. getItems()
Array of importable agent entity objects.Method parameters in com.oracle.bmc.opsi.model with type arguments of type ImportableAgentEntitySummary Modifier and Type Method Description ImportableAgentEntitySummaryCollection.Builder
ImportableAgentEntitySummaryCollection.Builder. items(List<ImportableAgentEntitySummary> items)
Array of importable agent entity objects.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type ImportableAgentEntitySummary Constructor Description ImportableAgentEntitySummaryCollection(List<ImportableAgentEntitySummary> items)
Deprecated.
-