Uses of Class
com.oracle.bmc.osmanagementhub.requests.DeleteEventContentRequest
-
Packages that use DeleteEventContentRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of DeleteEventContentRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type DeleteEventContentRequest Modifier and Type Method Description DeleteEventContentResponse
Event. deleteEventContent(DeleteEventContentRequest request)
Deletes an event content ZIP archive from the service.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)
DeleteEventContentResponse
EventClient. deleteEventContent(DeleteEventContentRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type DeleteEventContentRequest 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 DeleteEventContentRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return DeleteEventContentRequest Modifier and Type Method Description DeleteEventContentRequest
DeleteEventContentRequest.Builder. build()
Build the instance of DeleteEventContentRequest as configured by this builderDeleteEventContentRequest
DeleteEventContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteEventContentRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type DeleteEventContentRequest Modifier and Type Method Description DeleteEventContentRequest.Builder
DeleteEventContentRequest.Builder. copy(DeleteEventContentRequest o)
Copy method to populate the builder with values from the given instance.
-