Uses of Class
software.amazon.awssdk.services.pinpoint.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>PinpointAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-