Uses of Class
com.oracle.bmc.databasemanagement.requests.ListNamedCredentialsRequest
-
Packages that use ListNamedCredentialsRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of ListNamedCredentialsRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type ListNamedCredentialsRequest Modifier and Type Method Description ListNamedCredentialsResponseDbManagement. listNamedCredentials(ListNamedCredentialsRequest request)Gets a single named credential specified by the name or all the named credentials in a specific compartment.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)ListNamedCredentialsResponseDbManagementClient. listNamedCredentials(ListNamedCredentialsRequest request)Iterable<NamedCredentialSummary>DbManagementPaginators. listNamedCredentialsRecordIterator(ListNamedCredentialsRequest request)Creates a new iterable which will iterate over theNamedCredentialSummaryobjects contained in responses from the listNamedCredentials operation.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 ListNamedCredentialsRequest 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 ListNamedCredentialsRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ListNamedCredentialsRequest Modifier and Type Method Description ListNamedCredentialsRequestListNamedCredentialsRequest.Builder. build()Build the instance of ListNamedCredentialsRequest as configured by this builderListNamedCredentialsRequestListNamedCredentialsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListNamedCredentialsRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type ListNamedCredentialsRequest Modifier and Type Method Description ListNamedCredentialsRequest.BuilderListNamedCredentialsRequest.Builder. copy(ListNamedCredentialsRequest o)Copy method to populate the builder with values from the given instance.
-