Uses of Class
com.oracle.bmc.identitydomains.requests.PatchSecurityQuestionRequest
-
Packages that use PatchSecurityQuestionRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PatchSecurityQuestionRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PatchSecurityQuestionRequest Modifier and Type Method Description PatchSecurityQuestionResponse
IdentityDomains. patchSecurityQuestion(PatchSecurityQuestionRequest request)
Update a security question.Future<PatchSecurityQuestionResponse>
IdentityDomainsAsync. patchSecurityQuestion(PatchSecurityQuestionRequest request, AsyncHandler<PatchSecurityQuestionRequest,PatchSecurityQuestionResponse> handler)
Update a security question.Future<PatchSecurityQuestionResponse>
IdentityDomainsAsyncClient. patchSecurityQuestion(PatchSecurityQuestionRequest request, AsyncHandler<PatchSecurityQuestionRequest,PatchSecurityQuestionResponse> handler)
PatchSecurityQuestionResponse
IdentityDomainsClient. patchSecurityQuestion(PatchSecurityQuestionRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchSecurityQuestionRequest 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 PatchSecurityQuestionRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PatchSecurityQuestionRequest Modifier and Type Method Description PatchSecurityQuestionRequest
PatchSecurityQuestionRequest.Builder. build()
Build the instance of PatchSecurityQuestionRequest as configured by this builderPatchSecurityQuestionRequest
PatchSecurityQuestionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchSecurityQuestionRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PatchSecurityQuestionRequest Modifier and Type Method Description PatchSecurityQuestionRequest.Builder
PatchSecurityQuestionRequest.Builder. copy(PatchSecurityQuestionRequest o)
Copy method to populate the builder with values from the given instance.
-