Package | Description |
---|---|
com.amazonaws.services.certificatemanager | |
com.amazonaws.services.certificatemanager.model |
Modifier and Type | Method and Description |
---|---|
ListTagsForCertificateResult |
AWSCertificateManagerClient.listTagsForCertificate(ListTagsForCertificateRequest listTagsForCertificateRequest)
Lists the tags that have been applied to the ACM Certificate.
|
ListTagsForCertificateResult |
AWSCertificateManager.listTagsForCertificate(ListTagsForCertificateRequest listTagsForCertificateRequest)
Lists the tags that have been applied to the ACM Certificate.
|
ListTagsForCertificateResult |
AbstractAWSCertificateManager.listTagsForCertificate(ListTagsForCertificateRequest request) |
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 |
---|---|
ListTagsForCertificateResult |
ListTagsForCertificateResult.clone() |
ListTagsForCertificateResult |
ListTagsForCertificateResult.withTags(Collection<Tag> tags)
The key-value pairs that define the applied tags.
|
ListTagsForCertificateResult |
ListTagsForCertificateResult.withTags(Tag... tags)
The key-value pairs that define the applied tags.
|
Copyright © 2018. All rights reserved.