Uses of Class
com.oracle.bmc.bds.responses.GetBdsMetastoreConfigurationResponse
- 
Packages that use GetBdsMetastoreConfigurationResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses 
- 
- 
Uses of GetBdsMetastoreConfigurationResponse in com.oracle.bmc.bdsMethods in com.oracle.bmc.bds that return GetBdsMetastoreConfigurationResponse Modifier and Type Method Description GetBdsMetastoreConfigurationResponseBds. getBdsMetastoreConfiguration(GetBdsMetastoreConfigurationRequest request)Returns the BDS Metastore configuration information for the given ID.GetBdsMetastoreConfigurationResponseBdsClient. getBdsMetastoreConfiguration(GetBdsMetastoreConfigurationRequest request)Method parameters in com.oracle.bmc.bds with type arguments of type GetBdsMetastoreConfigurationResponse Modifier and Type Method Description Future<GetBdsMetastoreConfigurationResponse>BdsAsync. getBdsMetastoreConfiguration(GetBdsMetastoreConfigurationRequest request, AsyncHandler<GetBdsMetastoreConfigurationRequest,GetBdsMetastoreConfigurationResponse> handler)Returns the BDS Metastore configuration information for the given ID.Future<GetBdsMetastoreConfigurationResponse>BdsAsyncClient. getBdsMetastoreConfiguration(GetBdsMetastoreConfigurationRequest request, AsyncHandler<GetBdsMetastoreConfigurationRequest,GetBdsMetastoreConfigurationResponse> handler)
- 
Uses of GetBdsMetastoreConfigurationResponse in com.oracle.bmc.bds.responsesMethods in com.oracle.bmc.bds.responses that return GetBdsMetastoreConfigurationResponse Modifier and Type Method Description GetBdsMetastoreConfigurationResponseGetBdsMetastoreConfigurationResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type GetBdsMetastoreConfigurationResponse Modifier and Type Method Description GetBdsMetastoreConfigurationResponse.BuilderGetBdsMetastoreConfigurationResponse.Builder. copy(GetBdsMetastoreConfigurationResponse o)Copy method to populate the builder with values from the given instance.
 
-