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