Certificates.list 方法
定义
重载
list() |
Lists all of the certificates that have been added to the specified account.
|
list(final CertificateListOptions certificateListOptions) |
Lists all of the certificates that have been added to the specified account.
|
list()
Lists all of the certificates that have been added to the specified account.
public PagedList<Certificate> list()
返回
the PagedList<Certificate> object if successful.
例外
thrown if parameters fail the validation
thrown if the request is rejected by server
all other wrapped checked exceptions if the request fails to be sent
list(final CertificateListOptions certificateListOptions)
Lists all of the certificates that have been added to the specified account.
public PagedList<Certificate> list(final CertificateListOptions certificateListOptions)
参数
- certificateListOptions
- final CertificateListOptions
Additional parameters for the operation
返回
the PagedList<Certificate> object if successful.
例外
thrown if parameters fail the validation
thrown if the request is rejected by server
all other wrapped checked exceptions if the request fails to be sent