Uses of Class
com.oracle.bmc.bds.requests.ListBdsMetastoreConfigurationsRequest
-
Packages that use ListBdsMetastoreConfigurationsRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of ListBdsMetastoreConfigurationsRequest in com.oracle.bmc.bds
Method parameters in com.oracle.bmc.bds with type arguments of type ListBdsMetastoreConfigurationsRequest Modifier and Type Method Description Future<ListBdsMetastoreConfigurationsResponse>
BdsAsync. listBdsMetastoreConfigurations(ListBdsMetastoreConfigurationsRequest request, AsyncHandler<ListBdsMetastoreConfigurationsRequest,ListBdsMetastoreConfigurationsResponse> handler)
Returns a list of metastore configurations ssociated with this Big Data Service cluster.Future<ListBdsMetastoreConfigurationsResponse>
BdsAsyncClient. listBdsMetastoreConfigurations(ListBdsMetastoreConfigurationsRequest request, AsyncHandler<ListBdsMetastoreConfigurationsRequest,ListBdsMetastoreConfigurationsResponse> handler)
-
Uses of ListBdsMetastoreConfigurationsRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return ListBdsMetastoreConfigurationsRequest Modifier and Type Method Description ListBdsMetastoreConfigurationsRequest
ListBdsMetastoreConfigurationsRequest.Builder. build()
Build the instance of ListBdsMetastoreConfigurationsRequest as configured by this builderListBdsMetastoreConfigurationsRequest
ListBdsMetastoreConfigurationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListBdsMetastoreConfigurationsRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type ListBdsMetastoreConfigurationsRequest Modifier and Type Method Description ListBdsMetastoreConfigurationsRequest.Builder
ListBdsMetastoreConfigurationsRequest.Builder. copy(ListBdsMetastoreConfigurationsRequest o)
Copy method to populate the builder with values from the given instance.
-