Uses of Class
com.oracle.bmc.loganalytics.responses.RemovePreferencesResponse
-
Packages that use RemovePreferencesResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of RemovePreferencesResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return RemovePreferencesResponse Modifier and Type Method Description RemovePreferencesResponse
LogAnalytics. removePreferences(RemovePreferencesRequest request)
Removes the tenant preferences such as DEFAULT_HOMEPAGE and collection properties.RemovePreferencesResponse
LogAnalyticsClient. removePreferences(RemovePreferencesRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type RemovePreferencesResponse Modifier and Type Method Description Future<RemovePreferencesResponse>
LogAnalyticsAsync. removePreferences(RemovePreferencesRequest request, AsyncHandler<RemovePreferencesRequest,RemovePreferencesResponse> handler)
Removes the tenant preferences such as DEFAULT_HOMEPAGE and collection properties.Future<RemovePreferencesResponse>
LogAnalyticsAsyncClient. removePreferences(RemovePreferencesRequest request, AsyncHandler<RemovePreferencesRequest,RemovePreferencesResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type RemovePreferencesResponse Modifier and Type Method Description Future<RemovePreferencesResponse>
LogAnalyticsAsync. removePreferences(RemovePreferencesRequest request, AsyncHandler<RemovePreferencesRequest,RemovePreferencesResponse> handler)
Removes the tenant preferences such as DEFAULT_HOMEPAGE and collection properties.Future<RemovePreferencesResponse>
LogAnalyticsAsyncClient. removePreferences(RemovePreferencesRequest request, AsyncHandler<RemovePreferencesRequest,RemovePreferencesResponse> handler)
-
Uses of RemovePreferencesResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return RemovePreferencesResponse Modifier and Type Method Description RemovePreferencesResponse
RemovePreferencesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type RemovePreferencesResponse Modifier and Type Method Description RemovePreferencesResponse.Builder
RemovePreferencesResponse.Builder. copy(RemovePreferencesResponse o)
Copy method to populate the builder with values from the given instance.
-