DeleteCertificateError 类
定义
An error encountered by the Batch service when deleting a certificate.
public class DeleteCertificateError
- 继承
-
java.lang.ObjectDeleteCertificateError
方法
code() |
Get the code value.
|
message() |
Get the message value.
|
values() |
Get this list includes details such as the active pools and nodes referencing this certificate. However, if a large number of resources reference the certificate, the list contains only about the first hundred.
|
withCode(String code) |
Set the code value.
|
withMessage(String message) |
Set the message value.
|
withValues(List<NameValuePair> values) |
Set this list includes details such as the active pools and nodes referencing this certificate. However, if a large number of resources reference the certificate, the list contains only about the first hundred.
|