Package | Description |
---|---|
com.amazonaws.services.certificatemanager | |
com.amazonaws.services.certificatemanager.model |
Modifier and Type | Method and Description |
---|---|
Future<RemoveTagsFromCertificateResult> |
AbstractAWSCertificateManagerAsync.removeTagsFromCertificateAsync(RemoveTagsFromCertificateRequest request,
AsyncHandler<RemoveTagsFromCertificateRequest,RemoveTagsFromCertificateResult> asyncHandler) |
Future<RemoveTagsFromCertificateResult> |
AWSCertificateManagerAsyncClient.removeTagsFromCertificateAsync(RemoveTagsFromCertificateRequest request,
AsyncHandler<RemoveTagsFromCertificateRequest,RemoveTagsFromCertificateResult> asyncHandler) |
Future<RemoveTagsFromCertificateResult> |
AWSCertificateManagerAsync.removeTagsFromCertificateAsync(RemoveTagsFromCertificateRequest removeTagsFromCertificateRequest,
AsyncHandler<RemoveTagsFromCertificateRequest,RemoveTagsFromCertificateResult> asyncHandler)
Remove one or more tags from an ACM Certificate.
|
Modifier and Type | Method and Description |
---|---|
RemoveTagsFromCertificateRequest |
RemoveTagsFromCertificateRequest.clone() |
RemoveTagsFromCertificateRequest |
RemoveTagsFromCertificateRequest.withCertificateArn(String certificateArn)
String that contains the ARN of the ACM Certificate with one or more tags
that you want to remove.
|
RemoveTagsFromCertificateRequest |
RemoveTagsFromCertificateRequest.withTags(Collection<Tag> tags)
The key-value pair that defines the tag to remove.
|
RemoveTagsFromCertificateRequest |
RemoveTagsFromCertificateRequest.withTags(Tag... tags)
The key-value pair that defines the tag to remove.
|
Copyright © 2018. All rights reserved.