Uses of Class
com.oracle.bmc.opsi.model.EnableDatabaseInsightDetails
-
Packages that use EnableDatabaseInsightDetails Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of EnableDatabaseInsightDetails in com.oracle.bmc.opsi.model
Subclasses of EnableDatabaseInsightDetails in com.oracle.bmc.opsi.model Modifier and Type Class Description class
EnableAutonomousDatabaseInsightDetails
The information about database to be analyzed.class
EnableEmManagedExternalDatabaseInsightDetails
The information about database to be analyzed.class
EnableExternalMysqlDatabaseInsightDetails
The information about database to be analyzed.class
EnableMacsManagedCloudDatabaseInsightDetails
The information about database to be analyzed.class
EnableMdsMySqlDatabaseInsightDetails
The information about database to be analyzed.class
EnablePeComanagedDatabaseInsightDetails
The information about database to be analyzed. -
Uses of EnableDatabaseInsightDetails in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return EnableDatabaseInsightDetails Modifier and Type Method Description EnableDatabaseInsightDetails
EnableDatabaseInsightRequest. getBody$()
Alternative accessor for the body parameter.EnableDatabaseInsightDetails
EnableDatabaseInsightRequest. getEnableDatabaseInsightDetails()
Details for the database to be enabled in Operations Insights.Methods in com.oracle.bmc.opsi.requests with parameters of type EnableDatabaseInsightDetails Modifier and Type Method Description EnableDatabaseInsightRequest.Builder
EnableDatabaseInsightRequest.Builder. body$(EnableDatabaseInsightDetails body)
Alternative setter for the body parameter.EnableDatabaseInsightRequest.Builder
EnableDatabaseInsightRequest.Builder. enableDatabaseInsightDetails(EnableDatabaseInsightDetails enableDatabaseInsightDetails)
Details for the database to be enabled in Operations Insights.
-