Uses of Class
com.oracle.bmc.loganalytics.requests.ImportCustomContentRequest
- 
Packages that use ImportCustomContentRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests 
- 
- 
Uses of ImportCustomContentRequest in com.oracle.bmc.loganalyticsMethods in com.oracle.bmc.loganalytics with parameters of type ImportCustomContentRequest Modifier and Type Method Description ImportCustomContentResponseLogAnalytics. importCustomContent(ImportCustomContentRequest request)Imports the specified custom content from the input in zip format.Future<ImportCustomContentResponse>LogAnalyticsAsync. importCustomContent(ImportCustomContentRequest request, AsyncHandler<ImportCustomContentRequest,ImportCustomContentResponse> handler)Imports the specified custom content from the input in zip format.Future<ImportCustomContentResponse>LogAnalyticsAsyncClient. importCustomContent(ImportCustomContentRequest request, AsyncHandler<ImportCustomContentRequest,ImportCustomContentResponse> handler)ImportCustomContentResponseLogAnalyticsClient. importCustomContent(ImportCustomContentRequest request)Method parameters in com.oracle.bmc.loganalytics with type arguments of type ImportCustomContentRequest Modifier and Type Method Description Future<ImportCustomContentResponse>LogAnalyticsAsync. importCustomContent(ImportCustomContentRequest request, AsyncHandler<ImportCustomContentRequest,ImportCustomContentResponse> handler)Imports the specified custom content from the input in zip format.Future<ImportCustomContentResponse>LogAnalyticsAsyncClient. importCustomContent(ImportCustomContentRequest request, AsyncHandler<ImportCustomContentRequest,ImportCustomContentResponse> handler)
- 
Uses of ImportCustomContentRequest in com.oracle.bmc.loganalytics.requestsMethods in com.oracle.bmc.loganalytics.requests that return ImportCustomContentRequest Modifier and Type Method Description ImportCustomContentRequestImportCustomContentRequest.Builder. build()Build the instance of ImportCustomContentRequest as configured by this builderImportCustomContentRequestImportCustomContentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ImportCustomContentRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ImportCustomContentRequest Modifier and Type Method Description ImportCustomContentRequest.BuilderImportCustomContentRequest.Builder. copy(ImportCustomContentRequest o)Copy method to populate the builder with values from the given instance.
 
-