Uses of Class
com.oracle.bmc.optimizer.model.ProfileSummary
-
Packages that use ProfileSummary Package Description com.oracle.bmc.optimizer com.oracle.bmc.optimizer.model -
-
Uses of ProfileSummary in com.oracle.bmc.optimizer
Methods in com.oracle.bmc.optimizer that return types with arguments of type ProfileSummary Modifier and Type Method Description Iterable<ProfileSummary>
OptimizerPaginators. listProfilesRecordIterator(ListProfilesRequest request)
Creates a new iterable which will iterate over theProfileSummary
objects contained in responses from the listProfiles operation. -
Uses of ProfileSummary in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return ProfileSummary Modifier and Type Method Description ProfileSummary
ProfileSummary.Builder. build()
Methods in com.oracle.bmc.optimizer.model that return types with arguments of type ProfileSummary Modifier and Type Method Description List<ProfileSummary>
ProfileCollection. getItems()
A collection of profile summaries.Methods in com.oracle.bmc.optimizer.model with parameters of type ProfileSummary Modifier and Type Method Description ProfileSummary.Builder
ProfileSummary.Builder. copy(ProfileSummary model)
Method parameters in com.oracle.bmc.optimizer.model with type arguments of type ProfileSummary Modifier and Type Method Description ProfileCollection.Builder
ProfileCollection.Builder. items(List<ProfileSummary> items)
A collection of profile summaries.Constructor parameters in com.oracle.bmc.optimizer.model with type arguments of type ProfileSummary Constructor Description ProfileCollection(List<ProfileSummary> items)
Deprecated.
-