Uses of Class
software.amazon.awssdk.services.lambda.model.UntagResourceRequest
Packages that use UntagResourceRequest
Package
Description
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda with parameters of type UntagResourceRequestModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>LambdaAsyncClient.untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.lambda.transform
Methods in software.amazon.awssdk.services.lambda.transform with parameters of type UntagResourceRequestModifier and TypeMethodDescriptionUntagResourceRequestMarshaller.marshall(UntagResourceRequest untagResourceRequest)