Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference.software.amazon.awssdk.services.pinpointsmsvoicev2.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>PinpointSmsVoiceV2AsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.pinpointsmsvoicev2.transform
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-