Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
UpdateUserResponse |
IdentityClient.updateUser(UpdateUserRequest request) |
UpdateUserResponse |
Identity.updateUser(UpdateUserRequest request)
Updates the description of the specified user.
|
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
UpdateUserRequest |
UpdateUserRequest.Builder.build()
Build the instance of UpdateUserRequest as configured by this builder
|
UpdateUserRequest |
UpdateUserRequest.Builder.buildWithoutInvocationCallback()
Build the instance of UpdateUserRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.copy(UpdateUserRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.