Uses of Class
software.amazon.awssdk.services.mailmanager.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.mailmanager AWS SES Mail Manager API -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.mailmanager
Methods in software.amazon.awssdk.services.mailmanager that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseMailManagerClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags (keys and values) to a specified resource.default TagResourceResponseMailManagerClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags (keys and values) to a specified resource.Methods in software.amazon.awssdk.services.mailmanager that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>MailManagerAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags (keys and values) to a specified resource.default CompletableFuture<TagResourceResponse>MailManagerAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags (keys and values) to a specified resource.
-