Uses of Class
com.oracle.bmc.loganalytics.requests.ExportCustomContentRequest
-
Packages that use ExportCustomContentRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ExportCustomContentRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ExportCustomContentRequest Modifier and Type Method Description ExportCustomContentResponse
LogAnalytics. exportCustomContent(ExportCustomContentRequest request)
Exports all custom details of the specified sources, parsers, fields and labels, in zip format.Future<ExportCustomContentResponse>
LogAnalyticsAsync. exportCustomContent(ExportCustomContentRequest request, AsyncHandler<ExportCustomContentRequest,ExportCustomContentResponse> handler)
Exports all custom details of the specified sources, parsers, fields and labels, in zip format.Future<ExportCustomContentResponse>
LogAnalyticsAsyncClient. exportCustomContent(ExportCustomContentRequest request, AsyncHandler<ExportCustomContentRequest,ExportCustomContentResponse> handler)
ExportCustomContentResponse
LogAnalyticsClient. exportCustomContent(ExportCustomContentRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ExportCustomContentRequest Modifier and Type Method Description Future<ExportCustomContentResponse>
LogAnalyticsAsync. exportCustomContent(ExportCustomContentRequest request, AsyncHandler<ExportCustomContentRequest,ExportCustomContentResponse> handler)
Exports all custom details of the specified sources, parsers, fields and labels, in zip format.Future<ExportCustomContentResponse>
LogAnalyticsAsyncClient. exportCustomContent(ExportCustomContentRequest request, AsyncHandler<ExportCustomContentRequest,ExportCustomContentResponse> handler)
-
Uses of ExportCustomContentRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ExportCustomContentRequest Modifier and Type Method Description ExportCustomContentRequest
ExportCustomContentRequest.Builder. build()
Build the instance of ExportCustomContentRequest as configured by this builderExportCustomContentRequest
ExportCustomContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ExportCustomContentRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ExportCustomContentRequest Modifier and Type Method Description ExportCustomContentRequest.Builder
ExportCustomContentRequest.Builder. copy(ExportCustomContentRequest o)
Copy method to populate the builder with values from the given instance.
-