| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2 |
|
| com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDB
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonDynamoDBClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes the association of tags from an Amazon DynamoDB resource.
|
void |
AmazonDynamoDB.untagResource(UntagResourceRequest untagResourceRequest)
Removes the association of tags from an Amazon DynamoDB resource.
|
Future<Void> |
AmazonDynamoDBAsyncClient.untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes the association of tags from an Amazon DynamoDB resource.
|
Future<Void> |
AmazonDynamoDBAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes the association of tags from an Amazon DynamoDB resource.
|
Future<Void> |
AmazonDynamoDBAsyncClient.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,Void> asyncHandler)
Removes the association of tags from an Amazon DynamoDB resource.
|
Future<Void> |
AmazonDynamoDBAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,Void> asyncHandler)
Removes the association of tags from an Amazon DynamoDB resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonDynamoDBAsyncClient.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,Void> asyncHandler)
Removes the association of tags from an Amazon DynamoDB resource.
|
Future<Void> |
AmazonDynamoDBAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,Void> asyncHandler)
Removes the association of tags from an Amazon DynamoDB resource.
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.withResourceArn(String resourceArn)
The Amazon DyanamoDB resource the tags will be removed from.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(Collection<String> tagKeys)
A list of tag keys.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(String... tagKeys)
A list of tag keys.
|
Copyright © 2018. All rights reserved.