Uses of Interface
software.amazon.awssdk.services.dynamodb.model.UntagResourceRequest.Builder
Packages that use UntagResourceRequest.Builder
Package
Description
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type UntagResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>DynamoDbAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes the association of tags from an Amazon DynamoDB resource.default UntagResourceResponseDynamoDbClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes the association of tags from an Amazon DynamoDB resource. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return UntagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic UntagResourceRequest.BuilderUntagResourceRequest.builder()UntagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UntagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UntagResourceRequest.Builder.resourceArn(String resourceArn) The DynamoDB resource that the tags will be removed from.A list of tag keys.UntagResourceRequest.Builder.tagKeys(Collection<String> tagKeys) A list of tag keys.UntagResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type UntagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UntagResourceRequest.Builder>UntagResourceRequest.serializableBuilderClass()