Class WatsonxData
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.BaseService
- 
- com.ibm.cloud.watsonxdata.watsonx_data.v1.WatsonxData
 
 
- 
 public class WatsonxData extends com.ibm.cloud.sdk.core.service.BaseServiceThis is the Public API for IBM watsonx.data. API Version: SaaS-GA-1.0.0
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringDEFAULT_SERVICE_NAMEDefault service name used when configuring the `WatsonxData` client.static java.lang.StringDEFAULT_SERVICE_URLDefault service endpoint URL.
 - 
Constructor SummaryConstructors Constructor Description WatsonxData(java.lang.String serviceName, com.ibm.cloud.sdk.core.security.Authenticator authenticator)Constructs an instance of the `WatsonxData` client.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>activateBucket(ActivateBucketOptions activateBucketOptions)Active bucket.com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>addMetastoreToEngine(AddMetastoreToEngineOptions addMetastoreToEngineOptions)Add catalog to engine.com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse>createBucketUsers(CreateBucketUsersOptions createBucketUsersOptions)Grant users and groups permission to the bucket.com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse>createCatalogUsers(CreateCatalogUsersOptions createCatalogUsersOptions)Grant users and groups permission to the catalog.com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>createDatabaseCatalog(CreateDatabaseCatalogOptions createDatabaseCatalogOptions)Add/Create database.com.ibm.cloud.sdk.core.http.ServiceCall<CreateDataPolicyCreatedBody>createDataPolicy(CreateDataPolicyOptions createDataPolicyOptions)Create new data policy.com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse>createDbConnUsers(CreateDbConnUsersOptions createDbConnUsersOptions)Grant users and groups permission to the db connection.com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>createEngine(CreateEngineOptions createEngineOptions)Create engine.com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse>createEngineUsers(CreateEngineUsersOptions createEngineUsersOptions)Grant permission to the engine.com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse>createMetastoreUsers(CreateMetastoreUsersOptions createMetastoreUsersOptions)Grant users and groups permission to the metastore.com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse>createSchema(CreateSchemaOptions createSchemaOptions)Create schema.com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>deactivateBucket(DeactivateBucketOptions deactivateBucketOptions)Deactivate bucket.com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void>deleteBucketUsers(DeleteBucketUsersOptions deleteBucketUsersOptions)Revoke permission to access bucket.com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void>deleteCatalogUsers(DeleteCatalogUsersOptions deleteCatalogUsersOptions)Revoke multiple users and groups permission to access catalog.com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void>deleteDatabaseCatalog(DeleteDatabaseCatalogOptions deleteDatabaseCatalogOptions)Delete database.com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void>deleteDataPolicies()Revoke data policy access management policy.com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void>deleteDataPolicies(DeleteDataPoliciesOptions deleteDataPoliciesOptions)Revoke data policy access management policy.com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void>deleteDataPolicy(DeleteDataPolicyOptions deleteDataPolicyOptions)Revoke data policy access management policy.com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void>deleteDbConnUsers(DeleteDbConnUsersOptions deleteDbConnUsersOptions)Revoke permission to access db connection.com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void>deleteEngine(DeleteEngineOptions deleteEngineOptions)Delete engine.com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void>deleteEngineUsers(DeleteEngineUsersOptions deleteEngineUsersOptions)Revoke permission to access engine.com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void>deleteMetastoreUsers(DeleteMetastoreUsersOptions deleteMetastoreUsersOptions)Revoke permission to access metastore.com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void>deleteQuery(DeleteQueryOptions deleteQueryOptions)Delete query.com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void>deleteSchema(DeleteSchemaOptions deleteSchemaOptions)Delete schema.com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void>deleteTable(DeleteTableOptions deleteTableOptions)Delete table.com.ibm.cloud.sdk.core.http.ServiceCall<EvaluationResultSchema>evaluate()Evaluate permission.com.ibm.cloud.sdk.core.http.ServiceCall<EvaluationResultSchema>evaluate(EvaluateOptions evaluateOptions)Evaluate permission.com.ibm.cloud.sdk.core.http.ServiceCall<ExplainAnalyzeStatementCreatedBody>explainAnalyzeStatement(ExplainAnalyzeStatementOptions explainAnalyzeStatementOptions)Explain analyze.com.ibm.cloud.sdk.core.http.ServiceCall<ExplainStatementCreatedBody>explainStatement(ExplainStatementOptions explainStatementOptions)Explain.com.ibm.cloud.sdk.core.http.ServiceCall<GetBucketObjectsOKBody>getBucketObjects(GetBucketObjectsOptions getBucketObjectsOptions)Get bucket objects.com.ibm.cloud.sdk.core.http.ServiceCall<GetBucketsOKBody>getBuckets()Get buckets.com.ibm.cloud.sdk.core.http.ServiceCall<GetBucketsOKBody>getBuckets(GetBucketsOptions getBucketsOptions)Get buckets.com.ibm.cloud.sdk.core.http.ServiceCall<GetBucketUsersSchema>getBucketUsers(GetBucketUsersOptions getBucketUsersOptions)Get permission in the bucket.com.ibm.cloud.sdk.core.http.ServiceCall<GetCatalogUsersSchema>getCatalogUsers(GetCatalogUsersOptions getCatalogUsersOptions)Get users and groups permission in the catalog.com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>getDatabases()Get databases.com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>getDatabases(GetDatabasesOptions getDatabasesOptions)Get databases.com.ibm.cloud.sdk.core.http.ServiceCall<PolicySchema>getDataPolicy(GetDataPolicyOptions getDataPolicyOptions)Get policy.com.ibm.cloud.sdk.core.http.ServiceCall<GetDbConnUsersSchema>getDbConnUsers(GetDbConnUsersOptions getDbConnUsersOptions)Get permission in the db connection.com.ibm.cloud.sdk.core.http.ServiceCall<DefaultPolicySchema>getDefaultPolicies()Get AMS default policies.com.ibm.cloud.sdk.core.http.ServiceCall<DefaultPolicySchema>getDefaultPolicies(GetDefaultPoliciesOptions getDefaultPoliciesOptions)Get AMS default policies.com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>getDeployments()Get instance details.com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>getDeployments(GetDeploymentsOptions getDeploymentsOptions)Get instance details.com.ibm.cloud.sdk.core.http.ServiceCall<GetEnginesOKBody>getEngines()Get engines.com.ibm.cloud.sdk.core.http.ServiceCall<GetEnginesOKBody>getEngines(GetEnginesOptions getEnginesOptions)Get engines.com.ibm.cloud.sdk.core.http.ServiceCall<GetEngineUsersSchema>getEngineUsers(GetEngineUsersOptions getEngineUsersOptions)Get permission in the engine.com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>getHMS()Get Metastore.com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>getHMS(GetHMSOptions getHmsOptions)Get Metastore.com.ibm.cloud.sdk.core.http.ServiceCall<GetMetastoresOKBody>getMetastores()Get Catalogs.com.ibm.cloud.sdk.core.http.ServiceCall<GetMetastoresOKBody>getMetastores(GetMetastoresOptions getMetastoresOptions)Get Catalogs.com.ibm.cloud.sdk.core.http.ServiceCall<GetMetastoreUsersSchema>getMetastoreUsers(GetMetastoreUsersOptions getMetastoreUsersOptions)Get permission in the metastore.com.ibm.cloud.sdk.core.http.ServiceCall<PolicySchemaList>getPoliciesList()Get policies for specific catalog in catalog_name list.com.ibm.cloud.sdk.core.http.ServiceCall<PolicySchemaList>getPoliciesList(GetPoliciesListOptions getPoliciesListOptions)Get policies for specific catalog in catalog_name list.com.ibm.cloud.sdk.core.http.ServiceCall<PolicyVersionResultSchema>getPolicyVersion()Get AMS policies version.com.ibm.cloud.sdk.core.http.ServiceCall<PolicyVersionResultSchema>getPolicyVersion(GetPolicyVersionOptions getPolicyVersionOptions)Get AMS policies version.com.ibm.cloud.sdk.core.http.ServiceCall<GetQueriesOKBody>getQueries()Get queries.com.ibm.cloud.sdk.core.http.ServiceCall<GetQueriesOKBody>getQueries(GetQueriesOptions getQueriesOptions)Get queries.com.ibm.cloud.sdk.core.http.ServiceCall<GetSchemasOKBody>getSchemas(GetSchemasOptions getSchemasOptions)Get schemas.com.ibm.cloud.sdk.core.http.ServiceCall<GetTablesOKBody>getTables(GetTablesOptions getTablesOptions)Get tables.com.ibm.cloud.sdk.core.http.ServiceCall<GetTableSnapshotsOKBody>getTableSnapshots(GetTableSnapshotsOptions getTableSnapshotsOptions)Get table snapshots.com.ibm.cloud.sdk.core.http.ServiceCall<PolicyListSchema>listDataPolicies()Get policies.com.ibm.cloud.sdk.core.http.ServiceCall<PolicyListSchema>listDataPolicies(ListDataPoliciesOptions listDataPoliciesOptions)Get policies.static WatsonxDatanewInstance()Class method which constructs an instance of the `WatsonxData` client.static WatsonxDatanewInstance(java.lang.String serviceName)Class method which constructs an instance of the `WatsonxData` client.com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>parseCsv(ParseCsvOptions parseCsvOptions)Parse CSV for table creation.com.ibm.cloud.sdk.core.http.ServiceCall<PauseEngineCreatedBody>pauseEngine(PauseEngineOptions pauseEngineOptions)Pause engine.com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>postQuery(PostQueryOptions postQueryOptions)Run SQL statement.com.ibm.cloud.sdk.core.http.ServiceCall<RegisterBucketCreatedBody>registerBucket(RegisterBucketOptions registerBucketOptions)Register bucket.com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>removeCatalogFromEngine(RemoveCatalogFromEngineOptions removeCatalogFromEngineOptions)Remove catalog from engine.com.ibm.cloud.sdk.core.http.ServiceCall<ReplaceDataPolicyCreatedBody>replaceDataPolicy(ReplaceDataPolicyOptions replaceDataPolicyOptions)Updates data policy.com.ibm.cloud.sdk.core.http.ServiceCall<ResumeEngineCreatedBody>resumeEngine(ResumeEngineOptions resumeEngineOptions)Resume engine.com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse>rollbackSnapshot(RollbackSnapshotOptions rollbackSnapshotOptions)Rollback snapshot.com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse>saveQuery(SaveQueryOptions saveQueryOptions)Save query.com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse>testLHConsole()Readiness API.com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse>testLHConsole(TestLHConsoleOptions testLhConsoleOptions)Readiness API.com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void>unregisterBucket(UnregisterBucketOptions unregisterBucketOptions)Unregister Bucket.com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse>updateBucket(UpdateBucketOptions updateBucketOptions)Update bucket.com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse>updateBucketUsers(UpdateBucketUsersOptions updateBucketUsersOptions)Updates user and groups permission in the bucket.com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse>updateCatalogUsers(UpdateCatalogUsersOptions updateCatalogUsersOptions)Updates user and groups permission in the catalog.com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>updateDatabase(UpdateDatabaseOptions updateDatabaseOptions)Update database.com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse>updateDbConnUsers(UpdateDbConnUsersOptions updateDbConnUsersOptions)Updates user and groups permission in the db connection.com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>updateEngine(UpdateEngineOptions updateEngineOptions)Update engine.com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse>updateEngineUsers(UpdateEngineUsersOptions updateEngineUsersOptions)Updates user and groups permission in the engine.com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse>updateMetastoreUsers(UpdateMetastoreUsersOptions updateMetastoreUsersOptions)Updates user and groups permission in the metastore.com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse>updateQuery(UpdateQueryOptions updateQueryOptions)Update query.com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>updateTable(UpdateTableOptions updateTableOptions)Update table.com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream>uplaodCsv(UplaodCsvOptions uplaodCsvOptions)Upload CSV for table creation.- 
Methods inherited from class com.ibm.cloud.sdk.core.service.BaseServiceconfigureClient, configureService, constructServiceUrl, constructServiceURL, disableRetries, enableGzipCompression, enableRetries, getAuthenticator, getClient, getDefaultHeaders, getEndPoint, getName, getServiceUrl, isJsonMimeType, isJsonPatchMimeType, setClient, setDefaultHeaders, setEndPoint, setServiceUrl, toString
 
