Uses of Class
com.oracle.bmc.datacatalog.requests.TestConnectionRequest
-
Packages that use TestConnectionRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of TestConnectionRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type TestConnectionRequest Modifier and Type Method Description TestConnectionResponseDataCatalog. testConnection(TestConnectionRequest request)Test the connection by connecting to the data asset using credentials in the metadata.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)TestConnectionResponseDataCatalogClient. testConnection(TestConnectionRequest request)Method parameters in com.oracle.bmc.datacatalog with type arguments of type TestConnectionRequest 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 TestConnectionRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return TestConnectionRequest Modifier and Type Method Description TestConnectionRequestTestConnectionRequest.Builder. build()Build the instance of TestConnectionRequest as configured by this builderTestConnectionRequestTestConnectionRequest.Builder. buildWithoutInvocationCallback()Build the instance of TestConnectionRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type TestConnectionRequest Modifier and Type Method Description TestConnectionRequest.BuilderTestConnectionRequest.Builder. copy(TestConnectionRequest o)Copy method to populate the builder with values from the given instance.
-