| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key of the tag.
|
Tag |
Tag.withValue(String value)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
One or more tags.
|
List<Tag> |
CreateKeyRequest.getTags()
Assigns one or more tags to the Amazon Web Services Payment Cryptography key.
|
List<Tag> |
ImportKeyRequest.getTags()
Assigns one or more tags to the Amazon Web Services Payment Cryptography key.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The list of tags associated with a
ResourceArn. |
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
One or more tags.
|
CreateKeyRequest |
CreateKeyRequest.withTags(Tag... tags)
Assigns one or more tags to the Amazon Web Services Payment Cryptography key.
|
ImportKeyRequest |
ImportKeyRequest.withTags(Tag... tags)
Assigns one or more tags to the Amazon Web Services Payment Cryptography key.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The list of tags associated with a
ResourceArn. |
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
One or more tags.
|
void |
CreateKeyRequest.setTags(Collection<Tag> tags)
Assigns one or more tags to the Amazon Web Services Payment Cryptography key.
|
void |
ImportKeyRequest.setTags(Collection<Tag> tags)
Assigns one or more tags to the Amazon Web Services Payment Cryptography key.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The list of tags associated with a
ResourceArn. |
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
One or more tags.
|
CreateKeyRequest |
CreateKeyRequest.withTags(Collection<Tag> tags)
Assigns one or more tags to the Amazon Web Services Payment Cryptography key.
|
ImportKeyRequest |
ImportKeyRequest.withTags(Collection<Tag> tags)
Assigns one or more tags to the Amazon Web Services Payment Cryptography key.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The list of tags associated with a
ResourceArn. |
Copyright © 2024. All rights reserved.