| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography |
Amazon Web Services Payment Cryptography Control Plane APIs manage encryption keys for use during payment-related
cryptographic operations.
|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AWSPaymentCryptographyClient.listTagsForResource(ListTagsForResourceRequest request)
Lists the tags for an Amazon Web Services resource.
|
ListTagsForResourceResult |
AbstractAWSPaymentCryptography.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AWSPaymentCryptography.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags for an Amazon Web Services resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AWSPaymentCryptographyAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AbstractAWSPaymentCryptographyAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSPaymentCryptographyAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the tags for an Amazon Web Services resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withNextToken(String nextToken)
The token for the next set of results, or an empty or null value if there are no more results.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The list of tags associated with a
ResourceArn. |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The list of tags associated with a
ResourceArn. |
Copyright © 2024. All rights reserved.