| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListResourceTagsResult> |
AbstractAWSKMSAsync.listResourceTagsAsync(ListResourceTagsRequest request,
AsyncHandler<ListResourceTagsRequest,ListResourceTagsResult> asyncHandler) |
Future<ListResourceTagsResult> |
AWSKMSAsync.listResourceTagsAsync(ListResourceTagsRequest listResourceTagsRequest,
AsyncHandler<ListResourceTagsRequest,ListResourceTagsResult> asyncHandler)
Returns all tags on the specified customer master key (CMK).
|
Future<ListResourceTagsResult> |
AWSKMSAsyncClient.listResourceTagsAsync(ListResourceTagsRequest request,
AsyncHandler<ListResourceTagsRequest,ListResourceTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListResourceTagsRequest |
ListResourceTagsRequest.clone() |
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 © 2021. All rights reserved.