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