Uses of Class
com.oracle.bmc.opsi.model.NewsSqlInsightsContentTypesResource
-
Packages that use NewsSqlInsightsContentTypesResource Package Description com.oracle.bmc.opsi.model -
-
Uses of NewsSqlInsightsContentTypesResource in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return NewsSqlInsightsContentTypesResource Modifier and Type Method Description static NewsSqlInsightsContentTypesResourceNewsSqlInsightsContentTypesResource. create(String key)static NewsSqlInsightsContentTypesResourceNewsSqlInsightsContentTypesResource. valueOf(String name)Returns the enum constant of this type with the specified name.static NewsSqlInsightsContentTypesResource[]NewsSqlInsightsContentTypesResource. 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 NewsSqlInsightsContentTypesResource Modifier and Type Method Description List<NewsSqlInsightsContentTypesResource>NewsContentTypes. getSqlInsightsFleetAnalysisResources()Supported resources for SQL insights - fleet analysis content type.List<NewsSqlInsightsContentTypesResource>NewsContentTypes. getSqlInsightsPerformanceDegradationResources()Supported resources for SQL insights - performance degradation content type.List<NewsSqlInsightsContentTypesResource>NewsContentTypes. getSqlInsightsPlanChangesResources()Supported resources for SQL insights - plan changes content type.List<NewsSqlInsightsContentTypesResource>NewsContentTypes. getSqlInsightsTopDatabasesResources()Supported resources for SQL insights - top databases content type.List<NewsSqlInsightsContentTypesResource>NewsContentTypes. getSqlInsightsTopSqlByInsightsResources()Supported resources for SQL insights - top SQL by insights content type.List<NewsSqlInsightsContentTypesResource>NewsContentTypes. getSqlInsightsTopSqlResources()Supported resources for SQL insights - top SQL content type.Method parameters in com.oracle.bmc.opsi.model with type arguments of type NewsSqlInsightsContentTypesResource Modifier and Type Method Description NewsContentTypes.BuilderNewsContentTypes.Builder. sqlInsightsFleetAnalysisResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsFleetAnalysisResources)Supported resources for SQL insights - fleet analysis content type.NewsContentTypes.BuilderNewsContentTypes.Builder. sqlInsightsPerformanceDegradationResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsPerformanceDegradationResources)Supported resources for SQL insights - performance degradation content type.NewsContentTypes.BuilderNewsContentTypes.Builder. sqlInsightsPlanChangesResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsPlanChangesResources)Supported resources for SQL insights - plan changes content type.NewsContentTypes.BuilderNewsContentTypes.Builder. sqlInsightsTopDatabasesResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsTopDatabasesResources)Supported resources for SQL insights - top databases content type.NewsContentTypes.BuilderNewsContentTypes.Builder. sqlInsightsTopSqlByInsightsResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsTopSqlByInsightsResources)Supported resources for SQL insights - top SQL by insights content type.NewsContentTypes.BuilderNewsContentTypes.Builder. sqlInsightsTopSqlResources(List<NewsSqlInsightsContentTypesResource> sqlInsightsTopSqlResources)Supported resources for SQL insights - top SQL content type.
-