Uses of Class
com.oracle.bmc.loganalytics.requests.RemovePreferencesRequest
-
Packages that use RemovePreferencesRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of RemovePreferencesRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type RemovePreferencesRequest Modifier and Type Method Description RemovePreferencesResponse
LogAnalytics. removePreferences(RemovePreferencesRequest request)
Removes the tenant preferences such as DEFAULT_HOMEPAGE and collection properties.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)
RemovePreferencesResponse
LogAnalyticsClient. removePreferences(RemovePreferencesRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type RemovePreferencesRequest 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 RemovePreferencesRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return RemovePreferencesRequest Modifier and Type Method Description RemovePreferencesRequest
RemovePreferencesRequest.Builder. build()
Build the instance of RemovePreferencesRequest as configured by this builderRemovePreferencesRequest
RemovePreferencesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemovePreferencesRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type RemovePreferencesRequest Modifier and Type Method Description RemovePreferencesRequest.Builder
RemovePreferencesRequest.Builder. copy(RemovePreferencesRequest o)
Copy method to populate the builder with values from the given instance.
-