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