Uses of Class
com.oracle.bmc.identitydomains.requests.ListNotificationSettingsRequest
-
Packages that use ListNotificationSettingsRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of ListNotificationSettingsRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type ListNotificationSettingsRequest Modifier and Type Method Description ListNotificationSettingsResponse
IdentityDomains. listNotificationSettings(ListNotificationSettingsRequest request)
Search Notification SettingsFuture<ListNotificationSettingsResponse>
IdentityDomainsAsync. listNotificationSettings(ListNotificationSettingsRequest request, AsyncHandler<ListNotificationSettingsRequest,ListNotificationSettingsResponse> handler)
Search Notification SettingsFuture<ListNotificationSettingsResponse>
IdentityDomainsAsyncClient. listNotificationSettings(ListNotificationSettingsRequest request, AsyncHandler<ListNotificationSettingsRequest,ListNotificationSettingsResponse> handler)
ListNotificationSettingsResponse
IdentityDomainsClient. listNotificationSettings(ListNotificationSettingsRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type ListNotificationSettingsRequest Modifier and Type Method Description Future<ListNotificationSettingsResponse>
IdentityDomainsAsync. listNotificationSettings(ListNotificationSettingsRequest request, AsyncHandler<ListNotificationSettingsRequest,ListNotificationSettingsResponse> handler)
Search Notification SettingsFuture<ListNotificationSettingsResponse>
IdentityDomainsAsyncClient. listNotificationSettings(ListNotificationSettingsRequest request, AsyncHandler<ListNotificationSettingsRequest,ListNotificationSettingsResponse> handler)
-
Uses of ListNotificationSettingsRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return ListNotificationSettingsRequest Modifier and Type Method Description ListNotificationSettingsRequest
ListNotificationSettingsRequest.Builder. build()
Build the instance of ListNotificationSettingsRequest as configured by this builderListNotificationSettingsRequest
ListNotificationSettingsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListNotificationSettingsRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type ListNotificationSettingsRequest Modifier and Type Method Description ListNotificationSettingsRequest.Builder
ListNotificationSettingsRequest.Builder. copy(ListNotificationSettingsRequest o)
Copy method to populate the builder with values from the given instance.
-