Uses of Class
software.amazon.awssdk.services.pinpoint.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponsePinpointClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags (keys and values) from an application, campaign, message template, or segment.default UntagResourceResponsePinpointClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags (keys and values) from an application, campaign, message template, or segment.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>PinpointAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags (keys and values) from an application, campaign, message template, or segment.default CompletableFuture<UntagResourceResponse>PinpointAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags (keys and values) from an application, campaign, message template, or segment.
-