Uses of Class
com.oracle.bmc.identitydomains.responses.SearchSecurityQuestionsResponse
-
Packages that use SearchSecurityQuestionsResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of SearchSecurityQuestionsResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return SearchSecurityQuestionsResponse Modifier and Type Method Description SearchSecurityQuestionsResponse
IdentityDomains. searchSecurityQuestions(SearchSecurityQuestionsRequest request)
Search for security questions using POST.SearchSecurityQuestionsResponse
IdentityDomainsClient. searchSecurityQuestions(SearchSecurityQuestionsRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type SearchSecurityQuestionsResponse Modifier and Type Method Description Future<SearchSecurityQuestionsResponse>
IdentityDomainsAsync. searchSecurityQuestions(SearchSecurityQuestionsRequest request, AsyncHandler<SearchSecurityQuestionsRequest,SearchSecurityQuestionsResponse> handler)
Search for security questions using POST.Future<SearchSecurityQuestionsResponse>
IdentityDomainsAsyncClient. searchSecurityQuestions(SearchSecurityQuestionsRequest request, AsyncHandler<SearchSecurityQuestionsRequest,SearchSecurityQuestionsResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type SearchSecurityQuestionsResponse Modifier and Type Method Description Future<SearchSecurityQuestionsResponse>
IdentityDomainsAsync. searchSecurityQuestions(SearchSecurityQuestionsRequest request, AsyncHandler<SearchSecurityQuestionsRequest,SearchSecurityQuestionsResponse> handler)
Search for security questions using POST.Future<SearchSecurityQuestionsResponse>
IdentityDomainsAsyncClient. searchSecurityQuestions(SearchSecurityQuestionsRequest request, AsyncHandler<SearchSecurityQuestionsRequest,SearchSecurityQuestionsResponse> handler)
-
Uses of SearchSecurityQuestionsResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return SearchSecurityQuestionsResponse Modifier and Type Method Description SearchSecurityQuestionsResponse
SearchSecurityQuestionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type SearchSecurityQuestionsResponse Modifier and Type Method Description SearchSecurityQuestionsResponse.Builder
SearchSecurityQuestionsResponse.Builder. copy(SearchSecurityQuestionsResponse o)
Copy method to populate the builder with values from the given instance.
-