Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.requests |
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.
|
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 |
---|---|
GetUserRequest |
GetUserRequest.Builder.build()
Build the instance of GetUserRequest as configured by this builder
|
GetUserRequest |
GetUserRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetUserRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetUserRequest.Builder |
GetUserRequest.Builder.copy(GetUserRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.