Uses of Class
com.oracle.bmc.identitydomains.responses.PatchUserResponse
-
Packages that use PatchUserResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PatchUserResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchUserResponse Modifier and Type Method Description PatchUserResponse
IdentityDomains. patchUser(PatchUserRequest request)
Update a user.PatchUserResponse
IdentityDomainsClient. patchUser(PatchUserRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchUserResponse Modifier and Type Method Description Future<PatchUserResponse>
IdentityDomainsAsync. patchUser(PatchUserRequest request, AsyncHandler<PatchUserRequest,PatchUserResponse> handler)
Update a user.Future<PatchUserResponse>
IdentityDomainsAsyncClient. patchUser(PatchUserRequest request, AsyncHandler<PatchUserRequest,PatchUserResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchUserResponse Modifier and Type Method Description Future<PatchUserResponse>
IdentityDomainsAsync. patchUser(PatchUserRequest request, AsyncHandler<PatchUserRequest,PatchUserResponse> handler)
Update a user.Future<PatchUserResponse>
IdentityDomainsAsyncClient. patchUser(PatchUserRequest request, AsyncHandler<PatchUserRequest,PatchUserResponse> handler)
-
Uses of PatchUserResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchUserResponse Modifier and Type Method Description PatchUserResponse
PatchUserResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchUserResponse Modifier and Type Method Description PatchUserResponse.Builder
PatchUserResponse.Builder. copy(PatchUserResponse o)
Copy method to populate the builder with values from the given instance.
-