Uses of Class
com.oracle.bmc.osmanagementhub.model.ProfileSummary
-
Packages that use ProfileSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of ProfileSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ProfileSummary Modifier and Type Method Description Iterable<ProfileSummary>
OnboardingPaginators. 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.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ProfileSummary Modifier and Type Method Description ProfileSummary
ProfileSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type ProfileSummary Modifier and Type Method Description List<ProfileSummary>
ProfileCollection. getItems()
List of registration profiles.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ProfileSummary Modifier and Type Method Description ProfileSummary.Builder
ProfileSummary.Builder. copy(ProfileSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ProfileSummary Modifier and Type Method Description ProfileCollection.Builder
ProfileCollection.Builder. items(List<ProfileSummary> items)
List of registration profiles.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ProfileSummary Constructor Description ProfileCollection(List<ProfileSummary> items)
Deprecated.
-