Package | Description |
---|---|
com.amazonaws.services.certificatemanager | |
com.amazonaws.services.certificatemanager.model |
Modifier and Type | Method and Description |
---|---|
Future<ListTagsForCertificateResult> |
AbstractAWSCertificateManagerAsync.listTagsForCertificateAsync(ListTagsForCertificateRequest request,
AsyncHandler<ListTagsForCertificateRequest,ListTagsForCertificateResult> asyncHandler) |
Future<ListTagsForCertificateResult> |
AWSCertificateManagerAsyncClient.listTagsForCertificateAsync(ListTagsForCertificateRequest request,
AsyncHandler<ListTagsForCertificateRequest,ListTagsForCertificateResult> asyncHandler) |
Future<ListTagsForCertificateResult> |
AWSCertificateManagerAsync.listTagsForCertificateAsync(ListTagsForCertificateRequest listTagsForCertificateRequest,
AsyncHandler<ListTagsForCertificateRequest,ListTagsForCertificateResult> asyncHandler)
Lists the tags that have been applied to the ACM Certificate.
|
Modifier and Type | Method and Description |
---|---|
ListTagsForCertificateRequest |
ListTagsForCertificateRequest.clone() |
ListTagsForCertificateRequest |
ListTagsForCertificateRequest.withCertificateArn(String certificateArn)
String that contains the ARN of the ACM Certificate for which you want to
list the tags.
|
Copyright © 2018. All rights reserved.