| Package | Description |
|---|---|
| com.amazonaws.services.acmpca |
This is the ACM Private CA API Reference.
|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCertificateAuthorityResult> |
AWSACMPCAAsyncClient.createCertificateAuthorityAsync(CreateCertificateAuthorityRequest request,
AsyncHandler<CreateCertificateAuthorityRequest,CreateCertificateAuthorityResult> asyncHandler) |
Future<CreateCertificateAuthorityResult> |
AbstractAWSACMPCAAsync.createCertificateAuthorityAsync(CreateCertificateAuthorityRequest request,
AsyncHandler<CreateCertificateAuthorityRequest,CreateCertificateAuthorityResult> asyncHandler) |
Future<CreateCertificateAuthorityResult> |
AWSACMPCAAsync.createCertificateAuthorityAsync(CreateCertificateAuthorityRequest createCertificateAuthorityRequest,
AsyncHandler<CreateCertificateAuthorityRequest,CreateCertificateAuthorityResult> asyncHandler)
Creates a root or subordinate private certificate authority (CA).
|
| Modifier and Type | Method and Description |
|---|---|
CreateCertificateAuthorityRequest |
CreateCertificateAuthorityRequest.clone() |
CreateCertificateAuthorityRequest |
CreateCertificateAuthorityRequest.withCertificateAuthorityConfiguration(CertificateAuthorityConfiguration certificateAuthorityConfiguration)
Name and bit size of the private key algorithm, the name of the signing algorithm, and X.500 certificate subject
information.
|
CreateCertificateAuthorityRequest |
CreateCertificateAuthorityRequest.withCertificateAuthorityType(CertificateAuthorityType certificateAuthorityType)
The type of the certificate authority.
|
CreateCertificateAuthorityRequest |
CreateCertificateAuthorityRequest.withCertificateAuthorityType(String certificateAuthorityType)
The type of the certificate authority.
|
CreateCertificateAuthorityRequest |
CreateCertificateAuthorityRequest.withIdempotencyToken(String idempotencyToken)
Alphanumeric string that can be used to distinguish between calls to CreateCertificateAuthority.
|
CreateCertificateAuthorityRequest |
CreateCertificateAuthorityRequest.withRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Contains a Boolean value that you can use to enable a certification revocation list (CRL) for the CA, the name of
the S3 bucket to which ACM Private CA will write the CRL, and an optional CNAME alias that you can use to hide
the name of your bucket in the CRL Distribution Points extension of your CA certificate.
|
CreateCertificateAuthorityRequest |
CreateCertificateAuthorityRequest.withTags(Collection<Tag> tags)
Key-value pairs that will be attached to the new private CA.
|
CreateCertificateAuthorityRequest |
CreateCertificateAuthorityRequest.withTags(Tag... tags)
Key-value pairs that will be attached to the new private CA.
|
Copyright © 2019. All rights reserved.