Uses of Class
com.oracle.bmc.datacatalog.responses.TestConnectionResponse
-
Packages that use TestConnectionResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of TestConnectionResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return TestConnectionResponse Modifier and Type Method Description TestConnectionResponse
DataCatalog. testConnection(TestConnectionRequest request)
Test the connection by connecting to the data asset using credentials in the metadata.TestConnectionResponse
DataCatalogClient. testConnection(TestConnectionRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type TestConnectionResponse Modifier and Type Method Description Future<TestConnectionResponse>
DataCatalogAsync. testConnection(TestConnectionRequest request, AsyncHandler<TestConnectionRequest,TestConnectionResponse> handler)
Test the connection by connecting to the data asset using credentials in the metadata.Future<TestConnectionResponse>
DataCatalogAsyncClient. testConnection(TestConnectionRequest request, AsyncHandler<TestConnectionRequest,TestConnectionResponse> handler)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type TestConnectionResponse Modifier and Type Method Description Future<TestConnectionResponse>
DataCatalogAsync. testConnection(TestConnectionRequest request, AsyncHandler<TestConnectionRequest,TestConnectionResponse> handler)
Test the connection by connecting to the data asset using credentials in the metadata.Future<TestConnectionResponse>
DataCatalogAsyncClient. testConnection(TestConnectionRequest request, AsyncHandler<TestConnectionRequest,TestConnectionResponse> handler)
-
Uses of TestConnectionResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return TestConnectionResponse Modifier and Type Method Description TestConnectionResponse
TestConnectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type TestConnectionResponse Modifier and Type Method Description TestConnectionResponse.Builder
TestConnectionResponse.Builder. copy(TestConnectionResponse o)
Copy method to populate the builder with values from the given instance.
-