Uses of Class
software.amazon.awssdk.services.pinpointemail.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponsePinpointEmailClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Remove one or more tags (keys and values) from a specified resource.default UntagResourceResponsePinpointEmailClient. untagResource(UntagResourceRequest untagResourceRequest)Remove one or more tags (keys and values) from a specified resource.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>PinpointEmailAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Remove one or more tags (keys and values) from a specified resource.default CompletableFuture<UntagResourceResponse>PinpointEmailAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Remove one or more tags (keys and values) from a specified resource.
-