Uses of Class
com.oracle.bmc.cims.requests.UpdateIncidentRequest
-
Packages that use UpdateIncidentRequest Package Description com.oracle.bmc.cims com.oracle.bmc.cims.requests -
-
Uses of UpdateIncidentRequest in com.oracle.bmc.cims
Methods in com.oracle.bmc.cims with parameters of type UpdateIncidentRequest Modifier and Type Method Description UpdateIncidentResponse
Incident. updateIncident(UpdateIncidentRequest request)
Updates the specified support ticket.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)
UpdateIncidentResponse
IncidentClient. updateIncident(UpdateIncidentRequest request)
Method parameters in com.oracle.bmc.cims with type arguments of type UpdateIncidentRequest 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 UpdateIncidentRequest in com.oracle.bmc.cims.requests
Methods in com.oracle.bmc.cims.requests that return UpdateIncidentRequest Modifier and Type Method Description UpdateIncidentRequest
UpdateIncidentRequest.Builder. build()
Build the instance of UpdateIncidentRequest as configured by this builderUpdateIncidentRequest
UpdateIncidentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateIncidentRequest as configured by this builderMethods in com.oracle.bmc.cims.requests with parameters of type UpdateIncidentRequest Modifier and Type Method Description UpdateIncidentRequest.Builder
UpdateIncidentRequest.Builder. copy(UpdateIncidentRequest o)
Copy method to populate the builder with values from the given instance.
-