Uses of Class
software.amazon.awssdk.services.sesv2.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseSesV2Client. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Add one or more tags (keys and values) to a specified resource.default TagResourceResponseSesV2Client. tagResource(TagResourceRequest tagResourceRequest)Add one or more tags (keys and values) to a specified resource.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>SesV2AsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Add one or more tags (keys and values) to a specified resource.default CompletableFuture<TagResourceResponse>SesV2AsyncClient. tagResource(TagResourceRequest tagResourceRequest)Add one or more tags (keys and values) to a specified resource.
-