| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withTagKey(String tagKey)
The key of the tag.
|
Tag |
Tag.withTagValue(String tagValue)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ReplicateKeyResult.getReplicaTags()
The tags on the new replica key.
|
List<Tag> |
ListResourceTagsResult.getTags()
A list of tags.
|
List<Tag> |
CreateKeyRequest.getTags()
Assigns one or more tags to the KMS key.
|
List<Tag> |
TagResourceRequest.getTags()
One or more tags.
|
List<Tag> |
ReplicateKeyRequest.getTags()
Assigns one or more tags to the replica key.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicateKeyResult |
ReplicateKeyResult.withReplicaTags(Tag... replicaTags)
The tags on the new replica key.
|
ListResourceTagsResult |
ListResourceTagsResult.withTags(Tag... tags)
A list of tags.
|
CreateKeyRequest |
CreateKeyRequest.withTags(Tag... tags)
Assigns one or more tags to the KMS key.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
One or more tags.
|
ReplicateKeyRequest |
ReplicateKeyRequest.withTags(Tag... tags)
Assigns one or more tags to the replica key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicateKeyResult.setReplicaTags(Collection<Tag> replicaTags)
The tags on the new replica key.
|
void |
ListResourceTagsResult.setTags(Collection<Tag> tags)
A list of tags.
|
void |
CreateKeyRequest.setTags(Collection<Tag> tags)
Assigns one or more tags to the KMS key.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
One or more tags.
|
void |
ReplicateKeyRequest.setTags(Collection<Tag> tags)
Assigns one or more tags to the replica key.
|
ReplicateKeyResult |
ReplicateKeyResult.withReplicaTags(Collection<Tag> replicaTags)
The tags on the new replica key.
|
ListResourceTagsResult |
ListResourceTagsResult.withTags(Collection<Tag> tags)
A list of tags.
|
CreateKeyRequest |
CreateKeyRequest.withTags(Collection<Tag> tags)
Assigns one or more tags to the KMS key.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
One or more tags.
|
ReplicateKeyRequest |
ReplicateKeyRequest.withTags(Collection<Tag> tags)
Assigns one or more tags to the replica key.
|
Copyright © 2022. All rights reserved.