| Package | Description |
|---|---|
| com.amazonaws.services.acmpca |
This is the Amazon Web Services Private Certificate Authority API Reference.
|
| com.amazonaws.services.acmpca.model | |
| com.amazonaws.services.acmpca.waiters |
| Modifier and Type | Method and Description |
|---|---|
GetCertificateResult |
AWSACMPCAClient.getCertificate(GetCertificateRequest request)
Retrieves a certificate from your private CA or one that has been shared with you.
|
GetCertificateResult |
AWSACMPCA.getCertificate(GetCertificateRequest getCertificateRequest)
Retrieves a certificate from your private CA or one that has been shared with you.
|
GetCertificateResult |
AbstractAWSACMPCA.getCertificate(GetCertificateRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetCertificateResult> |
AWSACMPCAAsyncClient.getCertificateAsync(GetCertificateRequest request,
AsyncHandler<GetCertificateRequest,GetCertificateResult> asyncHandler) |
Future<GetCertificateResult> |
AWSACMPCAAsync.getCertificateAsync(GetCertificateRequest getCertificateRequest,
AsyncHandler<GetCertificateRequest,GetCertificateResult> asyncHandler)
Retrieves a certificate from your private CA or one that has been shared with you.
|
Future<GetCertificateResult> |
AbstractAWSACMPCAAsync.getCertificateAsync(GetCertificateRequest request,
AsyncHandler<GetCertificateRequest,GetCertificateResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCertificateResult |
GetCertificateResult.clone() |
GetCertificateResult |
GetCertificateResult.withCertificate(String certificate)
The base64 PEM-encoded certificate specified by the
CertificateArn parameter. |
GetCertificateResult |
GetCertificateResult.withCertificateChain(String certificateChain)
The base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your
private CA certificate.
|
| Modifier and Type | Method and Description |
|---|---|
GetCertificateResult |
GetCertificateFunction.apply(GetCertificateRequest getCertificateRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.