| 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 |
AWSKMSClient.listResourceTags(ListResourceTagsRequest listResourceTagsRequest)
Returns a list of all tags for the specified customer master key (CMK).
|
ListResourceTagsResult |
AWSKMS.listResourceTags(ListResourceTagsRequest listResourceTagsRequest)
Returns a list of all tags for the specified customer master key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceTagsRequest |
ListResourceTagsRequest.withKeyId(String keyId)
A unique identifier for the customer master key (CMK).
|
ListResourceTagsRequest |
ListResourceTagsRequest.withLimit(Integer limit)
Use this parameter to specify the maximum number of items to return.
|
ListResourceTagsRequest |
ListResourceTagsRequest.withMarker(String marker)
Use this parameter in a subsequent request after you receive a response
with truncated results.
|
Copyright © 2019. All rights reserved.