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