Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging 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 a resource.default UntagResourceResponsePinpointSmsVoiceV2Client. untagResource(UntagResourceRequest untagResourceRequest)Removes the association of the specified tags from a 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 a resource.default CompletableFuture<UntagResourceResponse>PinpointSmsVoiceV2AsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the association of the specified tags from a resource.
-