Uses of Class
com.oracle.bmc.identitydomains.responses.SearchNotificationSettingsResponse
-
Packages that use SearchNotificationSettingsResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of SearchNotificationSettingsResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return SearchNotificationSettingsResponse Modifier and Type Method Description SearchNotificationSettingsResponse
IdentityDomains. searchNotificationSettings(SearchNotificationSettingsRequest request)
Search Notification Settings Using POSTSearchNotificationSettingsResponse
IdentityDomainsClient. searchNotificationSettings(SearchNotificationSettingsRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type SearchNotificationSettingsResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type SearchNotificationSettingsResponse 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 SearchNotificationSettingsResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return SearchNotificationSettingsResponse Modifier and Type Method Description SearchNotificationSettingsResponse
SearchNotificationSettingsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type SearchNotificationSettingsResponse Modifier and Type Method Description SearchNotificationSettingsResponse.Builder
SearchNotificationSettingsResponse.Builder. copy(SearchNotificationSettingsResponse o)
Copy method to populate the builder with values from the given instance.
-