Uses of Class
com.oracle.bmc.osmanagementhub.requests.DeleteEventRequest
-
Packages that use DeleteEventRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of DeleteEventRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type DeleteEventRequest Modifier and Type Method Description DeleteEventResponse
Event. deleteEvent(DeleteEventRequest request)
Deletes the specified event.Future<DeleteEventResponse>
EventAsync. deleteEvent(DeleteEventRequest request, AsyncHandler<DeleteEventRequest,DeleteEventResponse> handler)
Deletes the specified event.Future<DeleteEventResponse>
EventAsyncClient. deleteEvent(DeleteEventRequest request, AsyncHandler<DeleteEventRequest,DeleteEventResponse> handler)
DeleteEventResponse
EventClient. deleteEvent(DeleteEventRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type DeleteEventRequest Modifier and Type Method Description Future<DeleteEventResponse>
EventAsync. deleteEvent(DeleteEventRequest request, AsyncHandler<DeleteEventRequest,DeleteEventResponse> handler)
Deletes the specified event.Future<DeleteEventResponse>
EventAsyncClient. deleteEvent(DeleteEventRequest request, AsyncHandler<DeleteEventRequest,DeleteEventResponse> handler)
-
Uses of DeleteEventRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return DeleteEventRequest Modifier and Type Method Description DeleteEventRequest
DeleteEventRequest.Builder. build()
Build the instance of DeleteEventRequest as configured by this builderDeleteEventRequest
DeleteEventRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteEventRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type DeleteEventRequest Modifier and Type Method Description DeleteEventRequest.Builder
DeleteEventRequest.Builder. copy(DeleteEventRequest o)
Copy method to populate the builder with values from the given instance.
-