Uses of Class
com.azure.data.cosmos.CosmosDatabaseResponse
-
Packages that use CosmosDatabaseResponse Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of CosmosDatabaseResponse in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return types with arguments of type CosmosDatabaseResponse Modifier and Type Method Description Mono<CosmosDatabaseResponse>
CosmosClient. createDatabase(CosmosDatabaseProperties databaseSettings)
Creates a database.Mono<CosmosDatabaseResponse>
CosmosClient. createDatabase(CosmosDatabaseProperties databaseSettings, int throughput)
Creates a database.Mono<CosmosDatabaseResponse>
CosmosClient. createDatabase(CosmosDatabaseProperties databaseSettings, int throughput, CosmosDatabaseRequestOptions options)
Creates a database.Mono<CosmosDatabaseResponse>
CosmosClient. createDatabase(CosmosDatabaseProperties databaseSettings, CosmosDatabaseRequestOptions options)
Creates a database.Mono<CosmosDatabaseResponse>
CosmosClient. createDatabase(String id)
Creates a database.Mono<CosmosDatabaseResponse>
CosmosClient. createDatabase(String id, int throughput)
Creates a database.Mono<CosmosDatabaseResponse>
CosmosClient. createDatabaseIfNotExists(CosmosDatabaseProperties databaseSettings)
CREATE a Database if it does not already exist on the service TheMono
upon successful completion will contain a single cosmos database response with the created or existing database.Mono<CosmosDatabaseResponse>
CosmosClient. createDatabaseIfNotExists(String id)
CREATE a Database if it does not already exist on the service TheMono
upon successful completion will contain a single cosmos database response with the created or existing database.Mono<CosmosDatabaseResponse>
CosmosDatabase. delete()
Deletes a database.Mono<CosmosDatabaseResponse>
CosmosDatabase. delete(CosmosDatabaseRequestOptions options)
Deletes a database.Mono<CosmosDatabaseResponse>
CosmosDatabase. read()
Reads a database.Mono<CosmosDatabaseResponse>
CosmosDatabase. read(CosmosDatabaseRequestOptions options)
Reads a database.
-