| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram |
This is the Resource Access Manager API Reference.
|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
default 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 UntagResourceResponse |
RamClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes the specified tag key and value pairs from the specified resource share or managed permission.
|
| Modifier and Type | Method and Description |
|---|---|
static UntagResourceRequest.Builder |
UntagResourceRequest.builder() |
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.resourceArn(String resourceArn)
Specifies the Amazon
Resource Name (ARN) of the managed permission that you want to remove tags from.
|
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.resourceShareArn(String resourceShareArn)
Specifies the Amazon
Resource Name (ARN) of the resource share that you want to remove tags from.
|
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.tagKeys(Collection<String> tagKeys)
Specifies a list of one or more tag keys that you want to remove.
|
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.tagKeys(String... tagKeys)
Specifies a list of one or more tag keys that you want to remove.
|
UntagResourceRequest.Builder |
UntagResourceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UntagResourceRequest.Builder> |
UntagResourceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.