Uses of Class
software.amazon.awssdk.services.kms.model.KeyMetadata
-
Packages that use KeyMetadata Package Description software.amazon.awssdk.services.kms.model -
-
Uses of KeyMetadata in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return KeyMetadata Modifier and Type Method Description KeyMetadataCreateKeyResponse. keyMetadata()Metadata associated with the KMS key.KeyMetadataDescribeKeyResponse. keyMetadata()Metadata associated with the key.KeyMetadataReplicateKeyResponse. replicaKeyMetadata()Displays details about the new replica key, including its Amazon Resource Name (key ARN) and Key states of KMS keys.Methods in software.amazon.awssdk.services.kms.model with parameters of type KeyMetadata Modifier and Type Method Description CreateKeyResponse.BuilderCreateKeyResponse.Builder. keyMetadata(KeyMetadata keyMetadata)Metadata associated with the KMS key.DescribeKeyResponse.BuilderDescribeKeyResponse.Builder. keyMetadata(KeyMetadata keyMetadata)Metadata associated with the key.ReplicateKeyResponse.BuilderReplicateKeyResponse.Builder. replicaKeyMetadata(KeyMetadata replicaKeyMetadata)Displays details about the new replica key, including its Amazon Resource Name (key ARN) and Key states of KMS keys.
-