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