| Package | Description |
|---|---|
| com.amazonaws.services.acmpca |
This is the Certificate Manager Private Certificate Authority (PCA) API Reference.
|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListCertificateAuthoritiesResult> |
AWSACMPCAAsyncClient.listCertificateAuthoritiesAsync(ListCertificateAuthoritiesRequest request,
AsyncHandler<ListCertificateAuthoritiesRequest,ListCertificateAuthoritiesResult> asyncHandler) |
Future<ListCertificateAuthoritiesResult> |
AbstractAWSACMPCAAsync.listCertificateAuthoritiesAsync(ListCertificateAuthoritiesRequest request,
AsyncHandler<ListCertificateAuthoritiesRequest,ListCertificateAuthoritiesResult> asyncHandler) |
Future<ListCertificateAuthoritiesResult> |
AWSACMPCAAsync.listCertificateAuthoritiesAsync(ListCertificateAuthoritiesRequest listCertificateAuthoritiesRequest,
AsyncHandler<ListCertificateAuthoritiesRequest,ListCertificateAuthoritiesResult> asyncHandler)
Lists the private certificate authorities that you created by using the CreateCertificateAuthority action.
|
| 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.
|
ListCertificateAuthoritiesRequest |
ListCertificateAuthoritiesRequest.withResourceOwner(ResourceOwner resourceOwner)
Use this parameter to filter the returned set of certificate authorities based on their owner.
|
ListCertificateAuthoritiesRequest |
ListCertificateAuthoritiesRequest.withResourceOwner(String resourceOwner)
Use this parameter to filter the returned set of certificate authorities based on their owner.
|
Copyright © 2022. All rights reserved.