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.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ImportCustomContentRequest Modifier and Type Method Description ImportCustomContentResponse
LogAnalytics. 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)
ImportCustomContentResponse
LogAnalyticsClient. 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.requests
Methods in com.oracle.bmc.loganalytics.requests that return ImportCustomContentRequest Modifier and Type Method Description ImportCustomContentRequest
ImportCustomContentRequest.Builder. build()
Build the instance of ImportCustomContentRequest as configured by this builderImportCustomContentRequest
ImportCustomContentRequest.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.Builder
ImportCustomContentRequest.Builder. copy(ImportCustomContentRequest o)
Copy method to populate the builder with values from the given instance.
-