Uses of Class
com.oracle.bmc.dblm.model.ImagesPatchRecommendationSummary.Builder
-
Packages that use ImagesPatchRecommendationSummary.Builder Package Description com.oracle.bmc.dblm.model -
-
Uses of ImagesPatchRecommendationSummary.Builder in com.oracle.bmc.dblm.model
Methods in com.oracle.bmc.dblm.model that return ImagesPatchRecommendationSummary.Builder Modifier and Type Method Description static ImagesPatchRecommendationSummary.Builder
ImagesPatchRecommendationSummary. builder()
Create a new builder.ImagesPatchRecommendationSummary.Builder
ImagesPatchRecommendationSummary.Builder. copy(ImagesPatchRecommendationSummary model)
ImagesPatchRecommendationSummary.Builder
ImagesPatchRecommendationSummary.Builder. imagePatchRecommendationsCount(Integer imagePatchRecommendationsCount)
Total number of patch recommendations available.ImagesPatchRecommendationSummary.Builder
ImagesPatchRecommendationSummary. toBuilder()
ImagesPatchRecommendationSummary.Builder
ImagesPatchRecommendationSummary.Builder. totalImagesCount(Integer totalImagesCount)
Total number of images.ImagesPatchRecommendationSummary.Builder
ImagesPatchRecommendationSummary.Builder. upToDateImagesCount(Integer upToDateImagesCount)
Total number of up to date images.
-