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