| 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.tagResource(TagResourceRequest tagResourceRequest)
Associate a set of tags with an Amazon DynamoDB resource.
|
void |
AmazonDynamoDB.tagResource(TagResourceRequest tagResourceRequest)
Associate a set of tags with an Amazon DynamoDB resource.
|
Future<Void> |
AmazonDynamoDBAsyncClient.tagResourceAsync(TagResourceRequest tagResourceRequest)
Associate a set of tags with an Amazon DynamoDB resource.
|
Future<Void> |
AmazonDynamoDBAsync.tagResourceAsync(TagResourceRequest tagResourceRequest)
Associate a set of tags with an Amazon DynamoDB resource.
|
Future<Void> |
AmazonDynamoDBAsyncClient.tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,Void> asyncHandler)
Associate a set of tags with an Amazon DynamoDB resource.
|
Future<Void> |
AmazonDynamoDBAsync.tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,Void> asyncHandler)
Associate a set of tags with an Amazon DynamoDB resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonDynamoDBAsyncClient.tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,Void> asyncHandler)
Associate a set of tags with an Amazon DynamoDB resource.
|
Future<Void> |
AmazonDynamoDBAsync.tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,Void> asyncHandler)
Associate a set of tags with an Amazon DynamoDB resource.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withResourceArn(String resourceArn)
Identifies the Amazon DynamoDB resource to which tags should be added.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the Amazon DynamoDB resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags to be assigned to the Amazon DynamoDB resource.
|
Copyright © 2019. All rights reserved.