| 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 |
| Modifier and Type | Method and Description |
|---|---|
Future<TagCertificateAuthorityResult> |
AWSACMPCAAsyncClient.tagCertificateAuthorityAsync(TagCertificateAuthorityRequest request,
AsyncHandler<TagCertificateAuthorityRequest,TagCertificateAuthorityResult> asyncHandler) |
Future<TagCertificateAuthorityResult> |
AbstractAWSACMPCAAsync.tagCertificateAuthorityAsync(TagCertificateAuthorityRequest request,
AsyncHandler<TagCertificateAuthorityRequest,TagCertificateAuthorityResult> asyncHandler) |
Future<TagCertificateAuthorityResult> |
AWSACMPCAAsync.tagCertificateAuthorityAsync(TagCertificateAuthorityRequest tagCertificateAuthorityRequest,
AsyncHandler<TagCertificateAuthorityRequest,TagCertificateAuthorityResult> asyncHandler)
Adds one or more tags to your private CA.
|
| Modifier and Type | Method and Description |
|---|---|
TagCertificateAuthorityRequest |
TagCertificateAuthorityRequest.clone() |
TagCertificateAuthorityRequest |
TagCertificateAuthorityRequest.withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority.
|
TagCertificateAuthorityRequest |
TagCertificateAuthorityRequest.withTags(Collection<Tag> tags)
List of tags to be associated with the CA.
|
TagCertificateAuthorityRequest |
TagCertificateAuthorityRequest.withTags(Tag... tags)
List of tags to be associated with the CA.
|
Copyright © 2019. All rights reserved.