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