Uses of Class
software.amazon.awssdk.services.sesv2.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return UntagResourceResponse Modifier and Type Method Description default 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 UntagResourceResponse Modifier and Type Method Description default 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.
-