Uses of Class
com.oracle.bmc.opsi.model.NewsContentTypesResource
-
Packages that use NewsContentTypesResource Package Description com.oracle.bmc.opsi.model -
-
Uses of NewsContentTypesResource in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return NewsContentTypesResource Modifier and Type Method Description static NewsContentTypesResourceNewsContentTypesResource. create(String key)static NewsContentTypesResourceNewsContentTypesResource. valueOf(String name)Returns the enum constant of this type with the specified name.static NewsContentTypesResource[]NewsContentTypesResource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model that return types with arguments of type NewsContentTypesResource Modifier and Type Method Description List<NewsContentTypesResource>NewsContentTypes. getCapacityPlanningResources()Supported resources for capacity planning content type.Method parameters in com.oracle.bmc.opsi.model with type arguments of type NewsContentTypesResource Modifier and Type Method Description NewsContentTypes.BuilderNewsContentTypes.Builder. capacityPlanningResources(List<NewsContentTypesResource> capacityPlanningResources)Supported resources for capacity planning content type.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type NewsContentTypesResource Constructor Description NewsContentTypes(List<NewsContentTypesResource> capacityPlanningResources, List<NewsSqlInsightsContentTypesResource> sqlInsightsFleetAnalysisResources, List<NewsSqlInsightsContentTypesResource> sqlInsightsPlanChangesResources, List<NewsSqlInsightsContentTypesResource> sqlInsightsTopDatabasesResources, List<NewsSqlInsightsContentTypesResource> sqlInsightsTopSqlByInsightsResources, List<NewsSqlInsightsContentTypesResource> sqlInsightsTopSqlResources, List<NewsSqlInsightsContentTypesResource> sqlInsightsPerformanceDegradationResources, List<ActionableInsightsContentTypesResource> actionableInsightsResources)Deprecated.
-