Uses of Class
com.oracle.bmc.identitydomains.model.AccountRecoverySetting
-
Packages that use AccountRecoverySetting Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of AccountRecoverySetting in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AccountRecoverySetting Modifier and Type Method Description AccountRecoverySetting
AccountRecoverySetting.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AccountRecoverySetting Modifier and Type Method Description List<AccountRecoverySetting>
AccountRecoverySettings. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type AccountRecoverySetting Modifier and Type Method Description AccountRecoverySetting.Builder
AccountRecoverySetting.Builder. copy(AccountRecoverySetting model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AccountRecoverySetting Modifier and Type Method Description AccountRecoverySettings.Builder
AccountRecoverySettings.Builder. resources(List<AccountRecoverySetting> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of AccountRecoverySetting in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return AccountRecoverySetting Modifier and Type Method Description AccountRecoverySetting
PutAccountRecoverySettingRequest. getAccountRecoverySetting()
Replace the current instance of AccountRecoverySettings with provided payload.AccountRecoverySetting
PutAccountRecoverySettingRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.identitydomains.requests with parameters of type AccountRecoverySetting Modifier and Type Method Description PutAccountRecoverySettingRequest.Builder
PutAccountRecoverySettingRequest.Builder. accountRecoverySetting(AccountRecoverySetting accountRecoverySetting)
Replace the current instance of AccountRecoverySettings with provided payload.PutAccountRecoverySettingRequest.Builder
PutAccountRecoverySettingRequest.Builder. body$(AccountRecoverySetting body)
Alternative setter for the body parameter. -
Uses of AccountRecoverySetting in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return AccountRecoverySetting Modifier and Type Method Description AccountRecoverySetting
GetAccountRecoverySettingResponse. getAccountRecoverySetting()
The returned AccountRecoverySetting instance.AccountRecoverySetting
PatchAccountRecoverySettingResponse. getAccountRecoverySetting()
The returned AccountRecoverySetting instance.AccountRecoverySetting
PutAccountRecoverySettingResponse. getAccountRecoverySetting()
The returned AccountRecoverySetting instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type AccountRecoverySetting Modifier and Type Method Description GetAccountRecoverySettingResponse.Builder
GetAccountRecoverySettingResponse.Builder. accountRecoverySetting(AccountRecoverySetting accountRecoverySetting)
The returned AccountRecoverySetting instance.PatchAccountRecoverySettingResponse.Builder
PatchAccountRecoverySettingResponse.Builder. accountRecoverySetting(AccountRecoverySetting accountRecoverySetting)
The returned AccountRecoverySetting instance.PutAccountRecoverySettingResponse.Builder
PutAccountRecoverySettingResponse.Builder. accountRecoverySetting(AccountRecoverySetting accountRecoverySetting)
The returned AccountRecoverySetting instance.
-