Uses of Class
com.oracle.bmc.cims.responses.UpdateIncidentResponse
-
Packages that use UpdateIncidentResponse Package Description com.oracle.bmc.cims com.oracle.bmc.cims.responses -
-
Uses of UpdateIncidentResponse in com.oracle.bmc.cims
Methods in com.oracle.bmc.cims that return UpdateIncidentResponse Modifier and Type Method Description UpdateIncidentResponse
Incident. updateIncident(UpdateIncidentRequest request)
Updates the specified support ticket.UpdateIncidentResponse
IncidentClient. updateIncident(UpdateIncidentRequest request)
Methods in com.oracle.bmc.cims that return types with arguments of type UpdateIncidentResponse Modifier and Type Method Description Future<UpdateIncidentResponse>
IncidentAsync. updateIncident(UpdateIncidentRequest request, AsyncHandler<UpdateIncidentRequest,UpdateIncidentResponse> handler)
Updates the specified support ticket.Future<UpdateIncidentResponse>
IncidentAsyncClient. updateIncident(UpdateIncidentRequest request, AsyncHandler<UpdateIncidentRequest,UpdateIncidentResponse> handler)
Method parameters in com.oracle.bmc.cims with type arguments of type UpdateIncidentResponse Modifier and Type Method Description Future<UpdateIncidentResponse>
IncidentAsync. updateIncident(UpdateIncidentRequest request, AsyncHandler<UpdateIncidentRequest,UpdateIncidentResponse> handler)
Updates the specified support ticket.Future<UpdateIncidentResponse>
IncidentAsyncClient. updateIncident(UpdateIncidentRequest request, AsyncHandler<UpdateIncidentRequest,UpdateIncidentResponse> handler)
-
Uses of UpdateIncidentResponse in com.oracle.bmc.cims.responses
Methods in com.oracle.bmc.cims.responses that return UpdateIncidentResponse Modifier and Type Method Description UpdateIncidentResponse
UpdateIncidentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cims.responses with parameters of type UpdateIncidentResponse Modifier and Type Method Description UpdateIncidentResponse.Builder
UpdateIncidentResponse.Builder. copy(UpdateIncidentResponse o)
Copy method to populate the builder with values from the given instance.
-