| 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 |
|---|---|
ListTagsOfResourceResult |
AmazonDynamoDBClient.listTagsOfResource(ListTagsOfResourceRequest listTagsOfResourceRequest)
List all tags on an Amazon DynamoDB resource.
|
ListTagsOfResourceResult |
AmazonDynamoDB.listTagsOfResource(ListTagsOfResourceRequest listTagsOfResourceRequest)
List all tags on an Amazon DynamoDB resource.
|
Future<ListTagsOfResourceResult> |
AmazonDynamoDBAsyncClient.listTagsOfResourceAsync(ListTagsOfResourceRequest listTagsOfResourceRequest)
List all tags on an Amazon DynamoDB resource.
|
Future<ListTagsOfResourceResult> |
AmazonDynamoDBAsync.listTagsOfResourceAsync(ListTagsOfResourceRequest listTagsOfResourceRequest)
List all tags on an Amazon DynamoDB resource.
|
Future<ListTagsOfResourceResult> |
AmazonDynamoDBAsyncClient.listTagsOfResourceAsync(ListTagsOfResourceRequest listTagsOfResourceRequest,
AsyncHandler<ListTagsOfResourceRequest,ListTagsOfResourceResult> asyncHandler)
List all tags on an Amazon DynamoDB resource.
|
Future<ListTagsOfResourceResult> |
AmazonDynamoDBAsync.listTagsOfResourceAsync(ListTagsOfResourceRequest listTagsOfResourceRequest,
AsyncHandler<ListTagsOfResourceRequest,ListTagsOfResourceResult> asyncHandler)
List all tags on an Amazon DynamoDB resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsOfResourceResult> |
AmazonDynamoDBAsyncClient.listTagsOfResourceAsync(ListTagsOfResourceRequest listTagsOfResourceRequest,
AsyncHandler<ListTagsOfResourceRequest,ListTagsOfResourceResult> asyncHandler)
List all tags on an Amazon DynamoDB resource.
|
Future<ListTagsOfResourceResult> |
AmazonDynamoDBAsync.listTagsOfResourceAsync(ListTagsOfResourceRequest listTagsOfResourceRequest,
AsyncHandler<ListTagsOfResourceRequest,ListTagsOfResourceResult> asyncHandler)
List all tags on an Amazon DynamoDB resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsOfResourceRequest |
ListTagsOfResourceRequest.withNextToken(String nextToken)
An optional string that, if supplied, must be copied from the output of a
previous call to ListTagOfResource.
|
ListTagsOfResourceRequest |
ListTagsOfResourceRequest.withResourceArn(String resourceArn)
The Amazon DynamoDB resource with tags to be listed.
|
Copyright © 2018. All rights reserved.