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