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