Modifier and Type | Method and Description |
---|---|
ListCertificatesResult |
AbstractAWSCertificateManager.listCertificates(ListCertificatesRequest request) |
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListCertificatesResult> |
AbstractAWSCertificateManagerAsync.listCertificatesAsync(ListCertificatesRequest request) |
java.util.concurrent.Future<ListCertificatesResult> |
AWSCertificateManagerAsyncClient.listCertificatesAsync(ListCertificatesRequest request) |
java.util.concurrent.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.
|
java.util.concurrent.Future<ListCertificatesResult> |
AbstractAWSCertificateManagerAsync.listCertificatesAsync(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler) |
java.util.concurrent.Future<ListCertificatesResult> |
AWSCertificateManagerAsyncClient.listCertificatesAsync(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler) |
java.util.concurrent.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 |
---|---|
java.util.concurrent.Future<ListCertificatesResult> |
AbstractAWSCertificateManagerAsync.listCertificatesAsync(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler) |
java.util.concurrent.Future<ListCertificatesResult> |
AWSCertificateManagerAsyncClient.listCertificatesAsync(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler) |
java.util.concurrent.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(java.util.Collection<CertificateSummary> certificateSummaryList)
A list of the certificate ARNs.
|
ListCertificatesResult |
ListCertificatesResult.withNextToken(java.lang.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 . |
Modifier and Type | Method and Description |
---|---|
ListCertificatesResult |
ListCertificatesResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |