Uses of Class
com.oracle.bmc.opsi.model.UpdateHostInsightDetails
-
Packages that use UpdateHostInsightDetails Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of UpdateHostInsightDetails in com.oracle.bmc.opsi.model
Subclasses of UpdateHostInsightDetails in com.oracle.bmc.opsi.model Modifier and Type Class Description class
UpdateEmManagedExternalHostInsightDetails
The information to be updated.class
UpdateMacsManagedCloudDatabaseHostInsightDetails
The information to be updated.class
UpdateMacsManagedCloudHostInsightDetails
The information to be updated.class
UpdateMacsManagedExternalHostInsightDetails
The information to be updated.class
UpdatePeComanagedHostInsightDetails
The information to be updated. -
Uses of UpdateHostInsightDetails in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return UpdateHostInsightDetails Modifier and Type Method Description UpdateHostInsightDetails
UpdateHostInsightRequest. getBody$()
Alternative accessor for the body parameter.UpdateHostInsightDetails
UpdateHostInsightRequest. getUpdateHostInsightDetails()
The configuration to be updated.Methods in com.oracle.bmc.opsi.requests with parameters of type UpdateHostInsightDetails Modifier and Type Method Description UpdateHostInsightRequest.Builder
UpdateHostInsightRequest.Builder. body$(UpdateHostInsightDetails body)
Alternative setter for the body parameter.UpdateHostInsightRequest.Builder
UpdateHostInsightRequest.Builder. updateHostInsightDetails(UpdateHostInsightDetails updateHostInsightDetails)
The configuration to be updated.
-