Uses of Class
com.oracle.bmc.opsi.requests.ListDatabaseInsightsRequest.DatabaseType
-
Packages that use ListDatabaseInsightsRequest.DatabaseType Package Description com.oracle.bmc.opsi.requests -
-
Uses of ListDatabaseInsightsRequest.DatabaseType in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return ListDatabaseInsightsRequest.DatabaseType Modifier and Type Method Description static ListDatabaseInsightsRequest.DatabaseTypeListDatabaseInsightsRequest.DatabaseType. create(String key)static ListDatabaseInsightsRequest.DatabaseTypeListDatabaseInsightsRequest.DatabaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListDatabaseInsightsRequest.DatabaseType[]ListDatabaseInsightsRequest.DatabaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.requests that return types with arguments of type ListDatabaseInsightsRequest.DatabaseType Modifier and Type Method Description List<ListDatabaseInsightsRequest.DatabaseType>ListDatabaseInsightsRequest. getDatabaseType()Filter by one or more database type.Methods in com.oracle.bmc.opsi.requests with parameters of type ListDatabaseInsightsRequest.DatabaseType Modifier and Type Method Description ListDatabaseInsightsRequest.BuilderListDatabaseInsightsRequest.Builder. databaseType(ListDatabaseInsightsRequest.DatabaseType singularValue)Singular setter.Method parameters in com.oracle.bmc.opsi.requests with type arguments of type ListDatabaseInsightsRequest.DatabaseType Modifier and Type Method Description ListDatabaseInsightsRequest.BuilderListDatabaseInsightsRequest.Builder. databaseType(List<ListDatabaseInsightsRequest.DatabaseType> databaseType)Filter by one or more database type.
-