Uses of Class
com.oracle.bmc.fleetappsmanagement.model.OnboardingSummary
-
Packages that use OnboardingSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of OnboardingSummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type OnboardingSummary Modifier and Type Method Description Iterable<OnboardingSummary>
FleetAppsManagementAdminPaginators. listOnboardingsRecordIterator(ListOnboardingsRequest request)
Creates a new iterable which will iterate over theOnboardingSummary
objects contained in responses from the listOnboardings operation. -
Uses of OnboardingSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return OnboardingSummary Modifier and Type Method Description OnboardingSummary
OnboardingSummary.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type OnboardingSummary Modifier and Type Method Description List<OnboardingSummary>
OnboardingCollection. getItems()
List of Fleet Application Management Onboardings.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type OnboardingSummary Modifier and Type Method Description OnboardingSummary.Builder
OnboardingSummary.Builder. copy(OnboardingSummary model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type OnboardingSummary Modifier and Type Method Description OnboardingCollection.Builder
OnboardingCollection.Builder. items(List<OnboardingSummary> items)
List of Fleet Application Management Onboardings.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type OnboardingSummary Constructor Description OnboardingCollection(List<OnboardingSummary> items)
Deprecated.
-