Uses of Class
com.oracle.bmc.bds.requests.TestBdsMetastoreConfigurationRequest
-
Packages that use TestBdsMetastoreConfigurationRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of TestBdsMetastoreConfigurationRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type TestBdsMetastoreConfigurationRequest Modifier and Type Method Description TestBdsMetastoreConfigurationResponse
Bds. testBdsMetastoreConfiguration(TestBdsMetastoreConfigurationRequest request)
Test specified metastore configuration.Future<TestBdsMetastoreConfigurationResponse>
BdsAsync. testBdsMetastoreConfiguration(TestBdsMetastoreConfigurationRequest request, AsyncHandler<TestBdsMetastoreConfigurationRequest,TestBdsMetastoreConfigurationResponse> handler)
Test specified metastore configuration.Future<TestBdsMetastoreConfigurationResponse>
BdsAsyncClient. testBdsMetastoreConfiguration(TestBdsMetastoreConfigurationRequest request, AsyncHandler<TestBdsMetastoreConfigurationRequest,TestBdsMetastoreConfigurationResponse> handler)
TestBdsMetastoreConfigurationResponse
BdsClient. testBdsMetastoreConfiguration(TestBdsMetastoreConfigurationRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type TestBdsMetastoreConfigurationRequest 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 TestBdsMetastoreConfigurationRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return TestBdsMetastoreConfigurationRequest Modifier and Type Method Description TestBdsMetastoreConfigurationRequest
TestBdsMetastoreConfigurationRequest.Builder. build()
Build the instance of TestBdsMetastoreConfigurationRequest as configured by this builderTestBdsMetastoreConfigurationRequest
TestBdsMetastoreConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of TestBdsMetastoreConfigurationRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type TestBdsMetastoreConfigurationRequest Modifier and Type Method Description TestBdsMetastoreConfigurationRequest.Builder
TestBdsMetastoreConfigurationRequest.Builder. copy(TestBdsMetastoreConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-