Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.CertificatesDTO
-
Packages that use CertificatesDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of CertificatesDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return CertificatesDTO Modifier and Type Method Description CertificatesDTOEndpointCertificatesApi. getEndpointCertificates(Integer limit, Integer offset, String alias, String endpoint)Retrieve/Search Uploaded Certificates This operation can be used to retrieve and search the uploaded certificates.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type CertificatesDTO Modifier and Type Method Description ApiResponse<CertificatesDTO>EndpointCertificatesApi. getEndpointCertificatesWithHttpInfo(Integer limit, Integer offset, String alias, String endpoint)Retrieve/Search Uploaded Certificates This operation can be used to retrieve and search the uploaded certificates.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type CertificatesDTO Modifier and Type Method Description okhttp3.CallEndpointCertificatesApi. getEndpointCertificatesAsync(Integer limit, Integer offset, String alias, String endpoint, ApiCallback<CertificatesDTO> _callback)Retrieve/Search Uploaded Certificates (asynchronously) This operation can be used to retrieve and search the uploaded certificates. -
Uses of CertificatesDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return CertificatesDTO Modifier and Type Method Description CertificatesDTOCertificatesDTO. certificates(List<CertMetadataDTO> certificates)CertificatesDTOCertificatesDTO. count(Integer count)CertificatesDTOCertificatesDTO. pagination(PaginationDTO pagination)
-