Uses of Class
com.oracle.bmc.databasemanagement.responses.ListNamedCredentialsResponse
-
Packages that use ListNamedCredentialsResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ListNamedCredentialsResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ListNamedCredentialsResponse Modifier and Type Method Description ListNamedCredentialsResponse
DbManagement. listNamedCredentials(ListNamedCredentialsRequest request)
Gets a single named credential specified by the name or all the named credentials in a specific compartment.ListNamedCredentialsResponse
DbManagementClient. listNamedCredentials(ListNamedCredentialsRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ListNamedCredentialsResponse Modifier and Type Method Description Future<ListNamedCredentialsResponse>
DbManagementAsync. listNamedCredentials(ListNamedCredentialsRequest request, AsyncHandler<ListNamedCredentialsRequest,ListNamedCredentialsResponse> handler)
Gets a single named credential specified by the name or all the named credentials in a specific compartment.Future<ListNamedCredentialsResponse>
DbManagementAsyncClient. listNamedCredentials(ListNamedCredentialsRequest request, AsyncHandler<ListNamedCredentialsRequest,ListNamedCredentialsResponse> handler)
Iterable<ListNamedCredentialsResponse>
DbManagementPaginators. listNamedCredentialsResponseIterator(ListNamedCredentialsRequest request)
Creates a new iterable which will iterate over the responses received from the listNamedCredentials operation.Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListNamedCredentialsResponse Modifier and Type Method Description Future<ListNamedCredentialsResponse>
DbManagementAsync. listNamedCredentials(ListNamedCredentialsRequest request, AsyncHandler<ListNamedCredentialsRequest,ListNamedCredentialsResponse> handler)
Gets a single named credential specified by the name or all the named credentials in a specific compartment.Future<ListNamedCredentialsResponse>
DbManagementAsyncClient. listNamedCredentials(ListNamedCredentialsRequest request, AsyncHandler<ListNamedCredentialsRequest,ListNamedCredentialsResponse> handler)
-
Uses of ListNamedCredentialsResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ListNamedCredentialsResponse Modifier and Type Method Description ListNamedCredentialsResponse
ListNamedCredentialsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ListNamedCredentialsResponse Modifier and Type Method Description ListNamedCredentialsResponse.Builder
ListNamedCredentialsResponse.Builder. copy(ListNamedCredentialsResponse o)
Copy method to populate the builder with values from the given instance.
-