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