| Package | Description |
|---|---|
| com.amazonaws.services.acmpca |
This is the Amazon Web Services Private Certificate Authority API Reference.
|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
ListCertificateAuthoritiesResult |
AbstractAWSACMPCA.listCertificateAuthorities(ListCertificateAuthoritiesRequest request) |
ListCertificateAuthoritiesResult |
AWSACMPCA.listCertificateAuthorities(ListCertificateAuthoritiesRequest listCertificateAuthoritiesRequest)
Lists the private certificate authorities that you created by using the CreateCertificateAuthority action.
|
ListCertificateAuthoritiesResult |
AWSACMPCAClient.listCertificateAuthorities(ListCertificateAuthoritiesRequest request)
Lists the private certificate authorities that you created by using the CreateCertificateAuthority action.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListCertificateAuthoritiesResult> |
AWSACMPCAAsyncClient.listCertificateAuthoritiesAsync(ListCertificateAuthoritiesRequest request,
AsyncHandler<ListCertificateAuthoritiesRequest,ListCertificateAuthoritiesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCertificateAuthoritiesResult |
ListCertificateAuthoritiesResult.clone() |
ListCertificateAuthoritiesResult |
ListCertificateAuthoritiesResult.withCertificateAuthorities(CertificateAuthority... certificateAuthorities)
Summary information about each certificate authority you have created.
|
ListCertificateAuthoritiesResult |
ListCertificateAuthoritiesResult.withCertificateAuthorities(Collection<CertificateAuthority> certificateAuthorities)
Summary information about each certificate authority you have created.
|
ListCertificateAuthoritiesResult |
ListCertificateAuthoritiesResult.withNextToken(String nextToken)
When the list is truncated, this value is present and should be used for the
NextToken parameter in
a subsequent pagination request. |
Copyright © 2024. All rights reserved.