| 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 | |
| com.amazonaws.services.acmpca.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<GetCertificateAuthorityCsrResult> |
AWSACMPCAAsyncClient.getCertificateAuthorityCsrAsync(GetCertificateAuthorityCsrRequest request,
AsyncHandler<GetCertificateAuthorityCsrRequest,GetCertificateAuthorityCsrResult> asyncHandler) |
Future<GetCertificateAuthorityCsrResult> |
AbstractAWSACMPCAAsync.getCertificateAuthorityCsrAsync(GetCertificateAuthorityCsrRequest request,
AsyncHandler<GetCertificateAuthorityCsrRequest,GetCertificateAuthorityCsrResult> asyncHandler) |
Future<GetCertificateAuthorityCsrResult> |
AWSACMPCAAsync.getCertificateAuthorityCsrAsync(GetCertificateAuthorityCsrRequest getCertificateAuthorityCsrRequest,
AsyncHandler<GetCertificateAuthorityCsrRequest,GetCertificateAuthorityCsrResult> asyncHandler)
Retrieves the certificate signing request (CSR) for your private certificate authority (CA).
|
| Modifier and Type | Method and Description |
|---|---|
GetCertificateAuthorityCsrRequest |
GetCertificateAuthorityCsrRequest.clone() |
GetCertificateAuthorityCsrRequest |
GetCertificateAuthorityCsrRequest.withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) that was returned when you called the CreateCertificateAuthority operation.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetCertificateAuthorityCsrRequest> |
AWSACMPCAWaiters.certificateAuthorityCSRCreated()
Builds a CertificateAuthorityCSRCreated waiter by using custom parameters waiterParameters and other parameters
defined in the waiters specification, and then polls until it determines whether the resource entered the desired
state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
GetCertificateAuthorityCsrResult |
GetCertificateAuthorityCsrFunction.apply(GetCertificateAuthorityCsrRequest getCertificateAuthorityCsrRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2019. All rights reserved.