Uses of Interface
software.amazon.awssdk.services.ram.model.UntagResourceRequest.Builder
Packages that use UntagResourceRequest.Builder
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.ram
Method parameters in software.amazon.awssdk.services.ram with type arguments of type UntagResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>RamAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes the specified tag key and value pairs from the specified resource share or managed permission.default UntagResourceResponseRamClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes the specified tag key and value pairs from the specified resource share or managed permission. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.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) Specifies the Amazon Resource Name (ARN) of the managed permission that you want to remove tags from.UntagResourceRequest.Builder.resourceShareArn(String resourceShareArn) Specifies the Amazon Resource Name (ARN) of the resource share that you want to remove tags from.Specifies a list of one or more tag keys that you want to remove.UntagResourceRequest.Builder.tagKeys(Collection<String> tagKeys) Specifies a list of one or more tag keys that you want to remove.UntagResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type UntagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UntagResourceRequest.Builder>UntagResourceRequest.serializableBuilderClass()