Uses of Class
software.amazon.awssdk.services.dynamodb.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type UntagResourceRequest Modifier and Type Method Description default 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 UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-