Uses of Class
com.oracle.bmc.identitydomains.responses.GetUserAttributesSettingResponse
-
Packages that use GetUserAttributesSettingResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of GetUserAttributesSettingResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return GetUserAttributesSettingResponse Modifier and Type Method Description GetUserAttributesSettingResponse
IdentityDomains. getUserAttributesSetting(GetUserAttributesSettingRequest request)
Get User Schema Attribute SettingsGetUserAttributesSettingResponse
IdentityDomainsClient. getUserAttributesSetting(GetUserAttributesSettingRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type GetUserAttributesSettingResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetUserAttributesSettingResponse 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 GetUserAttributesSettingResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return GetUserAttributesSettingResponse Modifier and Type Method Description GetUserAttributesSettingResponse
GetUserAttributesSettingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type GetUserAttributesSettingResponse Modifier and Type Method Description GetUserAttributesSettingResponse.Builder
GetUserAttributesSettingResponse.Builder. copy(GetUserAttributesSettingResponse o)
Copy method to populate the builder with values from the given instance.
-