- 
 
- 
- 
- 
Field Detail- 
DEFAULT_SERVICE_NAMEpublic static final java.lang.String DEFAULT_SERVICE_NAME Default service name used when configuring the `WatsonxData` client.- See Also:
- Constant Field Values
 
 - 
DEFAULT_SERVICE_URLpublic static final java.lang.String DEFAULT_SERVICE_URL Default service endpoint URL.- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
WatsonxDatapublic WatsonxData(java.lang.String serviceName, com.ibm.cloud.sdk.core.security.Authenticator authenticator)Constructs an instance of the `WatsonxData` client. The specified service name and authenticator are used to configure the client instance.- Parameters:
- serviceName- the service name to be used when configuring the client instance
- authenticator- the- Authenticatorinstance to be configured for this client
 
 
- 
 - 
Method Detail- 
newInstancepublic static WatsonxData newInstance() Class method which constructs an instance of the `WatsonxData` client. The default service name is used to configure the client instance.- Returns:
- an instance of the `WatsonxData` client using external configuration
 
 - 
newInstancepublic static WatsonxData newInstance(java.lang.String serviceName) Class method which constructs an instance of the `WatsonxData` client. The specified service name is used to configure the client instance.- Parameters:
- serviceName- the service name to be used when configuring the client instance
- Returns:
- an instance of the `WatsonxData` client using external configuration
 
 - 
createDbConnUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse> createDbConnUsers(CreateDbConnUsersOptions createDbConnUsersOptions) Grant users and groups permission to the db connection. You require can_administer permission to perform this action.- Parameters:
- createDbConnUsersOptions- the- CreateDbConnUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeSuccessResponse
 
 - 
listDataPoliciespublic com.ibm.cloud.sdk.core.http.ServiceCall<PolicyListSchema> listDataPolicies(ListDataPoliciesOptions listDataPoliciesOptions) Get policies. Get list of all data policies.- Parameters:
- listDataPoliciesOptions- the- ListDataPoliciesOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typePolicyListSchema
 
 - 
listDataPoliciespublic com.ibm.cloud.sdk.core.http.ServiceCall<PolicyListSchema> listDataPolicies() Get policies. Get list of all data policies.- Returns:
- a ServiceCallwith a result of typePolicyListSchema
 
 - 
createDataPolicypublic com.ibm.cloud.sdk.core.http.ServiceCall<CreateDataPolicyCreatedBody> createDataPolicy(CreateDataPolicyOptions createDataPolicyOptions) Create new data policy. Create new data policy.- Parameters:
- createDataPolicyOptions- the- CreateDataPolicyOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeCreateDataPolicyCreatedBody
 
 - 
deleteDataPoliciespublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> deleteDataPolicies(DeleteDataPoliciesOptions deleteDataPoliciesOptions) Revoke data policy access management policy. You require catalog can_administer permission to perform this action.- Parameters:
- deleteDataPoliciesOptions- the- DeleteDataPoliciesOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a void result
 
 - 
deleteDataPoliciespublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> deleteDataPolicies() Revoke data policy access management policy. You require catalog can_administer permission to perform this action.- Returns:
- a ServiceCallwith a void result
 
 - 
getEngineUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<GetEngineUsersSchema> getEngineUsers(GetEngineUsersOptions getEngineUsersOptions) Get permission in the engine. Get users and groups permission in the engine.- Parameters:
- getEngineUsersOptions- the- GetEngineUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeGetEngineUsersSchema
 
 - 
deleteEngineUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> deleteEngineUsers(DeleteEngineUsersOptions deleteEngineUsersOptions) Revoke permission to access engine. You require administrator role or can_administer permission to perform this action.- Parameters:
- deleteEngineUsersOptions- the- DeleteEngineUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a void result
 
 - 
updateEngineUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse> updateEngineUsers(UpdateEngineUsersOptions updateEngineUsersOptions) Updates user and groups permission in the engine. You require administrator role or can_administer permission to perform this action.- Parameters:
- updateEngineUsersOptions- the- UpdateEngineUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeSuccessResponse
 
 - 
deleteDbConnUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> deleteDbConnUsers(DeleteDbConnUsersOptions deleteDbConnUsersOptions) Revoke permission to access db connection. You require can_administer permission to perform this action.- Parameters:
- deleteDbConnUsersOptions- the- DeleteDbConnUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a void result
 
 - 
updateDbConnUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse> updateDbConnUsers(UpdateDbConnUsersOptions updateDbConnUsersOptions) Updates user and groups permission in the db connection. You require can_administer permission to perform this action.- Parameters:
- updateDbConnUsersOptions- the- UpdateDbConnUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeSuccessResponse
 
 - 
getDbConnUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<GetDbConnUsersSchema> getDbConnUsers(GetDbConnUsersOptions getDbConnUsersOptions) Get permission in the db connection. Get users and groups permission in the db connection.- Parameters:
- getDbConnUsersOptions- the- GetDbConnUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeGetDbConnUsersSchema
 
 - 
createCatalogUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse> createCatalogUsers(CreateCatalogUsersOptions createCatalogUsersOptions) Grant users and groups permission to the catalog. You require can_administer permission to perform this action.- Parameters:
- createCatalogUsersOptions- the- CreateCatalogUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeSuccessResponse
 
 - 
getCatalogUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<GetCatalogUsersSchema> getCatalogUsers(GetCatalogUsersOptions getCatalogUsersOptions) Get users and groups permission in the catalog. Get users and groups permission in the catalog.- Parameters:
- getCatalogUsersOptions- the- GetCatalogUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeGetCatalogUsersSchema
 
 - 
deleteCatalogUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> deleteCatalogUsers(DeleteCatalogUsersOptions deleteCatalogUsersOptions) Revoke multiple users and groups permission to access catalog. You require can_administer permission to perform this action.- Parameters:
- deleteCatalogUsersOptions- the- DeleteCatalogUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a void result
 
 - 
updateCatalogUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse> updateCatalogUsers(UpdateCatalogUsersOptions updateCatalogUsersOptions) Updates user and groups permission in the catalog. You require can_administer permission to perform this action.- Parameters:
- updateCatalogUsersOptions- the- UpdateCatalogUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeSuccessResponse
 
 - 
evaluatepublic com.ibm.cloud.sdk.core.http.ServiceCall<EvaluationResultSchema> evaluate(EvaluateOptions evaluateOptions) Evaluate permission. Evaluate user has permission to access resource or not.- Parameters:
- evaluateOptions- the- EvaluateOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeEvaluationResultSchema
 
 - 
