Uses of Class
com.oracle.bmc.loganalytics.responses.UpdatePreferencesResponse
-
Packages that use UpdatePreferencesResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of UpdatePreferencesResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return UpdatePreferencesResponse Modifier and Type Method Description UpdatePreferencesResponse
LogAnalytics. updatePreferences(UpdatePreferencesRequest request)
Updates the tenant preferences such as DEFAULT_HOMEPAGE and collection properties.UpdatePreferencesResponse
LogAnalyticsClient. updatePreferences(UpdatePreferencesRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type UpdatePreferencesResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type UpdatePreferencesResponse 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 UpdatePreferencesResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return UpdatePreferencesResponse Modifier and Type Method Description UpdatePreferencesResponse
UpdatePreferencesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type UpdatePreferencesResponse Modifier and Type Method Description UpdatePreferencesResponse.Builder
UpdatePreferencesResponse.Builder. copy(UpdatePreferencesResponse o)
Copy method to populate the builder with values from the given instance.
-