Uses of Class
com.amazonaws.services.certificatemanager.model.ListCertificatesResult
-
Packages that use ListCertificatesResult Package Description com.amazonaws.services.certificatemanager com.amazonaws.services.certificatemanager.model -
-
Uses of ListCertificatesResult in com.amazonaws.services.certificatemanager
Methods in com.amazonaws.services.certificatemanager that return ListCertificatesResult Modifier and Type Method Description ListCertificatesResult
AbstractAWSCertificateManager. listCertificates(ListCertificatesRequest request)
ListCertificatesResult
AWSCertificateManager. listCertificates(ListCertificatesRequest listCertificatesRequest)
Retrieves a list of the ACM Certificate ARNs, and the domain name for each ARN, owned by the calling account.ListCertificatesResult
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 ListCertificatesResult Modifier and Type Method Description Future<ListCertificatesResult>
AbstractAWSCertificateManagerAsync. listCertificatesAsync(ListCertificatesRequest request)
Future<ListCertificatesResult>
AbstractAWSCertificateManagerAsync. listCertificatesAsync(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler)
Future<ListCertificatesResult>
AWSCertificateManagerAsync. listCertificatesAsync(ListCertificatesRequest listCertificatesRequest)
Retrieves a list of the ACM Certificate ARNs, and the domain name for each ARN, owned by the calling account.Future<ListCertificatesResult>
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.Future<ListCertificatesResult>
AWSCertificateManagerAsyncClient. listCertificatesAsync(ListCertificatesRequest request)
Future<ListCertificatesResult>
AWSCertificateManagerAsyncClient. listCertificatesAsync(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler)
Method parameters in com.amazonaws.services.certificatemanager with type arguments of type ListCertificatesResult Modifier and Type Method Description Future<ListCertificatesResult>
AbstractAWSCertificateManagerAsync. listCertificatesAsync(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler)
Future<ListCertificatesResult>
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.Future<ListCertificatesResult>
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 ListCertificatesResult Modifier and Type Method Description ListCertificatesResult
ListCertificatesResult. clone()
ListCertificatesResult
ListCertificatesResult. withCertificateSummaryList(CertificateSummary... certificateSummaryList)
A list of the certificate ARNs.ListCertificatesResult
ListCertificatesResult. withCertificateSummaryList(Collection<CertificateSummary> certificateSummaryList)
A list of the certificate ARNs.ListCertificatesResult
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
.
-