Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.responses |
Modifier and Type | Method and Description |
---|---|
GetUserResponse |
DbManagementClient.getUser(GetUserRequest request) |
GetUserResponse |
DbManagement.getUser(GetUserRequest request)
Gets the details of the user specified by managedDatabaseId and userName.
|
Modifier and Type | Method and Description |
---|---|
Future<GetUserResponse> |
DbManagementAsync.getUser(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResponse> handler)
Gets the details of the user specified by managedDatabaseId and userName.
|
Future<GetUserResponse> |
DbManagementAsyncClient.getUser(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<GetUserResponse> |
DbManagementAsync.getUser(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResponse> handler)
Gets the details of the user specified by managedDatabaseId and userName.
|
Future<GetUserResponse> |
DbManagementAsyncClient.getUser(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResponse> handler) |
Modifier and Type | Method and Description |
---|---|
GetUserResponse |
GetUserResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetUserResponse.Builder |
GetUserResponse.Builder.copy(GetUserResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.