Uses of Class
software.amazon.awssdk.services.dynamodb.model.UntagResourceRequest
Packages that use UntagResourceRequest
Package
Description
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type UntagResourceRequestModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>DynamoDbAsyncClient.untagResource(UntagResourceRequest untagResourceRequest) Removes the association of tags from an Amazon DynamoDB resource.default UntagResourceResponseDynamoDbClient.untagResource(UntagResourceRequest untagResourceRequest) Removes the association of tags from an Amazon DynamoDB resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type UntagResourceRequestModifier and TypeMethodDescriptionUntagResourceRequestMarshaller.marshall(UntagResourceRequest untagResourceRequest)