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