Uses of Class
com.oracle.bmc.osmanagementhub.model.ClassificationTypes
-
Packages that use ClassificationTypes Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of ClassificationTypes in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ClassificationTypes Modifier and Type Method Description static ClassificationTypesClassificationTypes. create(String key)ClassificationTypesManagedInstanceErratumSummary. getAdvisoryType()The advisory type of the erratum.ClassificationTypesErratum. getClassificationType()Type of the erratum.ClassificationTypesErratumSummary. getClassificationType()Type of the erratum.ClassificationTypesAvailableWindowsUpdateSummary. getUpdateType()The type of Windows update.ClassificationTypesInstalledWindowsUpdateSummary. getUpdateType()The type of Windows update.ClassificationTypesUpdatablePackageSummary. getUpdateType()The type of update.ClassificationTypesWindowsUpdate. getUpdateType()The type of Windows update.ClassificationTypesWindowsUpdateSummary. getUpdateType()The type of Windows update.static ClassificationTypesClassificationTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static ClassificationTypes[]ClassificationTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ClassificationTypes Modifier and Type Method Description ManagedInstanceErratumSummary.BuilderManagedInstanceErratumSummary.Builder. advisoryType(ClassificationTypes advisoryType)The advisory type of the erratum.Erratum.BuilderErratum.Builder. classificationType(ClassificationTypes classificationType)Type of the erratum.ErratumSummary.BuilderErratumSummary.Builder. classificationType(ClassificationTypes classificationType)Type of the erratum.AvailableWindowsUpdateSummary.BuilderAvailableWindowsUpdateSummary.Builder. updateType(ClassificationTypes updateType)The type of Windows update.InstalledWindowsUpdateSummary.BuilderInstalledWindowsUpdateSummary.Builder. updateType(ClassificationTypes updateType)The type of Windows update.UpdatablePackageSummary.BuilderUpdatablePackageSummary.Builder. updateType(ClassificationTypes updateType)The type of update.WindowsUpdate.BuilderWindowsUpdate.Builder. updateType(ClassificationTypes updateType)The type of Windows update.WindowsUpdateSummary.BuilderWindowsUpdateSummary.Builder. updateType(ClassificationTypes updateType)The type of Windows update.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type ClassificationTypes Constructor Description AvailableWindowsUpdateSummary(String name, String updateId, ClassificationTypes updateType, WindowsUpdate.Installable installable, Boolean isRebootRequiredForInstallation)Deprecated.Erratum(String name, String synopsis, Date timeIssued, String description, Date timeUpdated, ClassificationTypes classificationType, AdvisoryTypes advisoryType, String from, String solution, String references, List<String> relatedCves, List<String> repositories, List<SoftwarePackageSummary> packages, List<OsFamily> osFamilies, AdvisorySeverity advisorySeverity)Deprecated.ErratumSummary(String name, String synopsis, Date timeIssued, Date timeUpdated, ClassificationTypes classificationType, List<String> relatedCves, List<OsFamily> osFamilies, AdvisorySeverity advisorySeverity, AdvisoryTypes advisoryType)Deprecated.InstalledWindowsUpdateSummary(String name, String updateId, ClassificationTypes updateType)Deprecated.ManagedInstanceErratumSummary(String name, ClassificationTypes advisoryType, Date timeIssued, String synopsis, List<String> relatedCves, List<PackageNameSummary> packages)Deprecated.UpdatablePackageSummary(String displayName, String name, String type, String version, ArchType architecture, List<SoftwareSourceDetails> softwareSources, String installedVersion, ClassificationTypes updateType, List<String> errata, List<String> relatedCves)Deprecated.WindowsUpdate(String name, String updateId, String description, ClassificationTypes updateType, Long sizeInBytes, WindowsUpdate.Installable installable, List<InstallationRequirements> installationRequirements, Boolean isRebootRequiredForInstallation, List<String> kbArticleIds)Deprecated.WindowsUpdateSummary(String name, String updateId, ClassificationTypes updateType, WindowsUpdate.Installable installable, Boolean isRebootRequiredForInstallation)Deprecated. -
Uses of ClassificationTypes in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return types with arguments of type ClassificationTypes Modifier and Type Method Description List<ClassificationTypes>ListErrataRequest. getClassificationType()A filter to return only packages that match the given update classification type.List<ClassificationTypes>ListManagedInstanceAvailableWindowsUpdatesRequest. getClassificationType()A filter to return only packages that match the given update classification type.List<ClassificationTypes>ListManagedInstanceErrataRequest. getClassificationType()A filter to return only packages that match the given update classification type.List<ClassificationTypes>ListManagedInstanceUpdatablePackagesRequest. getClassificationType()A filter to return only packages that match the given update classification type.List<ClassificationTypes>ListWindowsUpdatesRequest. getClassificationType()A filter to return only packages that match the given update classification type.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type ClassificationTypes Modifier and Type Method Description ListErrataRequest.BuilderListErrataRequest.Builder. classificationType(ClassificationTypes singularValue)Singular setter.ListManagedInstanceAvailableWindowsUpdatesRequest.BuilderListManagedInstanceAvailableWindowsUpdatesRequest.Builder. classificationType(ClassificationTypes singularValue)Singular setter.ListManagedInstanceErrataRequest.BuilderListManagedInstanceErrataRequest.Builder. classificationType(ClassificationTypes singularValue)Singular setter.ListManagedInstanceUpdatablePackagesRequest.BuilderListManagedInstanceUpdatablePackagesRequest.Builder. classificationType(ClassificationTypes singularValue)Singular setter.ListWindowsUpdatesRequest.BuilderListWindowsUpdatesRequest.Builder. classificationType(ClassificationTypes singularValue)Singular setter.Method parameters in com.oracle.bmc.osmanagementhub.requests with type arguments of type ClassificationTypes Modifier and Type Method Description ListErrataRequest.BuilderListErrataRequest.Builder. classificationType(List<ClassificationTypes> classificationType)A filter to return only packages that match the given update classification type.ListManagedInstanceAvailableWindowsUpdatesRequest.BuilderListManagedInstanceAvailableWindowsUpdatesRequest.Builder. classificationType(List<ClassificationTypes> classificationType)A filter to return only packages that match the given update classification type.ListManagedInstanceErrataRequest.BuilderListManagedInstanceErrataRequest.Builder. classificationType(List<ClassificationTypes> classificationType)A filter to return only packages that match the given update classification type.ListManagedInstanceUpdatablePackagesRequest.BuilderListManagedInstanceUpdatablePackagesRequest.Builder. classificationType(List<ClassificationTypes> classificationType)A filter to return only packages that match the given update classification type.ListWindowsUpdatesRequest.BuilderListWindowsUpdatesRequest.Builder. classificationType(List<ClassificationTypes> classificationType)A filter to return only packages that match the given update classification type.
-