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