Uses of Class
software.amazon.awssdk.services.lambda.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseLambdaClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to a function.default TagResourceResponseLambdaClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags to a function.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>LambdaAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to a function.default CompletableFuture<TagResourceResponse>LambdaAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags to a function.
-