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.bds
Methods in com.oracle.bmc.bds that return GetBdsMetastoreConfigurationResponse Modifier and Type Method Description GetBdsMetastoreConfigurationResponse
Bds. getBdsMetastoreConfiguration(GetBdsMetastoreConfigurationRequest request)
Returns the BDS Metastore configuration information for the given ID.GetBdsMetastoreConfigurationResponse
BdsClient. 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.responses
Methods in com.oracle.bmc.bds.responses that return GetBdsMetastoreConfigurationResponse Modifier and Type Method Description GetBdsMetastoreConfigurationResponse
GetBdsMetastoreConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type GetBdsMetastoreConfigurationResponse Modifier and Type Method Description GetBdsMetastoreConfigurationResponse.Builder
GetBdsMetastoreConfigurationResponse.Builder. copy(GetBdsMetastoreConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-