AsyncDocumentClient.Builder |
AsyncDocumentClient.Builder.withConfigs(com.microsoft.azure.cosmosdb.rx.internal.Configs configs) |
|
AsyncDocumentClient.Builder |
AsyncDocumentClient.Builder.withConnectionPolicy(com.microsoft.azure.cosmosdb.ConnectionPolicy connectionPolicy) |
|
AsyncDocumentClient.Builder |
AsyncDocumentClient.Builder.withConsistencyLevel(com.microsoft.azure.cosmosdb.ConsistencyLevel desiredConsistencyLevel) |
|
AsyncDocumentClient.Builder |
AsyncDocumentClient.Builder.withMasterKey(String masterKeyOrResourceToken) |
Deprecated.
|
AsyncDocumentClient.Builder |
AsyncDocumentClient.Builder.withMasterKeyOrResourceToken(String masterKeyOrResourceToken) |
This method will accept the master key , additionally it can also consume
resource token too for authentication.
|
AsyncDocumentClient.Builder |
AsyncDocumentClient.Builder.withPermissionFeed(List<com.microsoft.azure.cosmosdb.Permission> permissionFeed) |
This method will accept the permission list , which contains the
resource tokens needed to access resources.
|
AsyncDocumentClient.Builder |
AsyncDocumentClient.Builder.withServiceEndpoint(String serviceEndpoint) |
|
AsyncDocumentClient.Builder |
AsyncDocumentClient.Builder.withTokenResolver(com.microsoft.azure.cosmosdb.TokenResolver tokenResolver) |
This method will accept functional interface TokenResolver which helps in generation authorization
token per request.
|