Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.responses |
Modifier and Type | Method and Description |
---|---|
ListDbCredentialsResponse |
IdentityClient.listDbCredentials(ListDbCredentialsRequest request) |
ListDbCredentialsResponse |
Identity.listDbCredentials(ListDbCredentialsRequest request)
Lists the DB credentials for the specified user.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDbCredentialsResponse> |
IdentityAsync.listDbCredentials(ListDbCredentialsRequest request,
AsyncHandler<ListDbCredentialsRequest,ListDbCredentialsResponse> handler)
Lists the DB credentials for the specified user.
|
Future<ListDbCredentialsResponse> |
IdentityAsyncClient.listDbCredentials(ListDbCredentialsRequest request,
AsyncHandler<ListDbCredentialsRequest,ListDbCredentialsResponse> handler) |
Iterable<ListDbCredentialsResponse> |
IdentityPaginators.listDbCredentialsResponseIterator(ListDbCredentialsRequest request)
Creates a new iterable which will iterate over the responses received from the
listDbCredentials operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDbCredentialsResponse> |
IdentityAsync.listDbCredentials(ListDbCredentialsRequest request,
AsyncHandler<ListDbCredentialsRequest,ListDbCredentialsResponse> handler)
Lists the DB credentials for the specified user.
|
Future<ListDbCredentialsResponse> |
IdentityAsyncClient.listDbCredentials(ListDbCredentialsRequest request,
AsyncHandler<ListDbCredentialsRequest,ListDbCredentialsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListDbCredentialsResponse |
ListDbCredentialsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListDbCredentialsResponse.Builder |
ListDbCredentialsResponse.Builder.copy(ListDbCredentialsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.