evaluatepublic com.ibm.cloud.sdk.core.http.ServiceCall<EvaluationResultSchema> evaluate() Evaluate permission. Evaluate user has permission to access resource or not.- Returns:
- a ServiceCallwith a result of typeEvaluationResultSchema
 
 - 
getPoliciesListpublic com.ibm.cloud.sdk.core.http.ServiceCall<PolicySchemaList> getPoliciesList(GetPoliciesListOptions getPoliciesListOptions) Get policies for specific catalog in catalog_name list. Get policies list.- Parameters:
- getPoliciesListOptions- the- GetPoliciesListOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typePolicySchemaList
 
 - 
getPoliciesListpublic com.ibm.cloud.sdk.core.http.ServiceCall<PolicySchemaList> getPoliciesList() Get policies for specific catalog in catalog_name list. Get policies list.- Returns:
- a ServiceCallwith a result of typePolicySchemaList
 
 - 
createMetastoreUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse> createMetastoreUsers(CreateMetastoreUsersOptions createMetastoreUsersOptions) Grant users and groups permission to the metastore. You require administrator role or can_administer permission to perform this action.- Parameters:
- createMetastoreUsersOptions- the- CreateMetastoreUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeSuccessResponse
 
 - 
getMetastoreUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<GetMetastoreUsersSchema> getMetastoreUsers(GetMetastoreUsersOptions getMetastoreUsersOptions) Get permission in the metastore. Get users and groups permission in the metastore.- Parameters:
- getMetastoreUsersOptions- the- GetMetastoreUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeGetMetastoreUsersSchema
 
 - 
deleteMetastoreUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> deleteMetastoreUsers(DeleteMetastoreUsersOptions deleteMetastoreUsersOptions) Revoke permission to access metastore. You require administrator role or can_administer permission to perform this action.- Parameters:
- deleteMetastoreUsersOptions- the- DeleteMetastoreUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a void result
 
 - 
updateMetastoreUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse> updateMetastoreUsers(UpdateMetastoreUsersOptions updateMetastoreUsersOptions) Updates user and groups permission in the metastore. You require administrator role or can_administer permission to perform this action.- Parameters:
- updateMetastoreUsersOptions- the- UpdateMetastoreUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeSuccessResponse
 
 - 
createBucketUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse> createBucketUsers(CreateBucketUsersOptions createBucketUsersOptions) Grant users and groups permission to the bucket. You require can_administer permission to perform this action.- Parameters:
- createBucketUsersOptions- the- CreateBucketUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeSuccessResponse
 
 - 
getDefaultPoliciespublic com.ibm.cloud.sdk.core.http.ServiceCall<DefaultPolicySchema> getDefaultPolicies(GetDefaultPoliciesOptions getDefaultPoliciesOptions) Get AMS default policies. Get AMS default policies.- Parameters:
- getDefaultPoliciesOptions- the- GetDefaultPoliciesOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeDefaultPolicySchema
 
 - 
getDefaultPoliciespublic com.ibm.cloud.sdk.core.http.ServiceCall<DefaultPolicySchema> getDefaultPolicies() Get AMS default policies. Get AMS default policies.- Returns:
- a ServiceCallwith a result of typeDefaultPolicySchema
 
 - 
getPolicyVersionpublic com.ibm.cloud.sdk.core.http.ServiceCall<PolicyVersionResultSchema> getPolicyVersion(GetPolicyVersionOptions getPolicyVersionOptions) Get AMS policies version. Get AMS policies version.- Parameters:
- getPolicyVersionOptions- the- GetPolicyVersionOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typePolicyVersionResultSchema
 
 - 
getPolicyVersionpublic com.ibm.cloud.sdk.core.http.ServiceCall<PolicyVersionResultSchema> getPolicyVersion() Get AMS policies version. Get AMS policies version.- Returns:
- a ServiceCallwith a result of typePolicyVersionResultSchema
 
 - 
getDataPolicypublic com.ibm.cloud.sdk.core.http.ServiceCall<PolicySchema> getDataPolicy(GetDataPolicyOptions getDataPolicyOptions) Get policy. Get policy detail.- Parameters:
- getDataPolicyOptions- the- GetDataPolicyOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typePolicySchema
 
 - 
replaceDataPolicypublic com.ibm.cloud.sdk.core.http.ServiceCall<ReplaceDataPolicyCreatedBody> replaceDataPolicy(ReplaceDataPolicyOptions replaceDataPolicyOptions) Updates data policy. You require catalog can_administer permission to perform this action.- Parameters:
- replaceDataPolicyOptions- the- ReplaceDataPolicyOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeReplaceDataPolicyCreatedBody
 
 - 
deleteDataPolicypublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> deleteDataPolicy(DeleteDataPolicyOptions deleteDataPolicyOptions) Revoke data policy access management policy. You require catalog can_administer permission to perform this action.- Parameters:
- deleteDataPolicyOptions- the- DeleteDataPolicyOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a void result
 
 - 
createEngineUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse> createEngineUsers(CreateEngineUsersOptions createEngineUsersOptions) Grant permission to the engine. You require administrator role or can_administer permission to perform this action.- Parameters:
- createEngineUsersOptions- the- CreateEngineUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeSuccessResponse
 
 - 
getBucketUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<GetBucketUsersSchema> getBucketUsers(GetBucketUsersOptions getBucketUsersOptions) Get permission in the bucket. Get users and groups permission in the bucket.- Parameters:
- getBucketUsersOptions- the- GetBucketUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeGetBucketUsersSchema
 
 - 
deleteBucketUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> deleteBucketUsers(DeleteBucketUsersOptions deleteBucketUsersOptions) Revoke permission to access bucket. You require can_administer permission to perform this action.- Parameters:
- deleteBucketUsersOptions- the- DeleteBucketUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a void result
 
 - 
updateBucketUserspublic com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse> updateBucketUsers(UpdateBucketUsersOptions updateBucketUsersOptions) Updates user and groups permission in the bucket. You require can_administer permission to perform this action.- Parameters:
- updateBucketUsersOptions- the- UpdateBucketUsersOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeSuccessResponse
 
 - 
getBucketspublic com.ibm.cloud.sdk.core.http.ServiceCall<GetBucketsOKBody> getBuckets(GetBucketsOptions getBucketsOptions) Get buckets. Get list of all buckets registered to Lakehouse.- Parameters:
- getBucketsOptions- the- GetBucketsOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeGetBucketsOKBody
 
 - 
getBucketspublic com.ibm.cloud.sdk.core.http.ServiceCall<GetBucketsOKBody> getBuckets() Get buckets. Get list of all buckets registered to Lakehouse.- Returns:
- a ServiceCallwith a result of typeGetBucketsOKBody
 
 - 
getBucketObjectspublic com.ibm.cloud.sdk.core.http.ServiceCall<GetBucketObjectsOKBody> getBucketObjects(GetBucketObjectsOptions getBucketObjectsOptions) Get bucket objects. Fetch all objects from a given bucket.- Parameters:
- getBucketObjectsOptions- the- GetBucketObjectsOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeGetBucketObjectsOKBody
 
 - 
deactivateBucketpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> deactivateBucket(DeactivateBucketOptions deactivateBucketOptions) Deactivate bucket. Deactivate an active bucket in Lakehouse.- Parameters:
- deactivateBucketOptions- the- DeactivateBucketOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeInputStream
 
 - 
registerBucketpublic com.ibm.cloud.sdk.core.http.ServiceCall<RegisterBucketCreatedBody> registerBucket(RegisterBucketOptions registerBucketOptions) Register bucket. Register a new bucket in Lakehouse.- Parameters:
- registerBucketOptions- the- RegisterBucketOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeRegisterBucketCreatedBody
 
 - 
unregisterBucketpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> unregisterBucket(UnregisterBucketOptions unregisterBucketOptions) Unregister Bucket. Unregister a bucket from Lakehouse.- Parameters:
- unregisterBucketOptions- the- UnregisterBucketOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a void result
 
 - 
updateBucketpublic com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse> updateBucket(UpdateBucketOptions updateBucketOptions) Update bucket. Update bucket details/credentials.- Parameters:
- updateBucketOptions- the- UpdateBucketOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeSuccessResponse
 
 - 
activateBucketpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> activateBucket(ActivateBucketOptions activateBucketOptions) Active bucket. Activate an invalid bucket in Lakehouse.- Parameters:
- activateBucketOptions- the- ActivateBucketOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeInputStream
 
 - 
getDatabasespublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> getDatabases(GetDatabasesOptions getDatabasesOptions) Get databases. Get list of all databases in Lakehouse.- Parameters:
- getDatabasesOptions- the- GetDatabasesOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeInputStream
 
 - 
getDatabasespublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> getDatabases() Get databases. Get list of all databases in Lakehouse.- Returns:
- a ServiceCallwith a result of typeInputStream
 
 - 
createDatabaseCatalogpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> createDatabaseCatalog(CreateDatabaseCatalogOptions createDatabaseCatalogOptions) Add/Create database. Add or create a new database in Lakehouse.- Parameters:
- createDatabaseCatalogOptions- the- CreateDatabaseCatalogOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeInputStream
 
 - 
deleteDatabaseCatalogpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> deleteDatabaseCatalog(DeleteDatabaseCatalogOptions deleteDatabaseCatalogOptions) Delete database. Delete a database from Lakehouse.- Parameters:
- deleteDatabaseCatalogOptions- the- DeleteDatabaseCatalogOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a void result
 
 - 
updateDatabasepublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> updateDatabase(UpdateDatabaseOptions updateDatabaseOptions) Update database. Update database details.- Parameters:
- updateDatabaseOptions- the- UpdateDatabaseOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeInputStream
 
 - 
