Uses of Class
software.amazon.awssdk.services.sesv2.model.UntagResourceResponse
Packages that use UntagResourceResponse
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return UntagResourceResponseModifier and TypeMethodDescriptiondefault UntagResourceResponseSesV2Client.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Remove one or more tags (keys and values) from a specified resource.default UntagResourceResponseSesV2Client.untagResource(UntagResourceRequest untagResourceRequest) Remove one or more tags (keys and values) from a specified resource.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type UntagResourceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>SesV2AsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Remove one or more tags (keys and values) from a specified resource.default CompletableFuture<UntagResourceResponse>SesV2AsyncClient.untagResource(UntagResourceRequest untagResourceRequest) Remove one or more tags (keys and values) from a specified resource.