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