Uses of Class
software.amazon.awssdk.services.lambda.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseLambdaClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a function.default UntagResourceResponseLambdaClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a function.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type UntagResourceResponse Modifier and Type Method 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.
-