Uses of Class
com.oracle.bmc.identitydomains.requests.PutAuthenticationFactorSettingRequest
-
Packages that use PutAuthenticationFactorSettingRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PutAuthenticationFactorSettingRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PutAuthenticationFactorSettingRequest Modifier and Type Method Description PutAuthenticationFactorSettingResponse
IdentityDomains. putAuthenticationFactorSetting(PutAuthenticationFactorSettingRequest request)
Replace Authentication Factor SettingsFuture<PutAuthenticationFactorSettingResponse>
IdentityDomainsAsync. putAuthenticationFactorSetting(PutAuthenticationFactorSettingRequest request, AsyncHandler<PutAuthenticationFactorSettingRequest,PutAuthenticationFactorSettingResponse> handler)
Replace Authentication Factor SettingsFuture<PutAuthenticationFactorSettingResponse>
IdentityDomainsAsyncClient. putAuthenticationFactorSetting(PutAuthenticationFactorSettingRequest request, AsyncHandler<PutAuthenticationFactorSettingRequest,PutAuthenticationFactorSettingResponse> handler)
PutAuthenticationFactorSettingResponse
IdentityDomainsClient. putAuthenticationFactorSetting(PutAuthenticationFactorSettingRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PutAuthenticationFactorSettingRequest 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 PutAuthenticationFactorSettingRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PutAuthenticationFactorSettingRequest Modifier and Type Method Description PutAuthenticationFactorSettingRequest
PutAuthenticationFactorSettingRequest.Builder. build()
Build the instance of PutAuthenticationFactorSettingRequest as configured by this builderPutAuthenticationFactorSettingRequest
PutAuthenticationFactorSettingRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PutAuthenticationFactorSettingRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PutAuthenticationFactorSettingRequest Modifier and Type Method Description PutAuthenticationFactorSettingRequest.Builder
PutAuthenticationFactorSettingRequest.Builder. copy(PutAuthenticationFactorSettingRequest o)
Copy method to populate the builder with values from the given instance.
-