Uses of Class
com.oracle.bmc.opsi.model.UpdateDatabaseInsightDetails
-
Packages that use UpdateDatabaseInsightDetails Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of UpdateDatabaseInsightDetails in com.oracle.bmc.opsi.model
Subclasses of UpdateDatabaseInsightDetails in com.oracle.bmc.opsi.model Modifier and Type Class Description class
UpdateAutonomousDatabaseInsightDetails
The information to be updated.class
UpdateEmManagedExternalDatabaseInsightDetails
The information to be updated.class
UpdateExternalMysqlDatabaseInsightDetails
Database insight resource.class
UpdateMacsManagedCloudDatabaseInsightDetails
The freeformTags and definedTags to be updated.class
UpdateMacsManagedExternalDatabaseInsightDetails
The freeformTags and definedTags to be updated.class
UpdateMdsMySqlDatabaseInsight
Database insight resource.class
UpdatePeComanagedDatabaseInsightDetails
The freeformTags and definedTags to be updated. -
Uses of UpdateDatabaseInsightDetails in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return UpdateDatabaseInsightDetails Modifier and Type Method Description UpdateDatabaseInsightDetails
UpdateDatabaseInsightRequest. getBody$()
Alternative accessor for the body parameter.UpdateDatabaseInsightDetails
UpdateDatabaseInsightRequest. getUpdateDatabaseInsightDetails()
The configuration to be updated.Methods in com.oracle.bmc.opsi.requests with parameters of type UpdateDatabaseInsightDetails Modifier and Type Method Description UpdateDatabaseInsightRequest.Builder
UpdateDatabaseInsightRequest.Builder. body$(UpdateDatabaseInsightDetails body)
Alternative setter for the body parameter.UpdateDatabaseInsightRequest.Builder
UpdateDatabaseInsightRequest.Builder. updateDatabaseInsightDetails(UpdateDatabaseInsightDetails updateDatabaseInsightDetails)
The configuration to be updated.
-