Uses of Class
software.amazon.awssdk.services.dynamodb.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseDynamoDbClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associate a set of tags with an Amazon DynamoDB resource.default TagResourceResponseDynamoDbClient. tagResource(TagResourceRequest tagResourceRequest)Associate a set of tags with an Amazon DynamoDB resource.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>DynamoDbAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associate a set of tags with an Amazon DynamoDB resource.default CompletableFuture<TagResourceResponse>DynamoDbAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associate a set of tags with an Amazon DynamoDB resource.
-