Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsPreferenceDetails
-
Packages that use LogAnalyticsPreferenceDetails Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.requests -
-
Uses of LogAnalyticsPreferenceDetails in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsPreferenceDetails Modifier and Type Method Description LogAnalyticsPreferenceDetails
LogAnalyticsPreferenceDetails.Builder. build()
Methods in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsPreferenceDetails Modifier and Type Method Description LogAnalyticsPreferenceDetails.Builder
LogAnalyticsPreferenceDetails.Builder. copy(LogAnalyticsPreferenceDetails model)
-
Uses of LogAnalyticsPreferenceDetails in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return LogAnalyticsPreferenceDetails Modifier and Type Method Description LogAnalyticsPreferenceDetails
RemovePreferencesRequest. getBody$()
Alternative accessor for the body parameter.LogAnalyticsPreferenceDetails
UpdatePreferencesRequest. getBody$()
Alternative accessor for the body parameter.LogAnalyticsPreferenceDetails
RemovePreferencesRequest. getRemovePreferencesDetails()
Details of the tenant preferences to delete.LogAnalyticsPreferenceDetails
UpdatePreferencesRequest. getUpdatePreferencesDetails()
Details of the tenant preferences to update.Methods in com.oracle.bmc.loganalytics.requests with parameters of type LogAnalyticsPreferenceDetails Modifier and Type Method Description RemovePreferencesRequest.Builder
RemovePreferencesRequest.Builder. body$(LogAnalyticsPreferenceDetails body)
Alternative setter for the body parameter.UpdatePreferencesRequest.Builder
UpdatePreferencesRequest.Builder. body$(LogAnalyticsPreferenceDetails body)
Alternative setter for the body parameter.RemovePreferencesRequest.Builder
RemovePreferencesRequest.Builder. removePreferencesDetails(LogAnalyticsPreferenceDetails removePreferencesDetails)
Details of the tenant preferences to delete.UpdatePreferencesRequest.Builder
UpdatePreferencesRequest.Builder. updatePreferencesDetails(LogAnalyticsPreferenceDetails updatePreferencesDetails)
Details of the tenant preferences to update.
-