| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| Modifier and Type | Method and Description |
|---|---|
default UntagResourceResponse |
DynamoDbClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes the association of tags from an Amazon DynamoDB resource.
|
default UntagResourceResponse |
DynamoDbClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes the association of tags from an Amazon DynamoDB resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UntagResourceResponse> |
DynamoDbAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes the association of tags from an Amazon DynamoDB resource.
|
default CompletableFuture<UntagResourceResponse> |
DynamoDbAsyncClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes the association of tags from an Amazon DynamoDB resource.
|
Copyright © 2023. All rights reserved.