Uses of Class
com.oracle.bmc.identitydomains.responses.PutAuthenticationFactorSettingResponse
-
Packages that use PutAuthenticationFactorSettingResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PutAuthenticationFactorSettingResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PutAuthenticationFactorSettingResponse Modifier and Type Method Description PutAuthenticationFactorSettingResponse
IdentityDomains. putAuthenticationFactorSetting(PutAuthenticationFactorSettingRequest request)
Replace Authentication Factor SettingsPutAuthenticationFactorSettingResponse
IdentityDomainsClient. putAuthenticationFactorSetting(PutAuthenticationFactorSettingRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PutAuthenticationFactorSettingResponse Modifier and Type Method Description Future<PutAuthenticationFactorSettingResponse>
IdentityDomainsAsync. putAuthenticationFactorSetting(PutAuthenticationFactorSettingRequest request, AsyncHandler<PutAuthenticationFactorSettingRequest,PutAuthenticationFactorSettingResponse> handler)
Replace Authentication Factor SettingsFuture<PutAuthenticationFactorSettingResponse>
IdentityDomainsAsyncClient. putAuthenticationFactorSetting(PutAuthenticationFactorSettingRequest request, AsyncHandler<PutAuthenticationFactorSettingRequest,PutAuthenticationFactorSettingResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PutAuthenticationFactorSettingResponse Modifier and Type Method Description Future<PutAuthenticationFactorSettingResponse>
IdentityDomainsAsync. putAuthenticationFactorSetting(PutAuthenticationFactorSettingRequest request, AsyncHandler<PutAuthenticationFactorSettingRequest,PutAuthenticationFactorSettingResponse> handler)
Replace Authentication Factor SettingsFuture<PutAuthenticationFactorSettingResponse>
IdentityDomainsAsyncClient. putAuthenticationFactorSetting(PutAuthenticationFactorSettingRequest request, AsyncHandler<PutAuthenticationFactorSettingRequest,PutAuthenticationFactorSettingResponse> handler)
-
Uses of PutAuthenticationFactorSettingResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PutAuthenticationFactorSettingResponse Modifier and Type Method Description PutAuthenticationFactorSettingResponse
PutAuthenticationFactorSettingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PutAuthenticationFactorSettingResponse Modifier and Type Method Description PutAuthenticationFactorSettingResponse.Builder
PutAuthenticationFactorSettingResponse.Builder. copy(PutAuthenticationFactorSettingResponse o)
Copy method to populate the builder with values from the given instance.
-