Uses of Class
com.oracle.bmc.databasemanagement.responses.ListPreferredCredentialsResponse
-
Packages that use ListPreferredCredentialsResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ListPreferredCredentialsResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ListPreferredCredentialsResponse Modifier and Type Method Description ListPreferredCredentialsResponseDbManagement. listPreferredCredentials(ListPreferredCredentialsRequest request)Gets the list of preferred credentials for a given Managed Database.ListPreferredCredentialsResponseDbManagementClient. listPreferredCredentials(ListPreferredCredentialsRequest request)Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ListPreferredCredentialsResponse Modifier and Type Method Description Future<ListPreferredCredentialsResponse>DbManagementAsync. listPreferredCredentials(ListPreferredCredentialsRequest request, AsyncHandler<ListPreferredCredentialsRequest,ListPreferredCredentialsResponse> handler)Gets the list of preferred credentials for a given Managed Database.Future<ListPreferredCredentialsResponse>DbManagementAsyncClient. listPreferredCredentials(ListPreferredCredentialsRequest request, AsyncHandler<ListPreferredCredentialsRequest,ListPreferredCredentialsResponse> handler)Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListPreferredCredentialsResponse Modifier and Type Method Description Future<ListPreferredCredentialsResponse>DbManagementAsync. listPreferredCredentials(ListPreferredCredentialsRequest request, AsyncHandler<ListPreferredCredentialsRequest,ListPreferredCredentialsResponse> handler)Gets the list of preferred credentials for a given Managed Database.Future<ListPreferredCredentialsResponse>DbManagementAsyncClient. listPreferredCredentials(ListPreferredCredentialsRequest request, AsyncHandler<ListPreferredCredentialsRequest,ListPreferredCredentialsResponse> handler) -
Uses of ListPreferredCredentialsResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ListPreferredCredentialsResponse Modifier and Type Method Description ListPreferredCredentialsResponseListPreferredCredentialsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ListPreferredCredentialsResponse Modifier and Type Method Description ListPreferredCredentialsResponse.BuilderListPreferredCredentialsResponse.Builder. copy(ListPreferredCredentialsResponse o)Copy method to populate the builder with values from the given instance.
-