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