Uses of Class
com.oracle.bmc.osmanagementhub.model.UpdateManagedInstanceDetails
-
Packages that use UpdateManagedInstanceDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of UpdateManagedInstanceDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return UpdateManagedInstanceDetails Modifier and Type Method Description UpdateManagedInstanceDetails
UpdateManagedInstanceDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type UpdateManagedInstanceDetails Modifier and Type Method Description UpdateManagedInstanceDetails.Builder
UpdateManagedInstanceDetails.Builder. copy(UpdateManagedInstanceDetails model)
-
Uses of UpdateManagedInstanceDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return UpdateManagedInstanceDetails Modifier and Type Method Description UpdateManagedInstanceDetails
UpdateManagedInstanceRequest. getBody$()
Alternative accessor for the body parameter.UpdateManagedInstanceDetails
UpdateManagedInstanceRequest. getUpdateManagedInstanceDetails()
Details about a managed instance to be updated.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type UpdateManagedInstanceDetails Modifier and Type Method Description UpdateManagedInstanceRequest.Builder
UpdateManagedInstanceRequest.Builder. body$(UpdateManagedInstanceDetails body)
Alternative setter for the body parameter.UpdateManagedInstanceRequest.Builder
UpdateManagedInstanceRequest.Builder. updateManagedInstanceDetails(UpdateManagedInstanceDetails updateManagedInstanceDetails)
Details about a managed instance to be updated.
-