Uses of Class
com.oracle.bmc.osmanagement.requests.UpdateEventRequest
-
Packages that use UpdateEventRequest Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.requests -
-
Uses of UpdateEventRequest in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement with parameters of type UpdateEventRequest Modifier and Type Method Description UpdateEventResponse
Event. updateEvent(UpdateEventRequest request)
Updates an existing event associated to a managed instanceFuture<UpdateEventResponse>
EventAsync. updateEvent(UpdateEventRequest request, AsyncHandler<UpdateEventRequest,UpdateEventResponse> handler)
Updates an existing event associated to a managed instanceFuture<UpdateEventResponse>
EventAsyncClient. updateEvent(UpdateEventRequest request, AsyncHandler<UpdateEventRequest,UpdateEventResponse> handler)
UpdateEventResponse
EventClient. updateEvent(UpdateEventRequest request)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type UpdateEventRequest Modifier and Type Method Description Future<UpdateEventResponse>
EventAsync. updateEvent(UpdateEventRequest request, AsyncHandler<UpdateEventRequest,UpdateEventResponse> handler)
Updates an existing event associated to a managed instanceFuture<UpdateEventResponse>
EventAsyncClient. updateEvent(UpdateEventRequest request, AsyncHandler<UpdateEventRequest,UpdateEventResponse> handler)
-
Uses of UpdateEventRequest in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.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.osmanagement.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.
-