Uses of Class
com.oracle.bmc.osmanagement.requests.DeleteEventContentRequest
-
Packages that use DeleteEventContentRequest Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.requests -
-
Uses of DeleteEventContentRequest in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement with parameters of type DeleteEventContentRequest Modifier and Type Method Description DeleteEventContentResponse
Event. deleteEventContent(DeleteEventContentRequest request)
Delete an event content ZIP archive from the serviceFuture<DeleteEventContentResponse>
EventAsync. deleteEventContent(DeleteEventContentRequest request, AsyncHandler<DeleteEventContentRequest,DeleteEventContentResponse> handler)
Delete an event content ZIP archive from the serviceFuture<DeleteEventContentResponse>
EventAsyncClient. deleteEventContent(DeleteEventContentRequest request, AsyncHandler<DeleteEventContentRequest,DeleteEventContentResponse> handler)
DeleteEventContentResponse
EventClient. deleteEventContent(DeleteEventContentRequest request)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type DeleteEventContentRequest Modifier and Type Method Description Future<DeleteEventContentResponse>
EventAsync. deleteEventContent(DeleteEventContentRequest request, AsyncHandler<DeleteEventContentRequest,DeleteEventContentResponse> handler)
Delete an event content ZIP archive from the serviceFuture<DeleteEventContentResponse>
EventAsyncClient. deleteEventContent(DeleteEventContentRequest request, AsyncHandler<DeleteEventContentRequest,DeleteEventContentResponse> handler)
-
Uses of DeleteEventContentRequest in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.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.osmanagement.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.
-