Uses of Class
com.oracle.bmc.loganalytics.requests.UpdateStorageRequest
-
Packages that use UpdateStorageRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of UpdateStorageRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type UpdateStorageRequest Modifier and Type Method Description UpdateStorageResponse
LogAnalytics. updateStorage(UpdateStorageRequest request)
This API updates the archiving configurationFuture<UpdateStorageResponse>
LogAnalyticsAsync. updateStorage(UpdateStorageRequest request, AsyncHandler<UpdateStorageRequest,UpdateStorageResponse> handler)
This API updates the archiving configurationFuture<UpdateStorageResponse>
LogAnalyticsAsyncClient. updateStorage(UpdateStorageRequest request, AsyncHandler<UpdateStorageRequest,UpdateStorageResponse> handler)
UpdateStorageResponse
LogAnalyticsClient. updateStorage(UpdateStorageRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type UpdateStorageRequest 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 UpdateStorageRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return UpdateStorageRequest Modifier and Type Method Description UpdateStorageRequest
UpdateStorageRequest.Builder. build()
Build the instance of UpdateStorageRequest as configured by this builderUpdateStorageRequest
UpdateStorageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateStorageRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type UpdateStorageRequest Modifier and Type Method Description UpdateStorageRequest.Builder
UpdateStorageRequest.Builder. copy(UpdateStorageRequest o)
Copy method to populate the builder with values from the given instance.
-