Uses of Class
com.oracle.bmc.loganalytics.responses.ImportCustomContentResponse
-
Packages that use ImportCustomContentResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ImportCustomContentResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ImportCustomContentResponse Modifier and Type Method Description ImportCustomContentResponse
LogAnalytics. importCustomContent(ImportCustomContentRequest request)
Imports the specified custom content from the input in zip format.ImportCustomContentResponse
LogAnalyticsClient. importCustomContent(ImportCustomContentRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type ImportCustomContentResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ImportCustomContentResponse 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 ImportCustomContentResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ImportCustomContentResponse Modifier and Type Method Description ImportCustomContentResponse
ImportCustomContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ImportCustomContentResponse Modifier and Type Method Description ImportCustomContentResponse.Builder
ImportCustomContentResponse.Builder. copy(ImportCustomContentResponse o)
Copy method to populate the builder with values from the given instance.
-