Uses of Class
com.oracle.bmc.loganalytics.responses.EnableArchivingResponse
-
Packages that use EnableArchivingResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of EnableArchivingResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return EnableArchivingResponse Modifier and Type Method Description EnableArchivingResponse
LogAnalytics. enableArchiving(EnableArchivingRequest request)
THis API enables archiving.EnableArchivingResponse
LogAnalyticsClient. enableArchiving(EnableArchivingRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type EnableArchivingResponse Modifier and Type Method Description Future<EnableArchivingResponse>
LogAnalyticsAsync. enableArchiving(EnableArchivingRequest request, AsyncHandler<EnableArchivingRequest,EnableArchivingResponse> handler)
THis API enables archiving.Future<EnableArchivingResponse>
LogAnalyticsAsyncClient. enableArchiving(EnableArchivingRequest request, AsyncHandler<EnableArchivingRequest,EnableArchivingResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type EnableArchivingResponse Modifier and Type Method Description Future<EnableArchivingResponse>
LogAnalyticsAsync. enableArchiving(EnableArchivingRequest request, AsyncHandler<EnableArchivingRequest,EnableArchivingResponse> handler)
THis API enables archiving.Future<EnableArchivingResponse>
LogAnalyticsAsyncClient. enableArchiving(EnableArchivingRequest request, AsyncHandler<EnableArchivingRequest,EnableArchivingResponse> handler)
-
Uses of EnableArchivingResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return EnableArchivingResponse Modifier and Type Method Description EnableArchivingResponse
EnableArchivingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type EnableArchivingResponse Modifier and Type Method Description EnableArchivingResponse.Builder
EnableArchivingResponse.Builder. copy(EnableArchivingResponse o)
Copy method to populate the builder with values from the given instance.
-