Uses of Class
com.oracle.bmc.identity.responses.UpdateUserResponse
-
Packages that use UpdateUserResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of UpdateUserResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return UpdateUserResponse Modifier and Type Method Description UpdateUserResponse
Identity. updateUser(UpdateUserRequest request)
Updates the description of the specified user.UpdateUserResponse
IdentityClient. updateUser(UpdateUserRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type UpdateUserResponse Modifier and Type Method Description Future<UpdateUserResponse>
IdentityAsync. updateUser(UpdateUserRequest request, AsyncHandler<UpdateUserRequest,UpdateUserResponse> handler)
Updates the description of the specified user.Future<UpdateUserResponse>
IdentityAsyncClient. updateUser(UpdateUserRequest request, AsyncHandler<UpdateUserRequest,UpdateUserResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type UpdateUserResponse Modifier and Type Method Description Future<UpdateUserResponse>
IdentityAsync. updateUser(UpdateUserRequest request, AsyncHandler<UpdateUserRequest,UpdateUserResponse> handler)
Updates the description of the specified user.Future<UpdateUserResponse>
IdentityAsyncClient. updateUser(UpdateUserRequest request, AsyncHandler<UpdateUserRequest,UpdateUserResponse> handler)
-
Uses of UpdateUserResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return UpdateUserResponse Modifier and Type Method Description UpdateUserResponse
UpdateUserResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type UpdateUserResponse Modifier and Type Method Description UpdateUserResponse.Builder
UpdateUserResponse.Builder. copy(UpdateUserResponse o)
Copy method to populate the builder with values from the given instance.
-