Uses of Class
software.amazon.awssdk.services.sesv2.model.TagResourceResponse
Packages that use TagResourceResponse
-
Uses of TagResourceResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return TagResourceResponseModifier and TypeMethodDescriptiondefault 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 TagResourceResponseModifier and TypeMethodDescriptiondefault 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.