Uses of Class
com.oracle.bmc.loganalytics.requests.UpdatePreferencesRequest
-
Packages that use UpdatePreferencesRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of UpdatePreferencesRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type UpdatePreferencesRequest Modifier and Type Method Description UpdatePreferencesResponse
LogAnalytics. updatePreferences(UpdatePreferencesRequest request)
Updates the tenant preferences such as DEFAULT_HOMEPAGE and collection properties.Future<UpdatePreferencesResponse>
LogAnalyticsAsync. updatePreferences(UpdatePreferencesRequest request, AsyncHandler<UpdatePreferencesRequest,UpdatePreferencesResponse> handler)
Updates the tenant preferences such as DEFAULT_HOMEPAGE and collection properties.Future<UpdatePreferencesResponse>
LogAnalyticsAsyncClient. updatePreferences(UpdatePreferencesRequest request, AsyncHandler<UpdatePreferencesRequest,UpdatePreferencesResponse> handler)
UpdatePreferencesResponse
LogAnalyticsClient. updatePreferences(UpdatePreferencesRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type UpdatePreferencesRequest Modifier and Type Method Description Future<UpdatePreferencesResponse>
LogAnalyticsAsync. updatePreferences(UpdatePreferencesRequest request, AsyncHandler<UpdatePreferencesRequest,UpdatePreferencesResponse> handler)
Updates the tenant preferences such as DEFAULT_HOMEPAGE and collection properties.Future<UpdatePreferencesResponse>
LogAnalyticsAsyncClient. updatePreferences(UpdatePreferencesRequest request, AsyncHandler<UpdatePreferencesRequest,UpdatePreferencesResponse> handler)
-
Uses of UpdatePreferencesRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return UpdatePreferencesRequest Modifier and Type Method Description UpdatePreferencesRequest
UpdatePreferencesRequest.Builder. build()
Build the instance of UpdatePreferencesRequest as configured by this builderUpdatePreferencesRequest
UpdatePreferencesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdatePreferencesRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type UpdatePreferencesRequest Modifier and Type Method Description UpdatePreferencesRequest.Builder
UpdatePreferencesRequest.Builder. copy(UpdatePreferencesRequest o)
Copy method to populate the builder with values from the given instance.
-