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