Package | Description |
---|---|
com.amazonaws.services.certificatemanager | |
com.amazonaws.services.certificatemanager.model |
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
AbstractAWSCertificateManager.listCertificates(ListCertificatesRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListCertificatesResult> |
AbstractAWSCertificateManagerAsync.listCertificatesAsync(ListCertificatesRequest request) |
Future<ListCertificatesResult> |
AWSCertificateManagerAsyncClient.listCertificatesAsync(ListCertificatesRequest request) |
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> |
AbstractAWSCertificateManagerAsync.listCertificatesAsync(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler) |
Future<ListCertificatesResult> |
AWSCertificateManagerAsyncClient.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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListCertificatesResult> |
AbstractAWSCertificateManagerAsync.listCertificatesAsync(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler) |
Future<ListCertificatesResult> |
AWSCertificateManagerAsyncClient.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.
|
Modifier and Type | Method and 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 the
NextToken input parameter on your next call to
ListCertificates . |
Copyright © 2018. All rights reserved.