Uses of Class
com.oracle.bmc.bds.responses.TestBdsMetastoreConfigurationResponse
-
Packages that use TestBdsMetastoreConfigurationResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of TestBdsMetastoreConfigurationResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return TestBdsMetastoreConfigurationResponse Modifier and Type Method Description TestBdsMetastoreConfigurationResponse
Bds. testBdsMetastoreConfiguration(TestBdsMetastoreConfigurationRequest request)
Test specified metastore configuration.TestBdsMetastoreConfigurationResponse
BdsClient. testBdsMetastoreConfiguration(TestBdsMetastoreConfigurationRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type TestBdsMetastoreConfigurationResponse Modifier and Type Method Description Future<TestBdsMetastoreConfigurationResponse>
BdsAsync. testBdsMetastoreConfiguration(TestBdsMetastoreConfigurationRequest request, AsyncHandler<TestBdsMetastoreConfigurationRequest,TestBdsMetastoreConfigurationResponse> handler)
Test specified metastore configuration.Future<TestBdsMetastoreConfigurationResponse>
BdsAsyncClient. testBdsMetastoreConfiguration(TestBdsMetastoreConfigurationRequest request, AsyncHandler<TestBdsMetastoreConfigurationRequest,TestBdsMetastoreConfigurationResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type TestBdsMetastoreConfigurationResponse Modifier and Type Method Description Future<TestBdsMetastoreConfigurationResponse>
BdsAsync. testBdsMetastoreConfiguration(TestBdsMetastoreConfigurationRequest request, AsyncHandler<TestBdsMetastoreConfigurationRequest,TestBdsMetastoreConfigurationResponse> handler)
Test specified metastore configuration.Future<TestBdsMetastoreConfigurationResponse>
BdsAsyncClient. testBdsMetastoreConfiguration(TestBdsMetastoreConfigurationRequest request, AsyncHandler<TestBdsMetastoreConfigurationRequest,TestBdsMetastoreConfigurationResponse> handler)
-
Uses of TestBdsMetastoreConfigurationResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return TestBdsMetastoreConfigurationResponse Modifier and Type Method Description TestBdsMetastoreConfigurationResponse
TestBdsMetastoreConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type TestBdsMetastoreConfigurationResponse Modifier and Type Method Description TestBdsMetastoreConfigurationResponse.Builder
TestBdsMetastoreConfigurationResponse.Builder. copy(TestBdsMetastoreConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-