| 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 |
|---|---|
Future<UntagCertificateAuthorityResult> |
AbstractAWSACMPCAAsync.untagCertificateAuthorityAsync(UntagCertificateAuthorityRequest request,
AsyncHandler<UntagCertificateAuthorityRequest,UntagCertificateAuthorityResult> asyncHandler) |
Future<UntagCertificateAuthorityResult> |
AWSACMPCAAsyncClient.untagCertificateAuthorityAsync(UntagCertificateAuthorityRequest request,
AsyncHandler<UntagCertificateAuthorityRequest,UntagCertificateAuthorityResult> asyncHandler) |
Future<UntagCertificateAuthorityResult> |
AWSACMPCAAsync.untagCertificateAuthorityAsync(UntagCertificateAuthorityRequest untagCertificateAuthorityRequest,
AsyncHandler<UntagCertificateAuthorityRequest,UntagCertificateAuthorityResult> asyncHandler)
Remove one or more tags from your private CA.
|
| Modifier and Type | Method and Description |
|---|---|
UntagCertificateAuthorityRequest |
UntagCertificateAuthorityRequest.clone() |
UntagCertificateAuthorityRequest |
UntagCertificateAuthorityRequest.withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority.
|
UntagCertificateAuthorityRequest |
UntagCertificateAuthorityRequest.withTags(Collection<Tag> tags)
List of tags to be removed from the CA.
|
UntagCertificateAuthorityRequest |
UntagCertificateAuthorityRequest.withTags(Tag... tags)
List of tags to be removed from the CA.
|
Copyright © 2023. All rights reserved.