| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda |
|
| Modifier and Type | Method and Description |
|---|---|
default UntagResourceResponse |
LambdaClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from a function.
|
default UntagResourceResponse |
LambdaClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a function.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UntagResourceResponse> |
LambdaAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from a function.
|
default CompletableFuture<UntagResourceResponse> |
LambdaAsyncClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a function.
|
Copyright © 2022. All rights reserved.