Uses of Class
com.tencentcloudapi.kms.v20190118.models.DeleteWhiteBoxKeyResponse
-
Packages that use DeleteWhiteBoxKeyResponse Package Description com.tencentcloudapi.kms.v20190118 com.tencentcloudapi.kms.v20190118.models -
-
Uses of DeleteWhiteBoxKeyResponse in com.tencentcloudapi.kms.v20190118
Methods in com.tencentcloudapi.kms.v20190118 that return DeleteWhiteBoxKeyResponse Modifier and Type Method Description DeleteWhiteBoxKeyResponseKmsClient. DeleteWhiteBoxKey(DeleteWhiteBoxKeyRequest req)删除白盒密钥, 注意:必须先禁用后,才可以删除。 -
Uses of DeleteWhiteBoxKeyResponse in com.tencentcloudapi.kms.v20190118.models
Constructors in com.tencentcloudapi.kms.v20190118.models with parameters of type DeleteWhiteBoxKeyResponse Constructor Description DeleteWhiteBoxKeyResponse(DeleteWhiteBoxKeyResponse source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-