Uses of Class
com.oracle.bmc.bds.requests.GetBdsMetastoreConfigurationRequest
-
Packages that use GetBdsMetastoreConfigurationRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of GetBdsMetastoreConfigurationRequest in com.oracle.bmc.bds
Method parameters in com.oracle.bmc.bds with type arguments of type GetBdsMetastoreConfigurationRequest 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 GetBdsMetastoreConfigurationRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return GetBdsMetastoreConfigurationRequest Modifier and Type Method Description GetBdsMetastoreConfigurationRequest
GetBdsMetastoreConfigurationRequest.Builder. build()
Build the instance of GetBdsMetastoreConfigurationRequest as configured by this builderGetBdsMetastoreConfigurationRequest
GetBdsMetastoreConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetBdsMetastoreConfigurationRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type GetBdsMetastoreConfigurationRequest Modifier and Type Method Description GetBdsMetastoreConfigurationRequest.Builder
GetBdsMetastoreConfigurationRequest.Builder. copy(GetBdsMetastoreConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-