pauseEnginepublic com.ibm.cloud.sdk.core.http.ServiceCall<PauseEngineCreatedBody> pauseEngine(PauseEngineOptions pauseEngineOptions) Pause engine. Pause a running engine.- Parameters:
- pauseEngineOptions- the- PauseEngineOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typePauseEngineCreatedBody
 
 - 
getEnginespublic com.ibm.cloud.sdk.core.http.ServiceCall<GetEnginesOKBody> getEngines(GetEnginesOptions getEnginesOptions) Get engines. Get all engine details.- Parameters:
- getEnginesOptions- the- GetEnginesOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeGetEnginesOKBody
 
 - 
getEnginespublic com.ibm.cloud.sdk.core.http.ServiceCall<GetEnginesOKBody> getEngines() Get engines. Get all engine details.- Returns:
- a ServiceCallwith a result of typeGetEnginesOKBody
 
 - 
getDeploymentspublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> getDeployments(GetDeploymentsOptions getDeploymentsOptions) Get instance details. Get instance details.- Parameters:
- getDeploymentsOptions- the- GetDeploymentsOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeInputStream
 
 - 
getDeploymentspublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> getDeployments() Get instance details. Get instance details.- Returns:
- a ServiceCallwith a result of typeInputStream
 
 - 
updateEnginepublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> updateEngine(UpdateEngineOptions updateEngineOptions) Update engine. Update engine.- Parameters:
- updateEngineOptions- the- UpdateEngineOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeInputStream
 
 - 
createEnginepublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> createEngine(CreateEngineOptions createEngineOptions) Create engine. Create a new engine.- Parameters:
- createEngineOptions- the- CreateEngineOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeInputStream
 
 - 
deleteEnginepublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> deleteEngine(DeleteEngineOptions deleteEngineOptions) Delete engine. Delete an engine from lakehouse.- Parameters:
- deleteEngineOptions- the- DeleteEngineOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a void result
 
 - 
resumeEnginepublic com.ibm.cloud.sdk.core.http.ServiceCall<ResumeEngineCreatedBody> resumeEngine(ResumeEngineOptions resumeEngineOptions) Resume engine. Resume a paused engine.- Parameters:
- resumeEngineOptions- the- ResumeEngineOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeResumeEngineCreatedBody
 
 - 
explainAnalyzeStatementpublic com.ibm.cloud.sdk.core.http.ServiceCall<ExplainAnalyzeStatementCreatedBody> explainAnalyzeStatement(ExplainAnalyzeStatementOptions explainAnalyzeStatementOptions) Explain analyze. Return query metrics after query is complete.- Parameters:
- explainAnalyzeStatementOptions- the- ExplainAnalyzeStatementOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeExplainAnalyzeStatementCreatedBody
 
 - 
explainStatementpublic com.ibm.cloud.sdk.core.http.ServiceCall<ExplainStatementCreatedBody> explainStatement(ExplainStatementOptions explainStatementOptions) Explain. Explain a query statement.- Parameters:
- explainStatementOptions- the- ExplainStatementOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeExplainStatementCreatedBody
 
 - 
testLHConsolepublic com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse> testLHConsole(TestLHConsoleOptions testLhConsoleOptions) Readiness API. Verify lhconsole server is up and running.- Parameters:
- testLhConsoleOptions- the- TestLHConsoleOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeSuccessResponse
 
 - 
testLHConsolepublic com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse> testLHConsole() Readiness API. Verify lhconsole server is up and running.- Returns:
- a ServiceCallwith a result of typeSuccessResponse
 
 - 
getMetastorespublic com.ibm.cloud.sdk.core.http.ServiceCall<GetMetastoresOKBody> getMetastores(GetMetastoresOptions getMetastoresOptions) Get Catalogs. Get list of all registered metastores.- Parameters:
- getMetastoresOptions- the- GetMetastoresOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeGetMetastoresOKBody
 
 - 
getMetastorespublic com.ibm.cloud.sdk.core.http.ServiceCall<GetMetastoresOKBody> getMetastores() Get Catalogs. Get list of all registered metastores.- Returns:
- a ServiceCallwith a result of typeGetMetastoresOKBody
 
 - 
getHMSpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> getHMS(GetHMSOptions getHmsOptions) Get Metastore. Get list of all registered HMS metastores.- Parameters:
- getHmsOptions- the- GetHMSOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeInputStream
 
 - 
getHMSpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> getHMS() Get Metastore. Get list of all registered HMS metastores.- Returns:
- a ServiceCallwith a result of typeInputStream
 
 - 
addMetastoreToEnginepublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> addMetastoreToEngine(AddMetastoreToEngineOptions addMetastoreToEngineOptions) Add catalog to engine. Associate a catalog to an engine.- Parameters:
- addMetastoreToEngineOptions- the- AddMetastoreToEngineOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeInputStream
 
 - 
removeCatalogFromEnginepublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> removeCatalogFromEngine(RemoveCatalogFromEngineOptions removeCatalogFromEngineOptions) Remove catalog from engine. Remove a catalog from an engine.- Parameters:
- removeCatalogFromEngineOptions- the- RemoveCatalogFromEngineOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeInputStream
 
 - 
saveQuerypublic com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse> saveQuery(SaveQueryOptions saveQueryOptions) Save query. Save a new query.- Parameters:
- saveQueryOptions- the- SaveQueryOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeSuccessResponse
 
 - 
deleteQuerypublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> deleteQuery(DeleteQueryOptions deleteQueryOptions) Delete query. Delete a saved query.- Parameters:
- deleteQueryOptions- the- DeleteQueryOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a void result
 
 - 
updateQuerypublic com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse> updateQuery(UpdateQueryOptions updateQueryOptions) Update query. Update a saved query.- Parameters:
- updateQueryOptions- the- UpdateQueryOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeSuccessResponse
 
 - 
getQueriespublic com.ibm.cloud.sdk.core.http.ServiceCall<GetQueriesOKBody> getQueries(GetQueriesOptions getQueriesOptions) Get queries. List all saved queries.- Parameters:
- getQueriesOptions- the- GetQueriesOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeGetQueriesOKBody
 
 - 
getQueriespublic com.ibm.cloud.sdk.core.http.ServiceCall<GetQueriesOKBody> getQueries() Get queries. List all saved queries.- Returns:
- a ServiceCallwith a result of typeGetQueriesOKBody
 
 - 
createSchemapublic com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse> createSchema(CreateSchemaOptions createSchemaOptions) Create schema. Create a new schema.- Parameters:
- createSchemaOptions- the- CreateSchemaOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeSuccessResponse
 
 - 
deleteSchemapublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> deleteSchema(DeleteSchemaOptions deleteSchemaOptions) Delete schema. Delete a schema.- Parameters:
- deleteSchemaOptions- the- DeleteSchemaOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a void result
 
 - 
getSchemaspublic com.ibm.cloud.sdk.core.http.ServiceCall<GetSchemasOKBody> getSchemas(GetSchemasOptions getSchemasOptions) Get schemas. List schemas in catalog.- Parameters:
- getSchemasOptions- the- GetSchemasOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeGetSchemasOKBody
 
 - 
postQuerypublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> postQuery(PostQueryOptions postQueryOptions) Run SQL statement. Using this API to run a SQL statement.- Parameters:
- postQueryOptions- the- PostQueryOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeInputStream
 
 - 
deleteTablepublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> deleteTable(DeleteTableOptions deleteTableOptions) Delete table. Delete one or multiple tables for a given schema and catalog.- Parameters:
- deleteTableOptions- the- DeleteTableOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a void result
 
 - 
updateTablepublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> updateTable(UpdateTableOptions updateTableOptions) Update table. Update the given table - rename table, add/drop/rename columns.- Parameters:
- updateTableOptions- the- UpdateTableOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeInputStream
 
 - 
getTableSnapshotspublic com.ibm.cloud.sdk.core.http.ServiceCall<GetTableSnapshotsOKBody> getTableSnapshots(GetTableSnapshotsOptions getTableSnapshotsOptions) Get table snapshots. List all table snapshots.- Parameters:
- getTableSnapshotsOptions- the- GetTableSnapshotsOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeGetTableSnapshotsOKBody
 
 - 
rollbackSnapshotpublic com.ibm.cloud.sdk.core.http.ServiceCall<SuccessResponse> rollbackSnapshot(RollbackSnapshotOptions rollbackSnapshotOptions) Rollback snapshot. Rollback to a table snapshot.- Parameters:
- rollbackSnapshotOptions- the- RollbackSnapshotOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeSuccessResponse
 
 - 
getTablespublic com.ibm.cloud.sdk.core.http.ServiceCall<GetTablesOKBody> getTables(GetTablesOptions getTablesOptions) Get tables. List all tables in a schema in a catalog for a given engine.- Parameters:
- getTablesOptions- the- GetTablesOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeGetTablesOKBody
 
 - 
parseCsvpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> parseCsv(ParseCsvOptions parseCsvOptions) Parse CSV for table creation. When creating a tabble, parse the CSV file.- Parameters:
- parseCsvOptions- the- ParseCsvOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeInputStream
 
 - 
uplaodCsvpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.io.InputStream> uplaodCsv(UplaodCsvOptions uplaodCsvOptions) Upload CSV for table creation. When creating a table, upload a CSV file.- Parameters:
- uplaodCsvOptions- the- UplaodCsvOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeInputStream
 
 
- 
 
-