Uses of Class
com.oracle.bmc.databasemanagement.requests.GetUserRequest
-
Packages that use GetUserRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of GetUserRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type GetUserRequest Modifier and Type Method Description 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)
GetUserResponse
DbManagementClient. getUser(GetUserRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetUserRequest Modifier and Type Method 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)
-
Uses of GetUserRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return GetUserRequest Modifier and Type Method Description GetUserRequest
GetUserRequest.Builder. build()
Build the instance of GetUserRequest as configured by this builderGetUserRequest
GetUserRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetUserRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type GetUserRequest Modifier and Type Method Description GetUserRequest.Builder
GetUserRequest.Builder. copy(GetUserRequest o)
Copy method to populate the builder with values from the given instance.
-