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