Modifier and Type | Method and Description |
---|---|
ListTagsForCertificateResult |
AbstractAWSCertificateManager.listTagsForCertificate(ListTagsForCertificateRequest request) |
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListTagsForCertificateResult> |
AbstractAWSCertificateManagerAsync.listTagsForCertificateAsync(ListTagsForCertificateRequest request,
AsyncHandler<ListTagsForCertificateRequest,ListTagsForCertificateResult> asyncHandler) |
java.util.concurrent.Future<ListTagsForCertificateResult> |
AWSCertificateManagerAsyncClient.listTagsForCertificateAsync(ListTagsForCertificateRequest request,
AsyncHandler<ListTagsForCertificateRequest,ListTagsForCertificateResult> asyncHandler) |
java.util.concurrent.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(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
ListTagsForCertificateResult |
ListTagsForCertificateResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |