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