Uses of Class
com.oracle.bmc.databasemanagement.responses.TestNamedCredentialResponse
- 
Packages that use TestNamedCredentialResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses 
- 
- 
Uses of TestNamedCredentialResponse in com.oracle.bmc.databasemanagementMethods in com.oracle.bmc.databasemanagement that return TestNamedCredentialResponse Modifier and Type Method Description TestNamedCredentialResponseDbManagement. testNamedCredential(TestNamedCredentialRequest request)Tests the named credential.TestNamedCredentialResponseDbManagementClient. testNamedCredential(TestNamedCredentialRequest request)Methods in com.oracle.bmc.databasemanagement that return types with arguments of type TestNamedCredentialResponse Modifier and Type Method Description Future<TestNamedCredentialResponse>DbManagementAsync. testNamedCredential(TestNamedCredentialRequest request, AsyncHandler<TestNamedCredentialRequest,TestNamedCredentialResponse> handler)Tests the named credential.Future<TestNamedCredentialResponse>DbManagementAsyncClient. testNamedCredential(TestNamedCredentialRequest request, AsyncHandler<TestNamedCredentialRequest,TestNamedCredentialResponse> handler)Method parameters in com.oracle.bmc.databasemanagement with type arguments of type TestNamedCredentialResponse Modifier and Type Method Description Future<TestNamedCredentialResponse>DbManagementAsync. testNamedCredential(TestNamedCredentialRequest request, AsyncHandler<TestNamedCredentialRequest,TestNamedCredentialResponse> handler)Tests the named credential.Future<TestNamedCredentialResponse>DbManagementAsyncClient. testNamedCredential(TestNamedCredentialRequest request, AsyncHandler<TestNamedCredentialRequest,TestNamedCredentialResponse> handler)
- 
Uses of TestNamedCredentialResponse in com.oracle.bmc.databasemanagement.responsesMethods in com.oracle.bmc.databasemanagement.responses that return TestNamedCredentialResponse Modifier and Type Method Description TestNamedCredentialResponseTestNamedCredentialResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type TestNamedCredentialResponse Modifier and Type Method Description TestNamedCredentialResponse.BuilderTestNamedCredentialResponse.Builder. copy(TestNamedCredentialResponse o)Copy method to populate the builder with values from the given instance.
 
-