Uses of Class
com.oracle.bmc.fleetappsmanagement.model.RecommendedPatchSummary
-
Packages that use RecommendedPatchSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of RecommendedPatchSummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type RecommendedPatchSummary Modifier and Type Method Description Iterable<RecommendedPatchSummary>FleetAppsManagementOperationsPaginators. listRecommendedPatchesRecordIterator(ListRecommendedPatchesRequest request)Creates a new iterable which will iterate over theRecommendedPatchSummaryobjects contained in responses from the listRecommendedPatches operation. -
Uses of RecommendedPatchSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return RecommendedPatchSummary Modifier and Type Method Description RecommendedPatchSummaryRecommendedPatchSummary.Builder. build()Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type RecommendedPatchSummary Modifier and Type Method Description List<RecommendedPatchSummary>RecommendedPatchCollection. getItems()List of recommended patchesMethods in com.oracle.bmc.fleetappsmanagement.model with parameters of type RecommendedPatchSummary Modifier and Type Method Description RecommendedPatchSummary.BuilderRecommendedPatchSummary.Builder. copy(RecommendedPatchSummary model)Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type RecommendedPatchSummary Modifier and Type Method Description RecommendedPatchCollection.BuilderRecommendedPatchCollection.Builder. items(List<RecommendedPatchSummary> items)List of recommended patchesConstructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type RecommendedPatchSummary Constructor Description RecommendedPatchCollection(List<RecommendedPatchSummary> items)Deprecated.
-