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