Uses of Class
com.oracle.bmc.loganalytics.responses.ExportCustomContentResponse
-
Packages that use ExportCustomContentResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ExportCustomContentResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ExportCustomContentResponse 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.ExportCustomContentResponse
LogAnalyticsClient. exportCustomContent(ExportCustomContentRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type ExportCustomContentResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ExportCustomContentResponse 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 ExportCustomContentResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ExportCustomContentResponse Modifier and Type Method Description ExportCustomContentResponse
ExportCustomContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ExportCustomContentResponse Modifier and Type Method Description ExportCustomContentResponse.Builder
ExportCustomContentResponse.Builder. copy(ExportCustomContentResponse o)
Copy method to populate the builder with values from the given instance.
-