| Package | Description |
|---|---|
| com.amazonaws.services.acmpca |
You can use the ACM PCA API to create a private certificate authority (CA).
|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListCertificateAuthoritiesResult> |
AWSACMPCAAsync.listCertificateAuthoritiesAsync(ListCertificateAuthoritiesRequest listCertificateAuthoritiesRequest,
AsyncHandler<ListCertificateAuthoritiesRequest,ListCertificateAuthoritiesResult> asyncHandler)
Lists the private certificate authorities that you created by using the CreateCertificateAuthority
operation.
|
Future<ListCertificateAuthoritiesResult> |
AbstractAWSACMPCAAsync.listCertificateAuthoritiesAsync(ListCertificateAuthoritiesRequest request,
AsyncHandler<ListCertificateAuthoritiesRequest,ListCertificateAuthoritiesResult> asyncHandler) |
Future<ListCertificateAuthoritiesResult> |
AWSACMPCAAsyncClient.listCertificateAuthoritiesAsync(ListCertificateAuthoritiesRequest request,
AsyncHandler<ListCertificateAuthoritiesRequest,ListCertificateAuthoritiesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCertificateAuthoritiesRequest |
ListCertificateAuthoritiesRequest.clone() |
ListCertificateAuthoritiesRequest |
ListCertificateAuthoritiesRequest.withMaxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page.
|
ListCertificateAuthoritiesRequest |
ListCertificateAuthoritiesRequest.withNextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results.
|
Copyright © 2019. All rights reserved.