azure-docs-sdk-java/docs-ref-autogen/com.azure.cosmos.CosmosClie...

50 строки
3.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.cosmos.CosmosClientEncryptionKey"
fullName: "com.azure.cosmos.CosmosClientEncryptionKey"
name: "CosmosClientEncryptionKey"
nameWithType: "CosmosClientEncryptionKey"
summary: "The type Cosmos client<wbr>Encryption<wbr>Key."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **CosmosClientEncryptionKey**"
methods:
- uid: "com.azure.cosmos.CosmosClientEncryptionKey.getId()"
fullName: "com.azure.cosmos.CosmosClientEncryptionKey.getId()"
name: "getId()"
nameWithType: "CosmosClientEncryptionKey.getId()"
summary: "Get the id of the <xref uid=\"com.azure.cosmos.CosmosClientEncryptionKey\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosClientEncryptionKey\"></xref>"
syntax: "public String getId()"
desc: "Get the id of the <xref uid=\"com.azure.cosmos.CosmosClientEncryptionKey\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosClientEncryptionKey\"></xref>"
returns:
description: "the id of the <xref uid=\"com.azure.cosmos.CosmosClientEncryptionKey\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosClientEncryptionKey\"></xref>"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.cosmos.CosmosClientEncryptionKey.read()"
fullName: "com.azure.cosmos.CosmosClientEncryptionKey.read()"
name: "read()"
nameWithType: "CosmosClientEncryptionKey.read()"
summary: "Reads a cosmos client encryption key"
syntax: "public CosmosClientEncryptionKeyResponse read()"
desc: "Reads a cosmos client encryption key"
returns:
description: "the single resource response with the read client encryption key or an error."
type: "<xref href=\"com.azure.cosmos.models.CosmosClientEncryptionKeyResponse?alt=com.azure.cosmos.models.CosmosClientEncryptionKeyResponse&text=CosmosClientEncryptionKeyResponse\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The type Cosmos clientEncryptionKey. This contains methods to operate on a cosmos clientEncryptionKey synchronously"
metadata: {}
package: "com.azure.cosmos"
artifact: com.azure:azure-cosmos:4.43.0