Uses of Class
com.oracle.bmc.identitydomains.requests.GetUserAttributesSettingRequest
-
Packages that use GetUserAttributesSettingRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of GetUserAttributesSettingRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type GetUserAttributesSettingRequest Modifier and Type Method Description GetUserAttributesSettingResponse
IdentityDomains. getUserAttributesSetting(GetUserAttributesSettingRequest request)
Get User Schema Attribute SettingsFuture<GetUserAttributesSettingResponse>
IdentityDomainsAsync. getUserAttributesSetting(GetUserAttributesSettingRequest request, AsyncHandler<GetUserAttributesSettingRequest,GetUserAttributesSettingResponse> handler)
Get User Schema Attribute SettingsFuture<GetUserAttributesSettingResponse>
IdentityDomainsAsyncClient. getUserAttributesSetting(GetUserAttributesSettingRequest request, AsyncHandler<GetUserAttributesSettingRequest,GetUserAttributesSettingResponse> handler)
GetUserAttributesSettingResponse
IdentityDomainsClient. getUserAttributesSetting(GetUserAttributesSettingRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetUserAttributesSettingRequest Modifier and Type Method Description Future<GetUserAttributesSettingResponse>
IdentityDomainsAsync. getUserAttributesSetting(GetUserAttributesSettingRequest request, AsyncHandler<GetUserAttributesSettingRequest,GetUserAttributesSettingResponse> handler)
Get User Schema Attribute SettingsFuture<GetUserAttributesSettingResponse>
IdentityDomainsAsyncClient. getUserAttributesSetting(GetUserAttributesSettingRequest request, AsyncHandler<GetUserAttributesSettingRequest,GetUserAttributesSettingResponse> handler)
-
Uses of GetUserAttributesSettingRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return GetUserAttributesSettingRequest Modifier and Type Method Description GetUserAttributesSettingRequest
GetUserAttributesSettingRequest.Builder. build()
Build the instance of GetUserAttributesSettingRequest as configured by this builderGetUserAttributesSettingRequest
GetUserAttributesSettingRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetUserAttributesSettingRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type GetUserAttributesSettingRequest Modifier and Type Method Description GetUserAttributesSettingRequest.Builder
GetUserAttributesSettingRequest.Builder. copy(GetUserAttributesSettingRequest o)
Copy method to populate the builder with values from the given instance.
-