GremlinResourcesClient Interface
public interface GremlinResourcesClient
An instance of this class provides access to all the operations defined in GremlinResourcesClient.
Method Summary
Method Details
beginCreateUpdateGremlinDatabase
public abstract SyncPoller
Create or update an Azure Cosmos DB Gremlin database.
Parameters:
Returns:
beginCreateUpdateGremlinDatabase
public abstract SyncPoller
Create or update an Azure Cosmos DB Gremlin database.
Parameters:
Returns:
beginCreateUpdateGremlinDatabaseAsync
public abstract PollerFlux
Create or update an Azure Cosmos DB Gremlin database.
Parameters:
Returns:
beginCreateUpdateGremlinGraph
public abstract SyncPoller
Create or update an Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
beginCreateUpdateGremlinGraph
public abstract SyncPoller
Create or update an Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
beginCreateUpdateGremlinGraphAsync
public abstract PollerFlux
Create or update an Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
beginDeleteGremlinDatabase
public abstract SyncPoller
Deletes an existing Azure Cosmos DB Gremlin database.
Parameters:
Returns:
beginDeleteGremlinDatabase
public abstract SyncPoller
Deletes an existing Azure Cosmos DB Gremlin database.
Parameters:
Returns:
beginDeleteGremlinDatabaseAsync
public abstract PollerFlux
Deletes an existing Azure Cosmos DB Gremlin database.
Parameters:
Returns:
beginDeleteGremlinGraph
public abstract SyncPoller
Deletes an existing Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
beginDeleteGremlinGraph
public abstract SyncPoller
Deletes an existing Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
beginDeleteGremlinGraphAsync
public abstract PollerFlux
Deletes an existing Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
beginMigrateGremlinDatabaseToAutoscale
public abstract SyncPoller
Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale.
Parameters:
Returns:
beginMigrateGremlinDatabaseToAutoscale
public abstract SyncPoller
Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale.
Parameters:
Returns:
beginMigrateGremlinDatabaseToAutoscaleAsync
public abstract PollerFlux
Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale.
Parameters:
Returns:
beginMigrateGremlinDatabaseToManualThroughput
public abstract SyncPoller
Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput.
Parameters:
Returns:
beginMigrateGremlinDatabaseToManualThroughput
public abstract SyncPoller
Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput.
Parameters:
Returns:
beginMigrateGremlinDatabaseToManualThroughputAsync
public abstract PollerFlux
Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput.
Parameters:
Returns:
beginMigrateGremlinGraphToAutoscale
public abstract SyncPoller
Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale.
Parameters:
Returns:
beginMigrateGremlinGraphToAutoscale
public abstract SyncPoller
Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale.
Parameters:
Returns:
beginMigrateGremlinGraphToAutoscaleAsync
public abstract PollerFlux
Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale.
Parameters:
Returns:
beginMigrateGremlinGraphToManualThroughput
public abstract SyncPoller
Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput.
Parameters:
Returns:
beginMigrateGremlinGraphToManualThroughput
public abstract SyncPoller
Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput.
Parameters:
Returns:
beginMigrateGremlinGraphToManualThroughputAsync
public abstract PollerFlux
Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput.
Parameters:
Returns:
beginRetrieveContinuousBackupInformation
public abstract SyncPoller
Retrieves continuous backup information for a gremlin graph.
Parameters:
Returns:
beginRetrieveContinuousBackupInformation
public abstract SyncPoller
Retrieves continuous backup information for a gremlin graph.
Parameters:
Returns:
beginRetrieveContinuousBackupInformationAsync
public abstract PollerFlux
Retrieves continuous backup information for a gremlin graph.
Parameters:
Returns:
beginUpdateGremlinDatabaseThroughput
public abstract SyncPoller
Update RUs per second of an Azure Cosmos DB Gremlin database.
Parameters:
Returns:
beginUpdateGremlinDatabaseThroughput
public abstract SyncPoller
Update RUs per second of an Azure Cosmos DB Gremlin database.
Parameters:
Returns:
beginUpdateGremlinDatabaseThroughputAsync
public abstract PollerFlux
Update RUs per second of an Azure Cosmos DB Gremlin database.
Parameters:
Returns:
beginUpdateGremlinGraphThroughput
public abstract SyncPoller
Update RUs per second of an Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
beginUpdateGremlinGraphThroughput
public abstract SyncPoller
Update RUs per second of an Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
beginUpdateGremlinGraphThroughputAsync
public abstract PollerFlux
Update RUs per second of an Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
createUpdateGremlinDatabase
public abstract GremlinDatabaseGetResultsInner createUpdateGremlinDatabase(String resourceGroupName, String accountName, String databaseName, GremlinDatabaseCreateUpdateParameters createUpdateGremlinDatabaseParameters)
Create or update an Azure Cosmos DB Gremlin database.
Parameters:
Returns:
createUpdateGremlinDatabase
public abstract GremlinDatabaseGetResultsInner createUpdateGremlinDatabase(String resourceGroupName, String accountName, String databaseName, GremlinDatabaseCreateUpdateParameters createUpdateGremlinDatabaseParameters, Context context)
Create or update an Azure Cosmos DB Gremlin database.
Parameters:
Returns:
createUpdateGremlinDatabaseAsync
public abstract Mono
Create or update an Azure Cosmos DB Gremlin database.
Parameters:
Returns:
createUpdateGremlinDatabaseWithResponseAsync
public abstract Mono
Create or update an Azure Cosmos DB Gremlin database.
Parameters:
Returns:
createUpdateGremlinGraph
public abstract GremlinGraphGetResultsInner createUpdateGremlinGraph(String resourceGroupName, String accountName, String databaseName, String graphName, GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters)
Create or update an Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
createUpdateGremlinGraph
public abstract GremlinGraphGetResultsInner createUpdateGremlinGraph(String resourceGroupName, String accountName, String databaseName, String graphName, GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters, Context context)
Create or update an Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
createUpdateGremlinGraphAsync
public abstract Mono
Create or update an Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
createUpdateGremlinGraphWithResponseAsync
public abstract Mono
Create or update an Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
deleteGremlinDatabase
public abstract void deleteGremlinDatabase(String resourceGroupName, String accountName, String databaseName)
Deletes an existing Azure Cosmos DB Gremlin database.
Parameters:
deleteGremlinDatabase
public abstract void deleteGremlinDatabase(String resourceGroupName, String accountName, String databaseName, Context context)
Deletes an existing Azure Cosmos DB Gremlin database.
Parameters:
deleteGremlinDatabaseAsync
public abstract Mono
Deletes an existing Azure Cosmos DB Gremlin database.
Parameters:
Returns:
deleteGremlinDatabaseWithResponseAsync
public abstract Mono
Deletes an existing Azure Cosmos DB Gremlin database.
Parameters:
Returns:
deleteGremlinGraph
public abstract void deleteGremlinGraph(String resourceGroupName, String accountName, String databaseName, String graphName)
Deletes an existing Azure Cosmos DB Gremlin graph.
Parameters:
deleteGremlinGraph
public abstract void deleteGremlinGraph(String resourceGroupName, String accountName, String databaseName, String graphName, Context context)
Deletes an existing Azure Cosmos DB Gremlin graph.
Parameters:
deleteGremlinGraphAsync
public abstract Mono
Deletes an existing Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
deleteGremlinGraphWithResponseAsync
public abstract Mono
Deletes an existing Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
getGremlinDatabase
public abstract GremlinDatabaseGetResultsInner getGremlinDatabase(String resourceGroupName, String accountName, String databaseName)
Gets the Gremlin databases under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getGremlinDatabaseAsync
public abstract Mono
Gets the Gremlin databases under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getGremlinDatabaseThroughput
public abstract ThroughputSettingsGetResultsInner getGremlinDatabaseThroughput(String resourceGroupName, String accountName, String databaseName)
Gets the RUs per second of the Gremlin database under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getGremlinDatabaseThroughputAsync
public abstract Mono
Gets the RUs per second of the Gremlin database under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getGremlinDatabaseThroughputWithResponse
public abstract Response
Gets the RUs per second of the Gremlin database under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getGremlinDatabaseThroughputWithResponseAsync
public abstract Mono
Gets the RUs per second of the Gremlin database under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getGremlinDatabaseWithResponse
public abstract Response
Gets the Gremlin databases under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getGremlinDatabaseWithResponseAsync
public abstract Mono
Gets the Gremlin databases under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getGremlinGraph
public abstract GremlinGraphGetResultsInner getGremlinGraph(String resourceGroupName, String accountName, String databaseName, String graphName)
Gets the Gremlin graph under an existing Azure Cosmos DB database account.
Parameters:
Returns:
getGremlinGraphAsync
public abstract Mono
Gets the Gremlin graph under an existing Azure Cosmos DB database account.
Parameters:
Returns:
getGremlinGraphThroughput
public abstract ThroughputSettingsGetResultsInner getGremlinGraphThroughput(String resourceGroupName, String accountName, String databaseName, String graphName)
Gets the Gremlin graph throughput under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getGremlinGraphThroughputAsync
public abstract Mono
Gets the Gremlin graph throughput under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getGremlinGraphThroughputWithResponse
public abstract Response
Gets the Gremlin graph throughput under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getGremlinGraphThroughputWithResponseAsync
public abstract Mono
Gets the Gremlin graph throughput under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getGremlinGraphWithResponse
public abstract Response
Gets the Gremlin graph under an existing Azure Cosmos DB database account.
Parameters:
Returns:
getGremlinGraphWithResponseAsync
public abstract Mono
Gets the Gremlin graph under an existing Azure Cosmos DB database account.
Parameters:
Returns:
listGremlinDatabases
public abstract PagedIterable
Lists the Gremlin databases under an existing Azure Cosmos DB database account.
Parameters:
Returns:
listGremlinDatabases
public abstract PagedIterable
Lists the Gremlin databases under an existing Azure Cosmos DB database account.
Parameters:
Returns:
listGremlinDatabasesAsync
public abstract PagedFlux
Lists the Gremlin databases under an existing Azure Cosmos DB database account.
Parameters:
Returns:
listGremlinGraphs
public abstract PagedIterable
Lists the Gremlin graph under an existing Azure Cosmos DB database account.
Parameters:
Returns:
listGremlinGraphs
public abstract PagedIterable
Lists the Gremlin graph under an existing Azure Cosmos DB database account.
Parameters:
Returns:
listGremlinGraphsAsync
public abstract PagedFlux
Lists the Gremlin graph under an existing Azure Cosmos DB database account.
Parameters:
Returns:
migrateGremlinDatabaseToAutoscale
public abstract ThroughputSettingsGetResultsInner migrateGremlinDatabaseToAutoscale(String resourceGroupName, String accountName, String databaseName)
Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale.
Parameters:
Returns:
migrateGremlinDatabaseToAutoscale
public abstract ThroughputSettingsGetResultsInner migrateGremlinDatabaseToAutoscale(String resourceGroupName, String accountName, String databaseName, Context context)
Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale.
Parameters:
Returns:
migrateGremlinDatabaseToAutoscaleAsync
public abstract Mono
Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale.
Parameters:
Returns:
migrateGremlinDatabaseToAutoscaleWithResponseAsync
public abstract Mono
Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale.
Parameters:
Returns:
migrateGremlinDatabaseToManualThroughput
public abstract ThroughputSettingsGetResultsInner migrateGremlinDatabaseToManualThroughput(String resourceGroupName, String accountName, String databaseName)
Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput.
Parameters:
Returns:
migrateGremlinDatabaseToManualThroughput
public abstract ThroughputSettingsGetResultsInner migrateGremlinDatabaseToManualThroughput(String resourceGroupName, String accountName, String databaseName, Context context)
Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput.
Parameters:
Returns:
migrateGremlinDatabaseToManualThroughputAsync
public abstract Mono
Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput.
Parameters:
Returns:
migrateGremlinDatabaseToManualThroughputWithResponseAsync
public abstract Mono
Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput.
Parameters:
Returns:
migrateGremlinGraphToAutoscale
public abstract ThroughputSettingsGetResultsInner migrateGremlinGraphToAutoscale(String resourceGroupName, String accountName, String databaseName, String graphName)
Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale.
Parameters:
Returns:
migrateGremlinGraphToAutoscale
public abstract ThroughputSettingsGetResultsInner migrateGremlinGraphToAutoscale(String resourceGroupName, String accountName, String databaseName, String graphName, Context context)
Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale.
Parameters:
Returns:
migrateGremlinGraphToAutoscaleAsync
public abstract Mono
Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale.
Parameters:
Returns:
migrateGremlinGraphToAutoscaleWithResponseAsync
public abstract Mono
Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale.
Parameters:
Returns:
migrateGremlinGraphToManualThroughput
public abstract ThroughputSettingsGetResultsInner migrateGremlinGraphToManualThroughput(String resourceGroupName, String accountName, String databaseName, String graphName)
Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput.
Parameters:
Returns:
migrateGremlinGraphToManualThroughput
public abstract ThroughputSettingsGetResultsInner migrateGremlinGraphToManualThroughput(String resourceGroupName, String accountName, String databaseName, String graphName, Context context)
Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput.
Parameters:
Returns:
migrateGremlinGraphToManualThroughputAsync
public abstract Mono
Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput.
Parameters:
Returns:
migrateGremlinGraphToManualThroughputWithResponseAsync
public abstract Mono
Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput.
Parameters:
Returns:
retrieveContinuousBackupInformation
public abstract BackupInformationInner retrieveContinuousBackupInformation(String resourceGroupName, String accountName, String databaseName, String graphName, ContinuousBackupRestoreLocation location)
Retrieves continuous backup information for a gremlin graph.
Parameters:
Returns:
retrieveContinuousBackupInformation
public abstract BackupInformationInner retrieveContinuousBackupInformation(String resourceGroupName, String accountName, String databaseName, String graphName, ContinuousBackupRestoreLocation location, Context context)
Retrieves continuous backup information for a gremlin graph.
Parameters:
Returns:
retrieveContinuousBackupInformationAsync
public abstract Mono
Retrieves continuous backup information for a gremlin graph.
Parameters:
Returns:
retrieveContinuousBackupInformationWithResponseAsync
public abstract Mono
Retrieves continuous backup information for a gremlin graph.
Parameters:
Returns:
updateGremlinDatabaseThroughput
public abstract ThroughputSettingsGetResultsInner updateGremlinDatabaseThroughput(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB Gremlin database.
Parameters:
Returns:
updateGremlinDatabaseThroughput
public abstract ThroughputSettingsGetResultsInner updateGremlinDatabaseThroughput(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters, Context context)
Update RUs per second of an Azure Cosmos DB Gremlin database.
Parameters:
Returns:
updateGremlinDatabaseThroughputAsync
public abstract Mono
Update RUs per second of an Azure Cosmos DB Gremlin database.
Parameters:
Returns:
updateGremlinDatabaseThroughputWithResponseAsync
public abstract Mono
Update RUs per second of an Azure Cosmos DB Gremlin database.
Parameters:
Returns:
updateGremlinGraphThroughput
public abstract ThroughputSettingsGetResultsInner updateGremlinGraphThroughput(String resourceGroupName, String accountName, String databaseName, String graphName, ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
updateGremlinGraphThroughput
public abstract ThroughputSettingsGetResultsInner updateGremlinGraphThroughput(String resourceGroupName, String accountName, String databaseName, String graphName, ThroughputSettingsUpdateParameters updateThroughputParameters, Context context)
Update RUs per second of an Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
updateGremlinGraphThroughputAsync
public abstract Mono
Update RUs per second of an Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
updateGremlinGraphThroughputWithResponseAsync
public abstract Mono
Update RUs per second of an Azure Cosmos DB Gremlin graph.
Parameters:
Returns:
Applies to
Azure SDK for Java