| Package | Description |
|---|---|
| software.amazon.awssdk.services.dlm |
|
| Modifier and Type | Method and Description |
|---|---|
default UntagResourceResponse |
DlmClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes the specified tags from the specified resource.
|
default UntagResourceResponse |
DlmClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes the specified tags from the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UntagResourceResponse> |
DlmAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes the specified tags from the specified resource.
|
default CompletableFuture<UntagResourceResponse> |
DlmAsyncClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes the specified tags from the specified resource.
|
Copyright © 2020. All rights reserved.