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