Uses of Class
com.oracle.bmc.datasafe.model.DiscoveryAnalyticsSummary
-
Packages that use DiscoveryAnalyticsSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of DiscoveryAnalyticsSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type DiscoveryAnalyticsSummary Modifier and Type Method Description Iterable<DiscoveryAnalyticsSummary>
DataSafePaginators. listDiscoveryAnalyticsRecordIterator(ListDiscoveryAnalyticsRequest request)
Creates a new iterable which will iterate over theDiscoveryAnalyticsSummary
objects contained in responses from the listDiscoveryAnalytics operation. -
Uses of DiscoveryAnalyticsSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return DiscoveryAnalyticsSummary Modifier and Type Method Description DiscoveryAnalyticsSummary
DiscoveryAnalyticsSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type DiscoveryAnalyticsSummary Modifier and Type Method Description List<DiscoveryAnalyticsSummary>
DiscoveryAnalyticsCollection. getItems()
An array of discovery analytics summary objects.Methods in com.oracle.bmc.datasafe.model with parameters of type DiscoveryAnalyticsSummary Modifier and Type Method Description DiscoveryAnalyticsSummary.Builder
DiscoveryAnalyticsSummary.Builder. copy(DiscoveryAnalyticsSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type DiscoveryAnalyticsSummary Modifier and Type Method Description DiscoveryAnalyticsCollection.Builder
DiscoveryAnalyticsCollection.Builder. items(List<DiscoveryAnalyticsSummary> items)
An array of discovery analytics summary objects.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type DiscoveryAnalyticsSummary Constructor Description DiscoveryAnalyticsCollection(List<DiscoveryAnalyticsSummary> items)
Deprecated.
-