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