Uses of Class
com.oracle.bmc.opsi.model.HostedEntitySummary
-
Packages that use HostedEntitySummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of HostedEntitySummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type HostedEntitySummary Modifier and Type Method Description Iterable<HostedEntitySummary>
OperationsInsightsPaginators. listHostedEntitiesRecordIterator(ListHostedEntitiesRequest request)
Creates a new iterable which will iterate over theHostedEntitySummary
objects contained in responses from the listHostedEntities operation. -
Uses of HostedEntitySummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return HostedEntitySummary Modifier and Type Method Description HostedEntitySummary
HostedEntitySummary.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type HostedEntitySummary Modifier and Type Method Description List<HostedEntitySummary>
HostedEntityCollection. getItems()
List of hosted entities details.Methods in com.oracle.bmc.opsi.model with parameters of type HostedEntitySummary Modifier and Type Method Description HostedEntitySummary.Builder
HostedEntitySummary.Builder. copy(HostedEntitySummary model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type HostedEntitySummary Modifier and Type Method Description HostedEntityCollection.Builder
HostedEntityCollection.Builder. items(List<HostedEntitySummary> items)
List of hosted entities details.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type HostedEntitySummary Constructor Description HostedEntityCollection(Date timeIntervalStart, Date timeIntervalEnd, List<HostedEntitySummary> items)
Deprecated.
-