Uses of Class
com.oracle.bmc.fleetappsmanagement.model.UpdatePatchDetails
-
Packages that use UpdatePatchDetails Package Description com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of UpdatePatchDetails in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return UpdatePatchDetails Modifier and Type Method Description UpdatePatchDetails
UpdatePatchDetails.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type UpdatePatchDetails Modifier and Type Method Description UpdatePatchDetails.Builder
UpdatePatchDetails.Builder. copy(UpdatePatchDetails model)
-
Uses of UpdatePatchDetails in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return UpdatePatchDetails Modifier and Type Method Description UpdatePatchDetails
UpdatePatchRequest. getBody$()
Alternative accessor for the body parameter.UpdatePatchDetails
UpdatePatchRequest. getUpdatePatchDetails()
The information to be updated.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type UpdatePatchDetails Modifier and Type Method Description UpdatePatchRequest.Builder
UpdatePatchRequest.Builder. body$(UpdatePatchDetails body)
Alternative setter for the body parameter.UpdatePatchRequest.Builder
UpdatePatchRequest.Builder. updatePatchDetails(UpdatePatchDetails updatePatchDetails)
The information to be updated.
-