Uses of Class
software.amazon.awssdk.services.dynamodb.model.TagResourceResponse
Packages that use TagResourceResponse
-
Uses of TagResourceResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return TagResourceResponseModifier and TypeMethodDescriptiondefault 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 TagResourceResponseModifier and TypeMethodDescriptiondefault 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.