Uses of Class
com.oracle.bmc.opsi.model.UpdateExadataInsightDetails
-
Packages that use UpdateExadataInsightDetails Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of UpdateExadataInsightDetails in com.oracle.bmc.opsi.model
Subclasses of UpdateExadataInsightDetails in com.oracle.bmc.opsi.model Modifier and Type Class Description class
UpdateEmManagedExternalExadataInsightDetails
The information to be updated.class
UpdateMacsManagedCloudExadataInsightDetails
The information to be updated.class
UpdatePeComanagedExadataInsightDetails
The information to be updated. -
Uses of UpdateExadataInsightDetails in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return UpdateExadataInsightDetails Modifier and Type Method Description UpdateExadataInsightDetails
UpdateExadataInsightRequest. getBody$()
Alternative accessor for the body parameter.UpdateExadataInsightDetails
UpdateExadataInsightRequest. getUpdateExadataInsightDetails()
The configuration to be updated.Methods in com.oracle.bmc.opsi.requests with parameters of type UpdateExadataInsightDetails Modifier and Type Method Description UpdateExadataInsightRequest.Builder
UpdateExadataInsightRequest.Builder. body$(UpdateExadataInsightDetails body)
Alternative setter for the body parameter.UpdateExadataInsightRequest.Builder
UpdateExadataInsightRequest.Builder. updateExadataInsightDetails(UpdateExadataInsightDetails updateExadataInsightDetails)
The configuration to be updated.
-