Uses of Class
software.amazon.awssdk.services.lambda.model.UntagResourceResponse
Packages that use UntagResourceResponse
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return UntagResourceResponseModifier and TypeMethodDescriptiondefault UntagResourceResponseLambdaClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes tags from a function, event source mapping, or code signing configuration.default UntagResourceResponseLambdaClient.untagResource(UntagResourceRequest untagResourceRequest) Removes tags from a function, event source mapping, or code signing configuration.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type UntagResourceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>LambdaAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes tags from a function, event source mapping, or code signing configuration.default CompletableFuture<UntagResourceResponse>LambdaAsyncClient.untagResource(UntagResourceRequest untagResourceRequest) Removes tags from a function, event source mapping, or code signing configuration.