Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return TagResourceResponse Modifier and Type Method Description default TagResourceResponsePinpointSmsVoiceV2Client. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or overwrites only the specified tags for the specified Amazon Pinpoint SMS Voice, version 2 resource.default TagResourceResponsePinpointSmsVoiceV2Client. tagResource(TagResourceRequest tagResourceRequest)Adds or overwrites only the specified tags for the specified Amazon Pinpoint SMS Voice, version 2 resource.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>PinpointSmsVoiceV2AsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or overwrites only the specified tags for the specified Amazon Pinpoint SMS Voice, version 2 resource.default CompletableFuture<TagResourceResponse>PinpointSmsVoiceV2AsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds or overwrites only the specified tags for the specified Amazon Pinpoint SMS Voice, version 2 resource.
-