Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
ListProxyUsersResponse |
DbManagementClient.listProxyUsers(ListProxyUsersRequest request) |
ListProxyUsersResponse |
DbManagement.listProxyUsers(ListProxyUsersRequest request)
Gets the list of proxy users for the current user.
|
Future<ListProxyUsersResponse> |
DbManagementAsync.listProxyUsers(ListProxyUsersRequest request,
AsyncHandler<ListProxyUsersRequest,ListProxyUsersResponse> handler)
Gets the list of proxy users for the current user.
|
Future<ListProxyUsersResponse> |
DbManagementAsyncClient.listProxyUsers(ListProxyUsersRequest request,
AsyncHandler<ListProxyUsersRequest,ListProxyUsersResponse> handler) |
Iterable<ProxyUserSummary> |
DbManagementPaginators.listProxyUsersRecordIterator(ListProxyUsersRequest request)
Creates a new iterable which will iterate over the
ProxyUserSummary objects contained in responses from
the listProxyUsers operation. |
Iterable<ListProxyUsersResponse> |
DbManagementPaginators.listProxyUsersResponseIterator(ListProxyUsersRequest request)
Creates a new iterable which will iterate over the responses received from the listProxyUsers
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListProxyUsersResponse> |
DbManagementAsync.listProxyUsers(ListProxyUsersRequest request,
AsyncHandler<ListProxyUsersRequest,ListProxyUsersResponse> handler)
Gets the list of proxy users for the current user.
|
Future<ListProxyUsersResponse> |
DbManagementAsyncClient.listProxyUsers(ListProxyUsersRequest request,
AsyncHandler<ListProxyUsersRequest,ListProxyUsersResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListProxyUsersRequest |
ListProxyUsersRequest.Builder.build()
Build the instance of ListProxyUsersRequest as configured by this builder
|
ListProxyUsersRequest |
ListProxyUsersRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListProxyUsersRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListProxyUsersRequest.Builder |
ListProxyUsersRequest.Builder.copy(ListProxyUsersRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.