Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging 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 resource.default TagResourceResponsePinpointSmsVoiceV2Client. tagResource(TagResourceRequest tagResourceRequest)Adds or overwrites only the specified tags for the specified 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 resource.default CompletableFuture<TagResourceResponse>PinpointSmsVoiceV2AsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds or overwrites only the specified tags for the specified resource.
-