| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceTagsResult |
AWSKMS.listResourceTags(ListResourceTagsRequest listResourceTagsRequest)
Returns a list of all tags for the specified customer master key (CMK).
|
ListResourceTagsResult |
AWSKMSClient.listResourceTags(ListResourceTagsRequest listResourceTagsRequest)
Returns a list of all tags for the specified customer master key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceTagsResult |
ListResourceTagsResult.withNextMarker(String nextMarker)
When
Truncated is true, this element is present and contains
the value to use for the Marker parameter in a subsequent
request. |
ListResourceTagsResult |
ListResourceTagsResult.withTags(Collection<Tag> tags)
A list of tags.
|
ListResourceTagsResult |
ListResourceTagsResult.withTags(Tag... tags)
A list of tags.
|
ListResourceTagsResult |
ListResourceTagsResult.withTruncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
Copyright © 2020. All rights reserved.