Uses of Class
com.oracle.bmc.datasafe.model.ProfileAggregation
-
Packages that use ProfileAggregation Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.responses -
-
Uses of ProfileAggregation in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type ProfileAggregation Modifier and Type Method Description Iterable<ProfileAggregation>
DataSafePaginators. listProfileAnalyticsRecordIterator(ListProfileAnalyticsRequest request)
Creates a new iterable which will iterate over theProfileAggregation
objects contained in responses from the listProfileAnalytics operation. -
Uses of ProfileAggregation in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ProfileAggregation Modifier and Type Method Description ProfileAggregation
ProfileAggregation.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type ProfileAggregation Modifier and Type Method Description ProfileAggregation.Builder
ProfileAggregation.Builder. copy(ProfileAggregation model)
-
Uses of ProfileAggregation in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return types with arguments of type ProfileAggregation Modifier and Type Method Description List<ProfileAggregation>
ListProfileAnalyticsResponse. getItems()
A list of com.oracle.bmc.datasafe.model.ProfileAggregation instances.Method parameters in com.oracle.bmc.datasafe.responses with type arguments of type ProfileAggregation Modifier and Type Method Description ListProfileAnalyticsResponse.Builder
ListProfileAnalyticsResponse.Builder. items(List<ProfileAggregation> items)
A list of com.oracle.bmc.datasafe.model.ProfileAggregation instances.
-