Uses of Class
com.oracle.bmc.bds.responses.ListBdsMetastoreConfigurationsResponse
-
Packages that use ListBdsMetastoreConfigurationsResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of ListBdsMetastoreConfigurationsResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return ListBdsMetastoreConfigurationsResponse Modifier and Type Method Description ListBdsMetastoreConfigurationsResponseBds. listBdsMetastoreConfigurations(ListBdsMetastoreConfigurationsRequest request)Returns a list of metastore configurations ssociated with this Big Data Service cluster.ListBdsMetastoreConfigurationsResponseBdsClient. listBdsMetastoreConfigurations(ListBdsMetastoreConfigurationsRequest request)Methods in com.oracle.bmc.bds that return types with arguments of type ListBdsMetastoreConfigurationsResponse 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)Iterable<ListBdsMetastoreConfigurationsResponse>BdsPaginators. listBdsMetastoreConfigurationsResponseIterator(ListBdsMetastoreConfigurationsRequest request)Creates a new iterable which will iterate over the responses received from the listBdsMetastoreConfigurations operation.Method parameters in com.oracle.bmc.bds with type arguments of type ListBdsMetastoreConfigurationsResponse 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 ListBdsMetastoreConfigurationsResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return ListBdsMetastoreConfigurationsResponse Modifier and Type Method Description ListBdsMetastoreConfigurationsResponseListBdsMetastoreConfigurationsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type ListBdsMetastoreConfigurationsResponse Modifier and Type Method Description ListBdsMetastoreConfigurationsResponse.BuilderListBdsMetastoreConfigurationsResponse.Builder. copy(ListBdsMetastoreConfigurationsResponse o)Copy method to populate the builder with values from the given instance.
-