Uses of Class
com.oracle.bmc.osmanagementhub.responses.UpdateEventResponse
-
Packages that use UpdateEventResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of UpdateEventResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return UpdateEventResponse Modifier and Type Method Description UpdateEventResponse
Event. updateEvent(UpdateEventRequest request)
Updates the tags for an event.UpdateEventResponse
EventClient. updateEvent(UpdateEventRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type UpdateEventResponse Modifier and Type Method Description Future<UpdateEventResponse>
EventAsync. updateEvent(UpdateEventRequest request, AsyncHandler<UpdateEventRequest,UpdateEventResponse> handler)
Updates the tags for an event.Future<UpdateEventResponse>
EventAsyncClient. updateEvent(UpdateEventRequest request, AsyncHandler<UpdateEventRequest,UpdateEventResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type UpdateEventResponse Modifier and Type Method Description Future<UpdateEventResponse>
EventAsync. updateEvent(UpdateEventRequest request, AsyncHandler<UpdateEventRequest,UpdateEventResponse> handler)
Updates the tags for an event.Future<UpdateEventResponse>
EventAsyncClient. updateEvent(UpdateEventRequest request, AsyncHandler<UpdateEventRequest,UpdateEventResponse> handler)
-
Uses of UpdateEventResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return UpdateEventResponse Modifier and Type Method Description UpdateEventResponse
UpdateEventResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type UpdateEventResponse Modifier and Type Method Description UpdateEventResponse.Builder
UpdateEventResponse.Builder. copy(UpdateEventResponse o)
Copy method to populate the builder with values from the given instance.
-