Uses of Class
com.amazonaws.services.certificatemanager.model.ListCertificatesResult
Packages that use ListCertificatesResult
Package
Description
-
Uses of ListCertificatesResult in com.amazonaws.services.certificatemanager
Methods in com.amazonaws.services.certificatemanager that return ListCertificatesResultModifier and TypeMethodDescriptionAbstractAWSCertificateManager.listCertificates
(ListCertificatesRequest request) AWSCertificateManager.listCertificates
(ListCertificatesRequest listCertificatesRequest) Retrieves a list of the ACM Certificate ARNs, and the domain name for each ARN, owned by the calling account.AWSCertificateManagerClient.listCertificates
(ListCertificatesRequest listCertificatesRequest) Retrieves a list of the ACM Certificate ARNs, and the domain name for each ARN, owned by the calling account.Methods in com.amazonaws.services.certificatemanager that return types with arguments of type ListCertificatesResultModifier and TypeMethodDescriptionAbstractAWSCertificateManagerAsync.listCertificatesAsync
(ListCertificatesRequest request) AbstractAWSCertificateManagerAsync.listCertificatesAsync
(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest, ListCertificatesResult> asyncHandler) AWSCertificateManagerAsync.listCertificatesAsync
(ListCertificatesRequest listCertificatesRequest) Retrieves a list of the ACM Certificate ARNs, and the domain name for each ARN, owned by the calling account.AWSCertificateManagerAsync.listCertificatesAsync
(ListCertificatesRequest listCertificatesRequest, AsyncHandler<ListCertificatesRequest, ListCertificatesResult> asyncHandler) Retrieves a list of the ACM Certificate ARNs, and the domain name for each ARN, owned by the calling account.AWSCertificateManagerAsyncClient.listCertificatesAsync
(ListCertificatesRequest request) AWSCertificateManagerAsyncClient.listCertificatesAsync
(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest, ListCertificatesResult> asyncHandler) Method parameters in com.amazonaws.services.certificatemanager with type arguments of type ListCertificatesResultModifier and TypeMethodDescriptionAbstractAWSCertificateManagerAsync.listCertificatesAsync
(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest, ListCertificatesResult> asyncHandler) AWSCertificateManagerAsync.listCertificatesAsync
(ListCertificatesRequest listCertificatesRequest, AsyncHandler<ListCertificatesRequest, ListCertificatesResult> asyncHandler) Retrieves a list of the ACM Certificate ARNs, and the domain name for each ARN, owned by the calling account.AWSCertificateManagerAsyncClient.listCertificatesAsync
(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest, ListCertificatesResult> asyncHandler) -
Uses of ListCertificatesResult in com.amazonaws.services.certificatemanager.model
Methods in com.amazonaws.services.certificatemanager.model that return ListCertificatesResultModifier and TypeMethodDescriptionListCertificatesResult.clone()
ListCertificatesResult.withCertificateSummaryList
(CertificateSummary... certificateSummaryList) A list of the certificate ARNs.ListCertificatesResult.withCertificateSummaryList
(Collection<CertificateSummary> certificateSummaryList) A list of the certificate ARNs.ListCertificatesResult.withNextToken
(String nextToken) If the list has been truncated, this value is present and should be used for theNextToken
input parameter on your next call toListCertificates
.