| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model | |
| software.amazon.awssdk.services.paymentcryptography.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ImportKeyRequest.tags()
The tags to attach to the key.
|
List<Tag> |
CreateKeyRequest.tags()
The tags to attach to the key.
|
List<Tag> |
TagResourceRequest.tags()
One or more tags.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The list of tags associated with a
ResourceArn. |
| Modifier and Type | Method and Description |
|---|---|
ImportKeyRequest.Builder |
ImportKeyRequest.Builder.tags(Tag... tags)
The tags to attach to the key.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.tags(Tag... tags)
The tags to attach to the key.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
One or more tags.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The list of tags associated with a
ResourceArn. |
| Modifier and Type | Method and Description |
|---|---|
ImportKeyRequest.Builder |
ImportKeyRequest.Builder.tags(Collection<Tag> tags)
The tags to attach to the key.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.tags(Collection<Tag> tags)
The tags to attach to the key.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
One or more tags.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The list of tags associated with a
ResourceArn. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Tag> |
ListTagsForResourceIterable.tags()
Returns an iterable to iterate through the paginated
ListTagsForResourceResponse.tags() member. |
SdkPublisher<Tag> |
ListTagsForResourcePublisher.tags()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.