| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
default ListResourceTagsResponse |
KmsClient.listResourceTags(Consumer<ListResourceTagsRequest.Builder> listResourceTagsRequest)
Returns all tags on the specified KMS key.
|
default ListResourceTagsResponse |
KmsClient.listResourceTags(ListResourceTagsRequest listResourceTagsRequest)
Returns all tags on the specified KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListResourceTagsResponse> |
KmsAsyncClient.listResourceTags(Consumer<ListResourceTagsRequest.Builder> listResourceTagsRequest)
Returns all tags on the specified KMS key.
|
default CompletableFuture<ListResourceTagsResponse> |
KmsAsyncClient.listResourceTags(ListResourceTagsRequest listResourceTagsRequest)
Returns all tags on the specified KMS key.
|
Copyright © 2022. All rights reserved.