Uses of Class
software.amazon.awssdk.services.dynamodb.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>DynamoDbAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-