Uses of Class
com.oracle.bmc.announcementsservice.responses.UpdateAnnouncementsPreferenceResponse
-
Packages that use UpdateAnnouncementsPreferenceResponse Package Description com.oracle.bmc.announcementsservice com.oracle.bmc.announcementsservice.responses -
-
Uses of UpdateAnnouncementsPreferenceResponse in com.oracle.bmc.announcementsservice
Methods in com.oracle.bmc.announcementsservice that return UpdateAnnouncementsPreferenceResponse Modifier and Type Method Description UpdateAnnouncementsPreferenceResponse
AnnouncementsPreferences. updateAnnouncementsPreference(UpdateAnnouncementsPreferenceRequest request)
Updates the preferences of the tenancy regarding receiving announcements by email.UpdateAnnouncementsPreferenceResponse
AnnouncementsPreferencesClient. updateAnnouncementsPreference(UpdateAnnouncementsPreferenceRequest request)
Methods in com.oracle.bmc.announcementsservice that return types with arguments of type UpdateAnnouncementsPreferenceResponse Modifier and Type Method Description Future<UpdateAnnouncementsPreferenceResponse>
AnnouncementsPreferencesAsync. updateAnnouncementsPreference(UpdateAnnouncementsPreferenceRequest request, AsyncHandler<UpdateAnnouncementsPreferenceRequest,UpdateAnnouncementsPreferenceResponse> handler)
Updates the preferences of the tenancy regarding receiving announcements by email.Future<UpdateAnnouncementsPreferenceResponse>
AnnouncementsPreferencesAsyncClient. updateAnnouncementsPreference(UpdateAnnouncementsPreferenceRequest request, AsyncHandler<UpdateAnnouncementsPreferenceRequest,UpdateAnnouncementsPreferenceResponse> handler)
Method parameters in com.oracle.bmc.announcementsservice with type arguments of type UpdateAnnouncementsPreferenceResponse Modifier and Type Method Description Future<UpdateAnnouncementsPreferenceResponse>
AnnouncementsPreferencesAsync. updateAnnouncementsPreference(UpdateAnnouncementsPreferenceRequest request, AsyncHandler<UpdateAnnouncementsPreferenceRequest,UpdateAnnouncementsPreferenceResponse> handler)
Updates the preferences of the tenancy regarding receiving announcements by email.Future<UpdateAnnouncementsPreferenceResponse>
AnnouncementsPreferencesAsyncClient. updateAnnouncementsPreference(UpdateAnnouncementsPreferenceRequest request, AsyncHandler<UpdateAnnouncementsPreferenceRequest,UpdateAnnouncementsPreferenceResponse> handler)
-
Uses of UpdateAnnouncementsPreferenceResponse in com.oracle.bmc.announcementsservice.responses
Methods in com.oracle.bmc.announcementsservice.responses that return UpdateAnnouncementsPreferenceResponse Modifier and Type Method Description UpdateAnnouncementsPreferenceResponse
UpdateAnnouncementsPreferenceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.announcementsservice.responses with parameters of type UpdateAnnouncementsPreferenceResponse Modifier and Type Method Description UpdateAnnouncementsPreferenceResponse.Builder
UpdateAnnouncementsPreferenceResponse.Builder. copy(UpdateAnnouncementsPreferenceResponse o)
Copy method to populate the builder with values from the given instance.
-