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