Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponsePinpointSmsVoiceV2Client. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the association of the specified tags from an Amazon Pinpoint SMS Voice V2 resource.default UntagResourceResponsePinpointSmsVoiceV2Client. untagResource(UntagResourceRequest untagResourceRequest)Removes the association of the specified tags from an Amazon Pinpoint SMS Voice V2 resource.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>PinpointSmsVoiceV2AsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the association of the specified tags from an Amazon Pinpoint SMS Voice V2 resource.default CompletableFuture<UntagResourceResponse>PinpointSmsVoiceV2AsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the association of the specified tags from an Amazon Pinpoint SMS Voice V2 resource.
-