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