Uses of Class
com.oracle.bmc.osmanagement.responses.UploadEventContentResponse
-
Packages that use UploadEventContentResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of UploadEventContentResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return UploadEventContentResponse Modifier and Type Method Description UploadEventContentResponse
Event. uploadEventContent(UploadEventContentRequest request)
Upload the event content as a ZIP archive from the managed instance to the serviceUploadEventContentResponse
EventClient. uploadEventContent(UploadEventContentRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type UploadEventContentResponse Modifier and Type Method Description Future<UploadEventContentResponse>
EventAsync. uploadEventContent(UploadEventContentRequest request, AsyncHandler<UploadEventContentRequest,UploadEventContentResponse> handler)
Upload the event content as a ZIP archive from the managed instance to the serviceFuture<UploadEventContentResponse>
EventAsyncClient. uploadEventContent(UploadEventContentRequest request, AsyncHandler<UploadEventContentRequest,UploadEventContentResponse> handler)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type UploadEventContentResponse Modifier and Type Method Description Future<UploadEventContentResponse>
EventAsync. uploadEventContent(UploadEventContentRequest request, AsyncHandler<UploadEventContentRequest,UploadEventContentResponse> handler)
Upload the event content as a ZIP archive from the managed instance to the serviceFuture<UploadEventContentResponse>
EventAsyncClient. uploadEventContent(UploadEventContentRequest request, AsyncHandler<UploadEventContentRequest,UploadEventContentResponse> handler)
-
Uses of UploadEventContentResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return UploadEventContentResponse Modifier and Type Method Description UploadEventContentResponse
UploadEventContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.responses with parameters of type UploadEventContentResponse Modifier and Type Method Description UploadEventContentResponse.Builder
UploadEventContentResponse.Builder. copy(UploadEventContentResponse o)
Copy method to populate the builder with values from the given instance.
-