Uses of Class
com.oracle.bmc.osmanagementhub.requests.UpdateEventRequest
-
Packages that use UpdateEventRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of UpdateEventRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type UpdateEventRequest Modifier and Type Method Description UpdateEventResponse
Event. updateEvent(UpdateEventRequest request)
Updates the tags for an event.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)
UpdateEventResponse
EventClient. updateEvent(UpdateEventRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type UpdateEventRequest 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 UpdateEventRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return UpdateEventRequest Modifier and Type Method Description UpdateEventRequest
UpdateEventRequest.Builder. build()
Build the instance of UpdateEventRequest as configured by this builderUpdateEventRequest
UpdateEventRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateEventRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type UpdateEventRequest Modifier and Type Method Description UpdateEventRequest.Builder
UpdateEventRequest.Builder. copy(UpdateEventRequest o)
Copy method to populate the builder with values from the given instance.
-